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
+ {"7":[{"text":"it shall be light","number":"h216"},{"text":"But it shall be one","number":"h259"},{"text":"which shall be known","number":"h3045"},{"text":"to the LORD","number":"h3068"},{"text":"day","number":"h3117"},{"text":"not day","number":"h3117"},{"text":"nor night","number":"h3915"},{"text":"but it shall come to pass that at evening","number":"h6153"},{"text":"time","number":"h6256"}],"6":[{"text":"that the light","number":"h216"},{"text":"And it shall come to pass in that day","number":"h3117"},{"text":"shall not be clear","number":"h3368"},{"text":"nor dark","number":"h7087"}],"9":[{"text":"one","number":"h259"},{"text":"shall there be one","number":"h259"},{"text":"over all the earth","number":"h776"},{"text":"And the LORD","number":"h3068"},{"text":"LORD","number":"h3068"},{"text":"in that day","number":"h3117"},{"text":"shall be king","number":"h4428"},{"text":"and his name","number":"h8034"}],"8":[{"text":"of them toward the hinder","number":"h314"},{"text":"that living","number":"h2416"},{"text":"and half","number":"h2677"},{"text":"half","number":"h2677"},{"text":"and in winter","number":"h2779"},{"text":"And it shall be in that day","number":"h3117"},{"text":"sea","number":"h3220"},{"text":"sea","number":"h3220"},{"text":"shall go out","number":"h3318"},{"text":"from Jerusalem","number":"h3389"},{"text":"waters","number":"h4325"},{"text":"of them toward the former","number":"h6931"},{"text":"in summer","number":"h7019"}],"13":[{"text":"every one","number":"h376"},{"text":"shall be among them and they shall lay hold","number":"h2388"},{"text":"against the hand","number":"h3027"},{"text":"and his hand","number":"h3027"},{"text":"on the hand","number":"h3027"},{"text":"from the LORD","number":"h3068"},{"text":"And it shall come to pass in that day","number":"h3117"},{"text":"tumult","number":"h4103"},{"text":"shall rise up","number":"h5927"},{"text":"that a great","number":"h7227"},{"text":"of his neighbour","number":"h7453"},{"text":"of his neighbour","number":"h7453"}],"5":[{"text":"my God","number":"h430"},{"text":"unto Azal","number":"h682"},{"text":"shall come","number":"h935"},{"text":"for the valley","number":"h1516"},{"text":"to the valley","number":"h1516"},{"text":"of the mountains","number":"h2022"},{"text":"of the mountains","number":"h2022"},{"text":"of Judah","number":"h3063"},{"text":"and the LORD","number":"h3068"},{"text":"in the days","number":"h3117"},{"text":"king","number":"h4428"},{"text":"shall reach","number":"h5060"},{"text":"And ye shall flee","number":"h5127"},{"text":"like as ye fled","number":"h5127"},{"text":"yea ye shall flee","number":"h5127"},{"text":"of Uzziah","number":"h5818"},{"text":"from before","number":"h6440"},{"text":"and all the saints","number":"h6918"},{"text":"the earthquake","number":"h7494"}],"2":[{"text":"For I will gather","number":"h622"},{"text":"and the women","number":"h802"},{"text":"and the houses","number":"h1004"},{"text":"all nations","number":"h1471"},{"text":"into captivity","number":"h1473"},{"text":"and half","number":"h2677"},{"text":"shall go forth","number":"h3318"},{"text":"against Jerusalem","number":"h3389"},{"text":"and the residue","number":"h3499"},{"text":"shall not be cut off","number":"h3772"},{"text":"shall be taken","number":"h3920"},{"text":"to battle","number":"h4421"},{"text":"and the city","number":"h5892"},{"text":"from the city","number":"h5892"},{"text":"of the city","number":"h5892"},{"text":"of the people","number":"h5971"},{"text":"ravished","number":"h7901"},{"text":"rifled","number":"h8155"}],"14":[{"text":"shall be gathered together","number":"h622"},{"text":"and apparel","number":"h899"},{"text":"of all the heathen","number":"h1471"},{"text":"gold","number":"h2091"},{"text":"and the wealth","number":"h2428"},{"text":"And Judah","number":"h3063"},{"text":"at Jerusalem","number":"h3389"},{"text":"and silver","number":"h3701"},{"text":"also shall fight","number":"h3898"},{"text":"in great","number":"h3966"},{"text":"round about","number":"h5439"},{"text":"abundance","number":"h7230"}],"10":[{"text":"All the land","number":"h776"},{"text":"in her place from Benjamin's","number":"h1144"},{"text":"from Geba","number":"h1387"},{"text":"of Hananeel","number":"h2606"},{"text":"winepresses","number":"h3342"},{"text":"of Jerusalem","number":"h3389"},{"text":"and inhabited","number":"h3427"},{"text":"and from the tower","number":"h4026"},{"text":"unto the king's","number":"h4428"},{"text":"unto the place","number":"h4725"},{"text":"south","number":"h5045"},{"text":"shall be turned","number":"h5437"},{"text":"as a plain","number":"h6160"},{"text":"unto the corner","number":"h6434"},{"text":"and it shall be lifted up","number":"h7213"},{"text":"of the first","number":"h7223"},{"text":"to Rimmon","number":"h7417"},{"text":"gate","number":"h8179"},{"text":"gate","number":"h8179"},{"text":"gate","number":"h8179"}],"17":[{"text":"of the earth","number":"h776"},{"text":"even upon them shall be no rain","number":"h1653"},{"text":"the LORD","number":"h3068"},{"text":"unto Jerusalem","number":"h3389"},{"text":"the King","number":"h4428"},{"text":"of all the families","number":"h4940"},{"text":"And it shall be that whoso will not come up","number":"h5927"},{"text":"of hosts","number":"h6635"},{"text":"to worship","number":"h7812"}],"15":[{"text":"and of all the beasts","number":"h929"},{"text":"of the camel","number":"h1581"},{"text":"that shall be in these","number":"h1992"},{"text":"and of the ass","number":"h2543"},{"text":"And so shall be the plague","number":"h4046"},{"text":"as this plague","number":"h4046"},{"text":"tents","number":"h4264"},{"text":"of the horse","number":"h5483"},{"text":"of the mule","number":"h6505"}],"18":[{"text":"and come","number":"h935"},{"text":"the heathen","number":"h1471"},{"text":"the feast","number":"h2282"},{"text":"to keep","number":"h2287"},{"text":"wherewith the LORD","number":"h3068"},{"text":"not that have no rain there shall be the plague","number":"h4046"},{"text":"of Egypt","number":"h4714"},{"text":"And if the family","number":"h4940"},{"text":"will smite","number":"h5062"},{"text":"of tabernacles","number":"h5521"},{"text":"go not up","number":"h5927"},{"text":"that come not up","number":"h5927"}],"1":[{"text":"cometh","number":"h935"},{"text":"shall be divided","number":"h2505"},{"text":"of the LORD","number":"h3068"},{"text":"Behold the day","number":"h3117"},{"text":"in the midst","number":"h7130"},{"text":"and thy spoil","number":"h7998"}],"21":[{"text":"shall come","number":"h935"},{"text":"in the house","number":"h1004"},{"text":"of them and seethe","number":"h1310"},{"text":"and all they that sacrifice","number":"h2076"},{"text":"and in Judah","number":"h3063"},{"text":"of the LORD","number":"h3068"},{"text":"unto the LORD","number":"h3068"},{"text":"therein and in that day","number":"h3117"},{"text":"in Jerusalem","number":"h3389"},{"text":"there shall be no more the Canaanite","number":"h3669"},{"text":"and take","number":"h3947"},{"text":"Yea every pot","number":"h5518"},{"text":"of hosts","number":"h6635"},{"text":"of hosts","number":"h6635"},{"text":"shall be holiness","number":"h6944"}],"16":[{"text":"which came","number":"h935"},{"text":"of all the nations","number":"h1471"},{"text":"from","number":"h1767"},{"text":"the feast","number":"h2282"},{"text":"and to keep","number":"h2287"},{"text":"the LORD","number":"h3068"},{"text":"against Jerusalem","number":"h3389"},{"text":"And it shall come to pass that every one that is left","number":"h3498"},{"text":"the King","number":"h4428"},{"text":"of tabernacles","number":"h5521"},{"text":"shall even go up","number":"h5927"},{"text":"of hosts","number":"h6635"},{"text":"to worship","number":"h7812"},{"text":"to year","number":"h8141"},{"text":"year","number":"h8141"}],"11":[{"text":"shall be safely","number":"h983"},{"text":"in it and there shall be no more utter destruction","number":"h2764"},{"text":"but Jerusalem","number":"h3389"},{"text":"And men shall dwell","number":"h3427"},{"text":"inhabited","number":"h3427"}],"20":[{"text":"house","number":"h1004"},{"text":"UNTO THE LORD","number":"h3068"},{"text":"in the LORD'S","number":"h3068"},{"text":"In that day","number":"h3117"},{"text":"the altar","number":"h4196"},{"text":"shall be like the bowls","number":"h4219"},{"text":"shall there be upon the bells","number":"h4698"},{"text":"of the horses","number":"h5483"},{"text":"and the pots","number":"h5518"},{"text":"before","number":"h6440"},{"text":"HOLINESS","number":"h6944"}],"4":[{"text":"shall cleave","number":"h1234"},{"text":"great","number":"h1419"},{"text":"valley","number":"h1516"},{"text":"and the mount","number":"h2022"},{"text":"of the mountain","number":"h2022"},{"text":"upon the mount","number":"h2022"},{"text":"of Olives","number":"h2132"},{"text":"of Olives","number":"h2132"},{"text":"and half","number":"h2677"},{"text":"and half","number":"h2677"},{"text":"in the midst","number":"h2677"},{"text":"in that day","number":"h3117"},{"text":"and toward the west","number":"h3220"},{"text":"Jerusalem","number":"h3389"},{"text":"and there shall be a very","number":"h3966"},{"text":"shall remove","number":"h4185"},{"text":"thereof toward the east","number":"h4217"},{"text":"of it toward the south","number":"h5045"},{"text":"shall stand","number":"h5975"},{"text":"which is before","number":"h6440"},{"text":"toward the north","number":"h6828"},{"text":"on the east","number":"h6924"},{"text":"And his feet","number":"h7272"}],"12":[{"text":"Their flesh","number":"h1320"},{"text":"in their holes","number":"h2356"},{"text":"wherewith the LORD","number":"h3068"},{"text":"against Jerusalem","number":"h3389"},{"text":"and their tongue","number":"h3956"},{"text":"And this shall be the plague","number":"h4046"},{"text":"shall consume away","number":"h4743"},{"text":"shall consume away","number":"h4743"},{"text":"shall consume away","number":"h4743"},{"text":"will smite","number":"h5062"},{"text":"and their eyes","number":"h5869"},{"text":"all the people","number":"h5971"},{"text":"while they stand","number":"h5975"},{"text":"in their mouth","number":"h6310"},{"text":"that have fought","number":"h6633"},{"text":"upon their feet","number":"h7272"}],"3":[{"text":"against those nations","number":"h1471"},{"text":"Then shall the LORD","number":"h3068"},{"text":"as when","number":"h3117"},{"text":"in the day","number":"h3117"},{"text":"go forth","number":"h3318"},{"text":"and fight","number":"h3898"},{"text":"he fought","number":"h3898"},{"text":"of battle","number":"h7128"}],"19":[{"text":"of all nations","number":"h1471"},{"text":"the feast","number":"h2282"},{"text":"to keep","number":"h2287"},{"text":"This shall be the punishment","number":"h2403"},{"text":"and the punishment","number":"h2403"},{"text":"of Egypt","number":"h4714"},{"text":"of tabernacles","number":"h5521"},{"text":"that come not up","number":"h5927"}]}
@@ -0,0 +1 @@
1
+ {"4":[{"text":"of men","number":"h120"},{"text":"And said","number":"h559"},{"text":"saying","number":"h559"},{"text":"and cattle","number":"h929"},{"text":"speak","number":"h1696"},{"text":"to this","number":"h1975"},{"text":"Jerusalem","number":"h3389"},{"text":"shall be inhabited","number":"h3427"},{"text":"young man","number":"h5288"},{"text":"as towns without walls","number":"h6519"},{"text":"for the multitude","number":"h7230"},{"text":"unto him Run","number":"h7323"},{"text":"therein","number":"h8432"}],"12":[{"text":"land","number":"h127"},{"text":"and shall choose","number":"h977"},{"text":"his portion","number":"h2506"},{"text":"Judah","number":"h3063"},{"text":"And the LORD","number":"h3068"},{"text":"Jerusalem","number":"h3389"},{"text":"shall inherit","number":"h5157"},{"text":"in the holy","number":"h6944"}],"8":[{"text":"After","number":"h310"},{"text":"For thus saith","number":"h559"},{"text":"the apple","number":"h892"},{"text":"me unto the nations","number":"h1471"},{"text":"the LORD","number":"h3068"},{"text":"the glory","number":"h3519"},{"text":"you for he that toucheth","number":"h5060"},{"text":"you toucheth","number":"h5060"},{"text":"of his eye","number":"h5869"},{"text":"of hosts","number":"h6635"},{"text":"hath he sent","number":"h7971"},{"text":"which spoiled","number":"h7997"}],"3":[{"text":"and another","number":"h312"},{"text":"that talked","number":"h1696"},{"text":"went out","number":"h3318"},{"text":"with me went forth","number":"h3318"},{"text":"And behold the angel","number":"h4397"},{"text":"angel","number":"h4397"},{"text":"to meet","number":"h7125"}],"1":[{"text":"and behold a man","number":"h376"},{"text":"line","number":"h2256"},{"text":"in his hand","number":"h3027"},{"text":"with a measuring","number":"h4060"},{"text":"I lifted up","number":"h5375"},{"text":"mine eyes","number":"h5869"},{"text":"again and looked","number":"h7200"}],"2":[{"text":"Then said","number":"h559"},{"text":"thou And he said","number":"h559"},{"text":"thereof and what is the length","number":"h753"},{"text":"I Whither goest","number":"h1980"},{"text":"Jerusalem","number":"h3389"},{"text":"unto me To measure","number":"h4058"},{"text":"what","number":"h4100"},{"text":"to see","number":"h7200"},{"text":"is the breadth","number":"h7341"}],"6":[{"text":"as the four","number":"h702"},{"text":"from the land","number":"h776"},{"text":"Ho","number":"h1945"},{"text":"ho","number":"h1945"},{"text":"the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"saith","number":"h5002"},{"text":"saith","number":"h5002"},{"text":"come forth and flee","number":"h5127"},{"text":"for I have spread you abroad","number":"h6566"},{"text":"of the north","number":"h6828"},{"text":"winds","number":"h7307"},{"text":"of the heaven","number":"h8064"}],"5":[{"text":"of fire","number":"h784"},{"text":"will be unto her a wall","number":"h2346"},{"text":"the LORD","number":"h3068"},{"text":"and will be the glory","number":"h3519"},{"text":"For I saith","number":"h5002"},{"text":"round about","number":"h5439"},{"text":"in the midst","number":"h8432"}],"7":[{"text":"of Babylon","number":"h894"},{"text":"with the daughter","number":"h1323"},{"text":"thyself O","number":"h1945"},{"text":"that dwellest","number":"h3427"},{"text":"Deliver","number":"h4422"},{"text":"Zion","number":"h6726"}],"10":[{"text":"for lo I come","number":"h935"},{"text":"O daughter","number":"h1323"},{"text":"the LORD","number":"h3068"},{"text":"of thee saith","number":"h5002"},{"text":"of Zion","number":"h6726"},{"text":"Sing","number":"h7442"},{"text":"and I will dwell","number":"h7931"},{"text":"and rejoice","number":"h8055"},{"text":"in the midst","number":"h8432"}],"13":[{"text":"O all flesh","number":"h1320"},{"text":"Be silent","number":"h2013"},{"text":"the LORD","number":"h3068"},{"text":"habitation","number":"h4583"},{"text":"for he is raised up","number":"h5782"},{"text":"before","number":"h6440"},{"text":"out of his holy","number":"h6944"}],"11":[{"text":"nations","number":"h1471"},{"text":"of thee and thou shalt know","number":"h3045"},{"text":"that the LORD","number":"h3068"},{"text":"to the LORD","number":"h3068"},{"text":"in that day","number":"h3117"},{"text":"shall be joined","number":"h3867"},{"text":"and shall be my people","number":"h5971"},{"text":"of hosts","number":"h6635"},{"text":"And many","number":"h7227"},{"text":"and I will dwell","number":"h7931"},{"text":"hath sent","number":"h7971"},{"text":"in the midst","number":"h8432"}],"9":[{"text":"mine hand","number":"h3027"},{"text":"and ye shall know","number":"h3045"},{"text":"that the LORD","number":"h3068"},{"text":"For behold I will shake","number":"h5130"},{"text":"to their servants","number":"h5647"},{"text":"of hosts","number":"h6635"},{"text":"hath sent","number":"h7971"},{"text":"upon them and they shall be a spoil","number":"h7998"}]}
@@ -0,0 +1 @@
1
+ {"9":[{"text":"For behold the stone","number":"h68"},{"text":"stone","number":"h68"},{"text":"in one","number":"h259"},{"text":"upon one","number":"h259"},{"text":"of that land","number":"h776"},{"text":"the LORD","number":"h3068"},{"text":"Joshua","number":"h3091"},{"text":"day","number":"h3117"},{"text":"and I will remove","number":"h4185"},{"text":"thereof saith","number":"h5002"},{"text":"that I have laid","number":"h5414"},{"text":"the iniquity","number":"h5771"},{"text":"eyes","number":"h5869"},{"text":"before","number":"h6440"},{"text":"the graving","number":"h6603"},{"text":"behold I will engrave","number":"h6605"},{"text":"of hosts","number":"h6635"},{"text":"shall be seven","number":"h7651"}],"2":[{"text":"thee is not this a brand","number":"h181"},{"text":"said","number":"h559"},{"text":"out of the fire","number":"h784"},{"text":"that hath chosen","number":"h977"},{"text":"rebuke","number":"h1605"},{"text":"rebuke","number":"h1605"},{"text":"And the LORD","number":"h3068"},{"text":"The LORD","number":"h3068"},{"text":"even the LORD","number":"h3068"},{"text":"Jerusalem","number":"h3389"},{"text":"plucked","number":"h5337"},{"text":"thee O Satan","number":"h7854"},{"text":"unto Satan","number":"h7854"}],"10":[{"text":"every man","number":"h376"},{"text":"under the vine","number":"h1612"},{"text":"the LORD","number":"h3068"},{"text":"In that day","number":"h3117"},{"text":"saith","number":"h5002"},{"text":"of hosts","number":"h6635"},{"text":"shall ye call","number":"h7121"},{"text":"his neighbour","number":"h7453"},{"text":"and under the fig tree","number":"h8384"}],"5":[{"text":"And I said","number":"h559"},{"text":"him with garments","number":"h899"},{"text":"a fair","number":"h2889"},{"text":"a fair","number":"h2889"},{"text":"of the LORD","number":"h3068"},{"text":"and clothed","number":"h3847"},{"text":"And the angel","number":"h4397"},{"text":"stood by","number":"h5975"},{"text":"mitre","number":"h6797"},{"text":"mitre","number":"h6797"},{"text":"upon his head","number":"h7218"},{"text":"upon his head","number":"h7218"},{"text":"Let them set","number":"h7760"},{"text":"So they set","number":"h7760"}],"7":[{"text":"Thus saith","number":"h559"},{"text":"my house","number":"h1004"},{"text":"then thou shalt also judge","number":"h1777"},{"text":"in my ways","number":"h1870"},{"text":"my courts","number":"h2691"},{"text":"the LORD","number":"h3068"},{"text":"If thou wilt walk","number":"h3212"},{"text":"thee places to walk","number":"h4108"},{"text":"my charge","number":"h4931"},{"text":"and I will give","number":"h5414"},{"text":"among these that stand by","number":"h5975"},{"text":"of hosts","number":"h6635"},{"text":"and if thou wilt keep","number":"h8104"},{"text":"and shalt also keep","number":"h8104"}],"4":[{"text":"and spake","number":"h559"},{"text":"from him And unto him he said","number":"h559"},{"text":"him saying","number":"h559"},{"text":"garments","number":"h899"},{"text":"from thee and I will clothe","number":"h3847"},{"text":"thee with change of raiment","number":"h4254"},{"text":"Take away","number":"h5493"},{"text":"to pass","number":"h5674"},{"text":"I have caused thine iniquity","number":"h5771"},{"text":"unto those that stood","number":"h5975"},{"text":"And he answered","number":"h6030"},{"text":"before","number":"h6440"},{"text":"the filthy","number":"h6674"},{"text":"Behold","number":"h7200"}],"6":[{"text":"saying","number":"h559"},{"text":"of the LORD","number":"h3068"},{"text":"unto Joshua","number":"h3091"},{"text":"And the angel","number":"h4397"},{"text":"protested","number":"h5749"}],"8":[{"text":"thee for they are men","number":"h582"},{"text":"for behold I will bring forth","number":"h935"},{"text":"the high","number":"h1419"},{"text":"now O Joshua","number":"h3091"},{"text":"that sit","number":"h3427"},{"text":"priest","number":"h3548"},{"text":"wondered at","number":"h4159"},{"text":"my servant","number":"h5650"},{"text":"before","number":"h6440"},{"text":"the BRANCH","number":"h6780"},{"text":"thou and thy fellows","number":"h7453"},{"text":"Hear","number":"h8085"}],"3":[{"text":"garments","number":"h899"},{"text":"Now Joshua","number":"h3091"},{"text":"was clothed","number":"h3847"},{"text":"the angel","number":"h4397"},{"text":"and stood","number":"h5975"},{"text":"before","number":"h6440"},{"text":"with filthy","number":"h6674"}],"1":[{"text":"the high","number":"h1419"},{"text":"of the LORD","number":"h3068"},{"text":"me Joshua","number":"h3091"},{"text":"at his right hand","number":"h3225"},{"text":"priest","number":"h3548"},{"text":"the angel","number":"h4397"},{"text":"standing","number":"h5975"},{"text":"standing","number":"h5975"},{"text":"before","number":"h6440"},{"text":"And he shewed","number":"h7200"},{"text":"to resist","number":"h7853"},{"text":"and Satan","number":"h7854"}]}
@@ -0,0 +1 @@
1
+ {"7":[{"text":"the headstone","number":"h68"},{"text":"Who art thou O great","number":"h1419"},{"text":"mountain","number":"h2022"},{"text":"Zerubbabel","number":"h2216"},{"text":"crying Grace","number":"h2580"},{"text":"grace","number":"h2580"},{"text":"and he shall bring forth","number":"h3318"},{"text":"thou shalt become a plain","number":"h4334"},{"text":"before","number":"h6440"},{"text":"thereof with shoutings","number":"h8663"}],"10":[{"text":"the plummet","number":"h68"},{"text":"through the whole earth","number":"h776"},{"text":"For who hath despised","number":"h936"},{"text":"of Zerubbabel","number":"h2216"},{"text":"in the hand","number":"h3027"},{"text":"of the LORD","number":"h3068"},{"text":"the day","number":"h3117"},{"text":"they are the eyes","number":"h5869"},{"text":"of small things","number":"h6996"},{"text":"and shall see","number":"h7200"},{"text":"with those seven","number":"h7651"},{"text":"which run to and fro","number":"h7751"},{"text":"for they shall rejoice","number":"h8055"}],"13":[{"text":"No my lord","number":"h113"},{"text":"And he answered","number":"h559"},{"text":"me and said","number":"h559"},{"text":"thou not what these be And I said","number":"h559"},{"text":"Knowest","number":"h3045"}],"5":[{"text":"No my lord","number":"h113"},{"text":"and said","number":"h559"},{"text":"thou not what these be And I said","number":"h559"},{"text":"that talked","number":"h1696"},{"text":"unto me Knowest","number":"h3045"},{"text":"Then the angel","number":"h4397"},{"text":"with me answered","number":"h6030"}],"4":[{"text":"What are these my lord","number":"h113"},{"text":"and spake","number":"h559"},{"text":"with me saying","number":"h559"},{"text":"that talked","number":"h1696"},{"text":"to the angel","number":"h4397"},{"text":"So I answered","number":"h6030"}],"14":[{"text":"by the Lord","number":"h113"},{"text":"Then said","number":"h559"},{"text":"of the whole earth","number":"h776"},{"text":"ones","number":"h1121"},{"text":"anointed","number":"h3323"},{"text":"that stand","number":"h5975"},{"text":"he These are the two","number":"h8147"}],"3":[{"text":"and the other","number":"h259"},{"text":"by it one","number":"h259"},{"text":"side of the bowl","number":"h1543"},{"text":"olive trees","number":"h2132"},{"text":"upon the right","number":"h3225"},{"text":"upon the left","number":"h8040"},{"text":"And two","number":"h8147"}],"1":[{"text":"me as a man","number":"h376"},{"text":"that talked","number":"h1696"},{"text":"And the angel","number":"h4397"},{"text":"and waked","number":"h5782"},{"text":"that is wakened","number":"h5782"},{"text":"with me came again","number":"h7725"},{"text":"out of his sleep","number":"h8142"}],"2":[{"text":"And said","number":"h559"},{"text":"thou And I said","number":"h559"},{"text":"with a bowl","number":"h1531"},{"text":"all of gold","number":"h2091"},{"text":"pipes","number":"h4166"},{"text":"and behold a candlestick","number":"h4501"},{"text":"lamps","number":"h5216"},{"text":"lamps","number":"h5216"},{"text":"I have looked","number":"h7200"},{"text":"unto me What seest","number":"h7200"},{"text":"upon the top","number":"h7218"},{"text":"which are upon the top","number":"h7218"},{"text":"of it and his seven","number":"h7651"},{"text":"thereon and seven","number":"h7651"},{"text":"to the seven","number":"h7651"}],"11":[{"text":"I and said","number":"h559"},{"text":"olive trees","number":"h2132"},{"text":"upon the right","number":"h3225"},{"text":"side of the candlestick","number":"h4501"},{"text":"Then answered","number":"h6030"},{"text":"and upon the left","number":"h8040"},{"text":"unto him What are these two","number":"h8147"}],"12":[{"text":"and said","number":"h559"},{"text":"golden","number":"h2091"},{"text":"the golden","number":"h2091"},{"text":"olive","number":"h2132"},{"text":"which through","number":"h3027"},{"text":"And I answered","number":"h6030"},{"text":"pipes","number":"h6804"},{"text":"empty","number":"h7324"},{"text":"branches","number":"h7641"},{"text":"again","number":"h8145"},{"text":"the two","number":"h8147"},{"text":"unto him What be these two","number":"h8147"}],"6":[{"text":"and spake","number":"h559"},{"text":"saith","number":"h559"},{"text":"saying","number":"h559"},{"text":"unto me saying","number":"h559"},{"text":"This is the word","number":"h1697"},{"text":"unto Zerubbabel","number":"h2216"},{"text":"Not by might","number":"h2428"},{"text":"of the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"nor by power","number":"h3581"},{"text":"Then he answered","number":"h6030"},{"text":"of hosts","number":"h6635"},{"text":"but by my spirit","number":"h7307"}],"8":[{"text":"came unto me saying","number":"h559"},{"text":"Moreover the word","number":"h1697"},{"text":"of the LORD","number":"h3068"}],"9":[{"text":"of this house","number":"h1004"},{"text":"shall also finish","number":"h1214"},{"text":"of Zerubbabel","number":"h2216"},{"text":"The hands","number":"h3027"},{"text":"his hands","number":"h3027"},{"text":"it and thou shalt know","number":"h3045"},{"text":"that the LORD","number":"h3068"},{"text":"have laid the foundation","number":"h3245"},{"text":"of hosts","number":"h6635"},{"text":"hath sent","number":"h7971"}]}
@@ -0,0 +1 @@
1
+ {"8":[{"text":"the weight","number":"h68"},{"text":"of the ephah","number":"h374"},{"text":"And he said","number":"h559"},{"text":"of lead","number":"h5777"},{"text":"upon the mouth","number":"h6310"},{"text":"This is wickedness","number":"h7564"},{"text":"And he cast","number":"h7993"},{"text":"and he cast","number":"h7993"},{"text":"it into the midst","number":"h8432"}],"4":[{"text":"thereof and the stones","number":"h68"},{"text":"and it shall enter","number":"h935"},{"text":"and into the house","number":"h1004"},{"text":"into the house","number":"h1004"},{"text":"of his house","number":"h1004"},{"text":"of the thief","number":"h1590"},{"text":"the LORD","number":"h3068"},{"text":"I will bring it forth","number":"h3318"},{"text":"and shall consume","number":"h3615"},{"text":"and it shall remain","number":"h3885"},{"text":"saith","number":"h5002"},{"text":"it with the timber","number":"h6086"},{"text":"of hosts","number":"h6635"},{"text":"of him that sweareth","number":"h7650"},{"text":"by my name","number":"h8034"},{"text":"falsely","number":"h8267"},{"text":"in the midst","number":"h8432"}],"7":[{"text":"and this is a","number":"h259"},{"text":"of the ephah","number":"h374"},{"text":"woman","number":"h802"},{"text":"that sitteth","number":"h3427"},{"text":"a talent","number":"h3603"},{"text":"And behold there was lifted up","number":"h5375"},{"text":"of lead","number":"h5777"},{"text":"in the midst","number":"h8432"}],"6":[{"text":"This is an ephah","number":"h374"},{"text":"And I said","number":"h559"},{"text":"He said","number":"h559"},{"text":"What is it And he said","number":"h559"},{"text":"through all the earth","number":"h776"},{"text":"that goeth forth","number":"h3318"},{"text":"moreover This is their resemblance","number":"h5869"}],"10":[{"text":"the ephah","number":"h374"},{"text":"Then said","number":"h559"},{"text":"that talked","number":"h1696"},{"text":"with me Whither do these bear","number":"h3212"},{"text":"I to the angel","number":"h4397"}],"9":[{"text":"the ephah","number":"h374"},{"text":"between the earth","number":"h776"},{"text":"women","number":"h802"},{"text":"for they had","number":"h2007"},{"text":"of a stork","number":"h2624"},{"text":"and behold there came out","number":"h3318"},{"text":"like the wings","number":"h3671"},{"text":"was in their wings","number":"h3671"},{"text":"wings","number":"h3671"},{"text":"Then lifted I up","number":"h5375"},{"text":"and they lifted up","number":"h5375"},{"text":"mine eyes","number":"h5869"},{"text":"and looked","number":"h7200"},{"text":"and the wind","number":"h7307"},{"text":"and the heaven","number":"h8064"},{"text":"two","number":"h8147"}],"3":[{"text":"he unto me This is the curse","number":"h423"},{"text":"Then said","number":"h559"},{"text":"of the whole earth","number":"h776"},{"text":"for every one that stealeth","number":"h1589"},{"text":"that goeth forth","number":"h3318"},{"text":"as on that side according","number":"h3644"},{"text":"as on this side according","number":"h3644"},{"text":"shall be cut off","number":"h5352"},{"text":"shall be cut off","number":"h5352"},{"text":"over the face","number":"h6440"},{"text":"to it and every one that sweareth","number":"h7650"}],"2":[{"text":"cubits","number":"h520"},{"text":"cubits","number":"h520"},{"text":"And he said","number":"h559"},{"text":"thou And I answered","number":"h559"},{"text":"the length","number":"h753"},{"text":"roll","number":"h4039"},{"text":"a flying","number":"h5774"},{"text":"thereof ten","number":"h6235"},{"text":"thereof is twenty","number":"h6242"},{"text":"I see","number":"h7200"},{"text":"unto me What seest","number":"h7200"},{"text":"and the breadth","number":"h7341"}],"11":[{"text":"And he said","number":"h559"},{"text":"in the land","number":"h776"},{"text":"it an house","number":"h1004"},{"text":"unto me To build","number":"h1129"},{"text":"and set","number":"h3240"},{"text":"and it shall be established","number":"h3559"},{"text":"there upon her own base","number":"h4369"},{"text":"of Shinar","number":"h8152"}],"5":[{"text":"and said","number":"h559"},{"text":"that talked","number":"h1696"},{"text":"what is this that goeth forth","number":"h3318"},{"text":"with me went forth","number":"h3318"},{"text":"Then the angel","number":"h4397"},{"text":"unto me Lift up","number":"h5375"},{"text":"now thine eyes","number":"h5869"},{"text":"and see","number":"h7200"}],"1":[{"text":"roll","number":"h4039"},{"text":"and lifted up","number":"h5375"},{"text":"and behold a flying","number":"h5774"},{"text":"mine eyes","number":"h5869"},{"text":"and looked","number":"h7200"},{"text":"Then I turned","number":"h7725"}]}
@@ -0,0 +1 @@
1
+ {"5":[{"text":"before the Lord","number":"h113"},{"text":"and said","number":"h559"},{"text":"unto me These are the four","number":"h702"},{"text":"of all the earth","number":"h776"},{"text":"which go forth","number":"h3318"},{"text":"from standing","number":"h3320"},{"text":"And the angel","number":"h4397"},{"text":"answered","number":"h6030"},{"text":"spirits","number":"h7307"},{"text":"of the heavens","number":"h8064"}],"4":[{"text":"with me What are these my lord","number":"h113"},{"text":"and said","number":"h559"},{"text":"that talked","number":"h1696"},{"text":"unto the angel","number":"h4397"},{"text":"Then I answered","number":"h6030"}],"2":[{"text":"were red","number":"h122"},{"text":"chariot","number":"h4818"},{"text":"chariot","number":"h4818"},{"text":"horses","number":"h5483"},{"text":"horses","number":"h5483"},{"text":"In the first","number":"h7223"},{"text":"black","number":"h7838"},{"text":"and in the second","number":"h8145"}],"6":[{"text":"after","number":"h310"},{"text":"country","number":"h776"},{"text":"country","number":"h776"},{"text":"them and the grisled","number":"h1261"},{"text":"go forth","number":"h3318"},{"text":"go forth","number":"h3318"},{"text":"which are therein go forth","number":"h3318"},{"text":"and the white","number":"h3836"},{"text":"horses","number":"h5483"},{"text":"into the north","number":"h6828"},{"text":"The black","number":"h7838"},{"text":"toward the south","number":"h8486"}],"12":[{"text":"Behold the man","number":"h376"},{"text":"And speak","number":"h559"},{"text":"Thus speaketh","number":"h559"},{"text":"saying","number":"h559"},{"text":"unto him saying","number":"h559"},{"text":"out of his place and he shall build","number":"h1129"},{"text":"the temple","number":"h1964"},{"text":"of the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"of hosts","number":"h6635"},{"text":"and he shall grow up","number":"h6779"},{"text":"is The BRANCH","number":"h6780"},{"text":"whose name","number":"h8034"}],"15":[{"text":"your God","number":"h430"},{"text":"shall come","number":"h935"},{"text":"and build","number":"h1129"},{"text":"in the temple","number":"h1964"},{"text":"and ye shall know","number":"h3045"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"that the LORD","number":"h3068"},{"text":"of hosts","number":"h6635"},{"text":"the voice","number":"h6963"},{"text":"And they that are far off","number":"h7350"},{"text":"hath sent","number":"h7971"},{"text":"me unto you And this shall come to pass if ye will diligently","number":"h8085"},{"text":"obey","number":"h8085"}],"7":[{"text":"And the bay","number":"h554"},{"text":"and he said","number":"h559"},{"text":"through the earth","number":"h776"},{"text":"through the earth","number":"h776"},{"text":"through the earth","number":"h776"},{"text":"and sought","number":"h1245"},{"text":"So they walked to and fro","number":"h1980"},{"text":"that they might walk to and fro","number":"h1980"},{"text":"walk to and fro","number":"h1980"},{"text":"Get you hence","number":"h3212"},{"text":"to go","number":"h3212"},{"text":"went forth","number":"h3318"}],"3":[{"text":"and bay","number":"h554"},{"text":"grisled","number":"h1261"},{"text":"white","number":"h3836"},{"text":"chariot","number":"h4818"},{"text":"chariot","number":"h4818"},{"text":"horses","number":"h5483"},{"text":"horses","number":"h5483"},{"text":"and in the fourth","number":"h7243"},{"text":"And in the third","number":"h7992"}],"9":[{"text":"came unto me saying","number":"h559"},{"text":"And the word","number":"h1697"},{"text":"of the LORD","number":"h3068"}],"8":[{"text":"unto me saying","number":"h559"},{"text":"country","number":"h776"},{"text":"country","number":"h776"},{"text":"he upon","number":"h853"},{"text":"me and spake","number":"h1696"},{"text":"Then cried","number":"h2199"},{"text":"these that go","number":"h3318"},{"text":"have quieted","number":"h5117"},{"text":"in the north","number":"h6828"},{"text":"toward the north","number":"h6828"},{"text":"Behold","number":"h7200"},{"text":"my spirit","number":"h7307"}],"1":[{"text":"four","number":"h702"},{"text":"and the mountains","number":"h2022"},{"text":"mountains","number":"h2022"},{"text":"were mountains","number":"h2022"},{"text":"and behold there came","number":"h3318"},{"text":"out","number":"h3318"},{"text":"chariots","number":"h4818"},{"text":"of brass","number":"h5178"},{"text":"and lifted up","number":"h5375"},{"text":"mine eyes","number":"h5869"},{"text":"and looked","number":"h7200"},{"text":"And I turned","number":"h7725"},{"text":"from between two","number":"h8147"}],"10":[{"text":"from Babylon","number":"h894"},{"text":"and come","number":"h935"},{"text":"and go","number":"h935"},{"text":"which are come","number":"h935"},{"text":"into the house","number":"h1004"},{"text":"the son","number":"h1121"},{"text":"of them of the captivity","number":"h1473"},{"text":"even of Heldai","number":"h2469"},{"text":"of Tobijah","number":"h2900"},{"text":"of Josiah","number":"h2977"},{"text":"and of Jedaiah","number":"h3048"},{"text":"thou the same day","number":"h3117"},{"text":"Take","number":"h3947"},{"text":"of Zephaniah","number":"h6846"}],"11":[{"text":"the son","number":"h1121"},{"text":"the high","number":"h1419"},{"text":"and gold","number":"h2091"},{"text":"of Josedech","number":"h3087"},{"text":"of Joshua","number":"h3091"},{"text":"priest","number":"h3548"},{"text":"silver","number":"h3701"},{"text":"Then take","number":"h3947"},{"text":"crowns","number":"h5850"},{"text":"and make","number":"h6213"},{"text":"them upon the head","number":"h7218"},{"text":"and set","number":"h7760"}],"14":[{"text":"the son","number":"h1121"},{"text":"in the temple","number":"h1964"},{"text":"for a memorial","number":"h2146"},{"text":"shall be to Helem","number":"h2494"},{"text":"and to Hen","number":"h2581"},{"text":"and to Tobijah","number":"h2900"},{"text":"and to Jedaiah","number":"h3048"},{"text":"of the LORD","number":"h3068"},{"text":"And the crowns","number":"h5850"},{"text":"of Zephaniah","number":"h6846"}],"13":[{"text":"Even he shall build","number":"h1129"},{"text":"the glory","number":"h1935"},{"text":"the temple","number":"h1964"},{"text":"of the LORD","number":"h3068"},{"text":"and shall sit","number":"h3427"},{"text":"and he shall be a priest","number":"h3548"},{"text":"upon his throne","number":"h3678"},{"text":"upon his throne","number":"h3678"},{"text":"and rule","number":"h4910"},{"text":"and he shall bear","number":"h5375"},{"text":"and the counsel","number":"h6098"},{"text":"of peace","number":"h7965"},{"text":"shall be between them both","number":"h8147"}]}
@@ -0,0 +1 @@
1
+ {"11":[{"text":"their ears","number":"h241"},{"text":"and stopped","number":"h3513"},{"text":"the shoulder","number":"h3802"},{"text":"But they refused","number":"h3985"},{"text":"and pulled away","number":"h5414"},{"text":"to hearken","number":"h7181"},{"text":"that they should not hear","number":"h8085"}],"10":[{"text":"his brother","number":"h251"},{"text":"against","number":"h376"},{"text":"not the widow","number":"h490"},{"text":"the stranger","number":"h1616"},{"text":"and let none of you imagine","number":"h2803"},{"text":"nor the fatherless","number":"h3490"},{"text":"in your heart","number":"h3824"},{"text":"nor the poor","number":"h6041"},{"text":"And oppress","number":"h6231"},{"text":"evil","number":"h7451"}],"9":[{"text":"to his brother","number":"h251"},{"text":"every man","number":"h376"},{"text":"Thus speaketh","number":"h559"},{"text":"saying","number":"h559"},{"text":"true","number":"h571"},{"text":"mercy","number":"h2617"},{"text":"the LORD","number":"h3068"},{"text":"judgment","number":"h4941"},{"text":"and shew","number":"h6213"},{"text":"of hosts","number":"h6635"},{"text":"and compassions","number":"h7356"},{"text":"Execute","number":"h8199"}],"14":[{"text":"after","number":"h310"},{"text":"land","number":"h776"},{"text":"not Thus the land","number":"h776"},{"text":"among all the nations","number":"h1471"},{"text":"the pleasant","number":"h2532"},{"text":"whom they knew","number":"h3045"},{"text":"But I scattered them with a whirlwind","number":"h5590"},{"text":"them that no man passed through","number":"h5674"},{"text":"nor returned","number":"h7725"},{"text":"for they laid","number":"h7760"},{"text":"desolate","number":"h8047"},{"text":"was desolate","number":"h8074"}],"6":[{"text":"And when ye did eat","number":"h398"},{"text":"did not ye eat","number":"h398"},{"text":"and when ye did drink","number":"h8354"},{"text":"for yourselves and drink","number":"h8354"}],"2":[{"text":"of God","number":"h410"},{"text":"and their men","number":"h582"},{"text":"unto the house","number":"h1004"},{"text":"to pray","number":"h2470"},{"text":"the LORD","number":"h3068"},{"text":"before","number":"h6440"},{"text":"and Regemmelech","number":"h7278"},{"text":"When they had sent","number":"h7971"},{"text":"Sherezer","number":"h8272"}],"3":[{"text":"And to speak","number":"h559"},{"text":"saying","number":"h559"},{"text":"which were in the house","number":"h1004"},{"text":"Should I weep","number":"h1058"},{"text":"month","number":"h2320"},{"text":"in the fifth","number":"h2549"},{"text":"of the LORD","number":"h3068"},{"text":"unto the priests","number":"h3548"},{"text":"and to the prophets","number":"h5030"},{"text":"separating","number":"h5144"},{"text":"myself as I have done","number":"h6213"},{"text":"of hosts","number":"h6635"},{"text":"these so many years","number":"h8141"}],"5":[{"text":"Speak","number":"h559"},{"text":"saying","number":"h559"},{"text":"of the land","number":"h776"},{"text":"in the fifth","number":"h2549"},{"text":"and to the priests","number":"h3548"},{"text":"and mourned","number":"h5594"},{"text":"unto all the people","number":"h5971"},{"text":"When ye fasted","number":"h6684"},{"text":"did ye at all","number":"h6684"},{"text":"fast","number":"h6684"},{"text":"and seventh","number":"h7637"},{"text":"month even those seventy","number":"h7657"},{"text":"years","number":"h8141"}],"13":[{"text":"saith","number":"h559"},{"text":"the LORD","number":"h3068"},{"text":"of hosts","number":"h6635"},{"text":"Therefore it is come to pass that as he cried","number":"h7121"},{"text":"so they cried","number":"h7121"},{"text":"and I would not hear","number":"h8085"},{"text":"and they would not hear","number":"h8085"}],"8":[{"text":"saying","number":"h559"},{"text":"And the word","number":"h1697"},{"text":"came unto Zechariah","number":"h2148"},{"text":"of the LORD","number":"h3068"}],"4":[{"text":"unto me saying","number":"h559"},{"text":"Then came the word","number":"h1697"},{"text":"of the LORD","number":"h3068"},{"text":"of hosts","number":"h6635"}],"1":[{"text":"And it came to pass in the fourth","number":"h702"},{"text":"in the fourth","number":"h702"},{"text":"that the word","number":"h1697"},{"text":"Darius","number":"h1867"},{"text":"came unto Zechariah","number":"h2148"},{"text":"month","number":"h2320"},{"text":"of the LORD","number":"h3068"},{"text":"even in Chisleu","number":"h3691"},{"text":"of king","number":"h4428"},{"text":"year","number":"h8141"},{"text":"day of the ninth","number":"h8671"}],"12":[{"text":"therefore came a great","number":"h1419"},{"text":"and the words","number":"h1697"},{"text":"by","number":"h3027"},{"text":"from the LORD","number":"h3068"},{"text":"which the LORD","number":"h3068"},{"text":"their hearts","number":"h3820"},{"text":"prophets","number":"h5030"},{"text":"of hosts","number":"h6635"},{"text":"of hosts","number":"h6635"},{"text":"wrath","number":"h7110"},{"text":"the former","number":"h7223"},{"text":"in his spirit","number":"h7307"},{"text":"Yea they made","number":"h7760"},{"text":"hath sent","number":"h7971"},{"text":"as an adamant stone","number":"h8068"},{"text":"lest they should hear","number":"h8085"},{"text":"the law","number":"h8451"}],"7":[{"text":"Should ye not hear the words","number":"h1697"},{"text":"by","number":"h3027"},{"text":"which the LORD","number":"h3068"},{"text":"when Jerusalem","number":"h3389"},{"text":"her when men inhabited","number":"h3427"},{"text":"was inhabited","number":"h3427"},{"text":"prophets","number":"h5030"},{"text":"the south","number":"h5045"},{"text":"thereof round about","number":"h5439"},{"text":"and the cities","number":"h5892"},{"text":"hath cried","number":"h7121"},{"text":"the former","number":"h7223"},{"text":"and in prosperity","number":"h7961"},{"text":"and the plain","number":"h8219"}]}
@@ -0,0 +1 @@
1
+ {"14":[{"text":"you when your fathers","number":"h1"},{"text":"For thus saith","number":"h559"},{"text":"saith","number":"h559"},{"text":"As I thought","number":"h2161"},{"text":"the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"and I repented","number":"h5162"},{"text":"of hosts","number":"h6635"},{"text":"of hosts","number":"h6635"},{"text":"provoked me to wrath","number":"h7107"},{"text":"to punish","number":"h7489"}],"10":[{"text":"all men","number":"h120"},{"text":"for man","number":"h120"},{"text":"every one","number":"h376"},{"text":"for beast","number":"h929"},{"text":"or came in","number":"h935"},{"text":"there was","number":"h1961"},{"text":"these days","number":"h3117"},{"text":"to him that went out","number":"h3318"},{"text":"For before","number":"h6440"},{"text":"because of the affliction","number":"h6862"},{"text":"against his neighbour","number":"h7453"},{"text":"no hire","number":"h7939"},{"text":"nor any hire","number":"h7939"},{"text":"neither was there any peace","number":"h7965"},{"text":"for I set","number":"h7971"}],"17":[{"text":"and love","number":"h157"},{"text":"And let none","number":"h376"},{"text":"of you imagine","number":"h2803"},{"text":"the LORD","number":"h3068"},{"text":"in your hearts","number":"h3824"},{"text":"saith","number":"h5002"},{"text":"evil","number":"h7451"},{"text":"against his neighbour","number":"h7453"},{"text":"oath","number":"h7621"},{"text":"for all these are things that I hate","number":"h8130"},{"text":"no false","number":"h8267"}],"19":[{"text":"therefore love","number":"h157"},{"text":"Thus saith","number":"h559"},{"text":"the truth","number":"h571"},{"text":"shall be to the house","number":"h1004"},{"text":"of the fifth","number":"h2549"},{"text":"and cheerful","number":"h2896"},{"text":"of Judah","number":"h3063"},{"text":"the LORD","number":"h3068"},{"text":"feasts","number":"h4150"},{"text":"of the tenth","number":"h6224"},{"text":"of hosts","number":"h6635"},{"text":"The fast","number":"h6685"},{"text":"and the fast","number":"h6685"},{"text":"and the fast","number":"h6685"},{"text":"month and the fast","number":"h6685"},{"text":"of the fourth","number":"h7243"},{"text":"of the seventh","number":"h7637"},{"text":"and peace","number":"h7965"},{"text":"and gladness","number":"h8057"},{"text":"joy","number":"h8342"}],"21":[{"text":"of one","number":"h259"},{"text":"to another","number":"h259"},{"text":"saying","number":"h559"},{"text":"and to seek","number":"h1245"},{"text":"city shall go","number":"h1980"},{"text":"speedily","number":"h1980"},{"text":"to pray","number":"h2470"},{"text":"the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"I will go","number":"h3212"},{"text":"Let us go","number":"h3212"},{"text":"And the inhabitants","number":"h3427"},{"text":"before","number":"h6440"},{"text":"of hosts","number":"h6635"}],"4":[{"text":"and every man","number":"h376"},{"text":"Thus saith","number":"h559"},{"text":"There shall yet old men","number":"h2205"},{"text":"and old women","number":"h2205"},{"text":"in his hand","number":"h3027"},{"text":"the LORD","number":"h3068"},{"text":"age","number":"h3117"},{"text":"of Jerusalem","number":"h3389"},{"text":"dwell","number":"h3427"},{"text":"with his staff","number":"h4938"},{"text":"of hosts","number":"h6635"},{"text":"for very","number":"h7230"},{"text":"in the streets","number":"h7339"}],"23":[{"text":"of him that is a Jew","number":"h376"},{"text":"that God","number":"h430"},{"text":"Thus saith","number":"h559"},{"text":"saying","number":"h559"},{"text":"men","number":"h582"},{"text":"of the nations","number":"h1471"},{"text":"even shall take hold","number":"h2388"},{"text":"shall take hold","number":"h2388"},{"text":"the LORD","number":"h3068"},{"text":"In those days","number":"h3117"},{"text":"We will go","number":"h3212"},{"text":"of the skirt","number":"h3671"},{"text":"out of all languages","number":"h3956"},{"text":"it shall come to pass that ten","number":"h6235"},{"text":"of hosts","number":"h6635"},{"text":"with you for we have heard","number":"h8085"}],"16":[{"text":"ye every man","number":"h376"},{"text":"of truth","number":"h571"},{"text":"the truth","number":"h571"},{"text":"Speak","number":"h1696"},{"text":"These are the things","number":"h1697"},{"text":"the judgment","number":"h4941"},{"text":"that ye shall do","number":"h6213"},{"text":"to his neighbour","number":"h7453"},{"text":"and peace","number":"h7965"},{"text":"in your gates","number":"h8179"},{"text":"execute","number":"h8199"}],"8":[{"text":"and I will be their God","number":"h430"},{"text":"in truth","number":"h571"},{"text":"And I will bring","number":"h935"},{"text":"of Jerusalem","number":"h3389"},{"text":"and they shall be my people","number":"h5971"},{"text":"and in righteousness","number":"h6666"},{"text":"them and they shall dwell","number":"h7931"},{"text":"in the midst","number":"h8432"}],"2":[{"text":"Thus saith","number":"h559"},{"text":"for her with great","number":"h1419"},{"text":"with great","number":"h1419"},{"text":"fury","number":"h2534"},{"text":"the LORD","number":"h3068"},{"text":"of hosts","number":"h6635"},{"text":"for Zion","number":"h6726"},{"text":"I was jealous","number":"h7065"},{"text":"and I was jealous","number":"h7065"},{"text":"jealousy","number":"h7068"}],"20":[{"text":"Thus saith","number":"h559"},{"text":"It shall yet come to pass that there shall come","number":"h935"},{"text":"the LORD","number":"h3068"},{"text":"and the inhabitants","number":"h3427"},{"text":"cities","number":"h5892"},{"text":"people","number":"h5971"},{"text":"of hosts","number":"h6635"},{"text":"of many","number":"h7227"}],"3":[{"text":"Thus saith","number":"h559"},{"text":"of truth","number":"h571"},{"text":"and the mountain","number":"h2022"},{"text":"mountain","number":"h2022"},{"text":"of the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"and Jerusalem","number":"h3389"},{"text":"of Jerusalem","number":"h3389"},{"text":"a city","number":"h5892"},{"text":"of hosts","number":"h6635"},{"text":"unto Zion","number":"h6726"},{"text":"the holy","number":"h6944"},{"text":"shall be called","number":"h7121"},{"text":"I am returned","number":"h7725"},{"text":"and will dwell","number":"h7931"},{"text":"in the midst","number":"h8432"}],"6":[{"text":"Thus saith","number":"h559"},{"text":"the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"in these days","number":"h3117"},{"text":"saith","number":"h5002"},{"text":"in mine eyes","number":"h5869"},{"text":"in the eyes","number":"h5869"},{"text":"of this people","number":"h5971"},{"text":"If it be marvellous","number":"h6381"},{"text":"should it also be marvellous","number":"h6381"},{"text":"of hosts","number":"h6635"},{"text":"of hosts","number":"h6635"},{"text":"of the remnant","number":"h7611"}],"7":[{"text":"Thus saith","number":"h559"},{"text":"country","number":"h776"},{"text":"country","number":"h776"},{"text":"the LORD","number":"h3068"},{"text":"Behold I will save","number":"h3467"},{"text":"and from the west","number":"h3996"},{"text":"from the east","number":"h4217"},{"text":"my people","number":"h5971"},{"text":"of hosts","number":"h6635"}],"9":[{"text":"Thus saith","number":"h559"},{"text":"of the house","number":"h1004"},{"text":"might be built","number":"h1129"},{"text":"these words","number":"h1697"},{"text":"that the temple","number":"h1964"},{"text":"be strong","number":"h2388"},{"text":"Let your hands","number":"h3027"},{"text":"of the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"in these days","number":"h3117"},{"text":"which were in the day","number":"h3117"},{"text":"that the foundation","number":"h3245"},{"text":"was laid","number":"h3245"},{"text":"of the prophets","number":"h5030"},{"text":"by the mouth","number":"h6310"},{"text":"of hosts","number":"h6635"},{"text":"of hosts","number":"h6635"},{"text":"ye that hear","number":"h8085"}],"1":[{"text":"came to me saying","number":"h559"},{"text":"Again the word","number":"h1697"},{"text":"of the LORD","number":"h3068"},{"text":"of hosts","number":"h6635"}],"18":[{"text":"came unto me saying","number":"h559"},{"text":"And the word","number":"h1697"},{"text":"of the LORD","number":"h3068"},{"text":"of hosts","number":"h6635"}],"12":[{"text":"and the ground","number":"h776"},{"text":"the vine","number":"h1612"},{"text":"For the seed","number":"h2233"},{"text":"their dew","number":"h2919"},{"text":"her increase","number":"h2981"},{"text":"to possess","number":"h5157"},{"text":"shall give","number":"h5414"},{"text":"shall give","number":"h5414"},{"text":"shall give","number":"h5414"},{"text":"of this people","number":"h5971"},{"text":"her fruit","number":"h6529"},{"text":"and I will cause the remnant","number":"h7611"},{"text":"shall be prosperous","number":"h7965"},{"text":"and the heavens","number":"h8064"}],"22":[{"text":"shall come","number":"h935"},{"text":"to seek","number":"h1245"},{"text":"nations","number":"h1471"},{"text":"and to pray","number":"h2470"},{"text":"the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"in Jerusalem","number":"h3389"},{"text":"people","number":"h5971"},{"text":"and strong","number":"h6099"},{"text":"before","number":"h6440"},{"text":"of hosts","number":"h6635"},{"text":"Yea many","number":"h7227"}],"13":[{"text":"O house","number":"h1004"},{"text":"and house","number":"h1004"},{"text":"you and ye shall be a blessing","number":"h1293"},{"text":"among the heathen","number":"h1471"},{"text":"be strong","number":"h2388"},{"text":"not but let your hands","number":"h3027"},{"text":"of Judah","number":"h3063"},{"text":"fear","number":"h3372"},{"text":"so will I save","number":"h3467"},{"text":"of Israel","number":"h3478"},{"text":"And it shall come to pass that as ye were a curse","number":"h7045"}],"15":[{"text":"and to the house","number":"h1004"},{"text":"have I thought","number":"h2161"},{"text":"of Judah","number":"h3063"},{"text":"in these days","number":"h3117"},{"text":"to do well","number":"h3190"},{"text":"fear","number":"h3372"},{"text":"unto Jerusalem","number":"h3389"},{"text":"So again","number":"h7725"}],"11":[{"text":"the LORD","number":"h3068"},{"text":"days","number":"h3117"},{"text":"saith","number":"h5002"},{"text":"of this people","number":"h5971"},{"text":"of hosts","number":"h6635"},{"text":"as in the former","number":"h7223"},{"text":"But now I will not be unto the residue","number":"h7611"}],"5":[{"text":"of boys","number":"h3206"},{"text":"and girls","number":"h3207"},{"text":"shall be full","number":"h4390"},{"text":"of the city","number":"h5892"},{"text":"And the streets","number":"h7339"},{"text":"in the streets","number":"h7339"},{"text":"playing","number":"h7832"}]}
@@ -0,0 +1 @@
1
+ {"5":[{"text":"shall perish","number":"h6"},{"text":"Ashkelon","number":"h831"},{"text":"and Ashkelon","number":"h831"},{"text":"sorrowful","number":"h2342"},{"text":"shall be ashamed","number":"h3001"},{"text":"it and fear","number":"h3372"},{"text":"shall not be inhabited","number":"h3427"},{"text":"also shall see it and be very","number":"h3966"},{"text":"for her expectation","number":"h4007"},{"text":"and the king","number":"h4428"},{"text":"Gaza","number":"h5804"},{"text":"from Gaza","number":"h5804"},{"text":"and Ekron","number":"h6138"},{"text":"shall see","number":"h7200"}],"16":[{"text":"for they shall be as the stones","number":"h68"},{"text":"upon his land","number":"h127"},{"text":"their God","number":"h430"},{"text":"And the LORD","number":"h3068"},{"text":"them in that day","number":"h3117"},{"text":"shall save","number":"h3467"},{"text":"of a crown","number":"h5145"},{"text":"lifted up as an ensign","number":"h5264"},{"text":"of his people","number":"h5971"},{"text":"as the flock","number":"h6629"}],"15":[{"text":"stones","number":"h68"},{"text":"them and they shall devour","number":"h398"},{"text":"shall defend","number":"h1598"},{"text":"and make a noise","number":"h1993"},{"text":"and as the corners","number":"h2106"},{"text":"The LORD","number":"h3068"},{"text":"as through wine","number":"h3196"},{"text":"and subdue","number":"h3533"},{"text":"of the altar","number":"h4196"},{"text":"like bowls","number":"h4219"},{"text":"and they shall be filled","number":"h4390"},{"text":"of hosts","number":"h6635"},{"text":"with sling","number":"h7050"},{"text":"and they shall drink","number":"h8354"}],"1":[{"text":"of man","number":"h120"},{"text":"in the land","number":"h776"},{"text":"of the word","number":"h1697"},{"text":"and Damascus","number":"h1834"},{"text":"of Hadrach","number":"h2317"},{"text":"of the LORD","number":"h3068"},{"text":"shall be toward the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"shall be the rest","number":"h4496"},{"text":"The burden","number":"h4853"},{"text":"thereof when the eyes","number":"h5869"},{"text":"as of all the tribes","number":"h7626"}],"4":[{"text":"Behold the Lord","number":"h136"},{"text":"and she shall be devoured","number":"h398"},{"text":"with fire","number":"h784"},{"text":"her power","number":"h2428"},{"text":"in the sea","number":"h3220"},{"text":"will cast her out","number":"h3423"},{"text":"and he will smite","number":"h5221"}],"14":[{"text":"and the Lord","number":"h136"},{"text":"as the lightning","number":"h1300"},{"text":"and shall go","number":"h1980"},{"text":"over them and his arrow","number":"h2671"},{"text":"And the LORD","number":"h3068"},{"text":"GOD","number":"h3069"},{"text":"shall go forth","number":"h3318"},{"text":"with whirlwinds","number":"h5591"},{"text":"shall be seen","number":"h7200"},{"text":"the trumpet","number":"h7782"},{"text":"of the south","number":"h8486"},{"text":"shall blow","number":"h8628"}],"7":[{"text":"even he shall be for our God","number":"h430"},{"text":"and he shall be as a governor","number":"h441"},{"text":"his blood","number":"h1818"},{"text":"as a Jebusite","number":"h2983"},{"text":"in Judah","number":"h3063"},{"text":"And I will take away","number":"h5493"},{"text":"and Ekron","number":"h6138"},{"text":"out of his mouth","number":"h6310"},{"text":"but he that remaineth","number":"h7604"},{"text":"from between his teeth","number":"h8127"},{"text":"and his abominations","number":"h8251"}],"11":[{"text":"thy prisoners","number":"h615"},{"text":"out of the pit","number":"h953"},{"text":"of thy covenant","number":"h1285"},{"text":"As for thee also by the blood","number":"h1818"},{"text":"wherein is no water","number":"h4325"},{"text":"I have sent forth","number":"h7971"}],"12":[{"text":"ye prisoners","number":"h615"},{"text":"you to the strong hold","number":"h1225"},{"text":"even to day","number":"h3117"},{"text":"double","number":"h4932"},{"text":"do I declare","number":"h5046"},{"text":"Turn","number":"h7725"},{"text":"that I will render","number":"h7725"},{"text":"of hope","number":"h8615"}],"10":[{"text":"even to the ends","number":"h657"},{"text":"from Ephraim","number":"h669"},{"text":"of the earth","number":"h776"},{"text":"unto the heathen","number":"h1471"},{"text":"and he shall speak","number":"h1696"},{"text":"even to sea","number":"h3220"},{"text":"shall be from sea","number":"h3220"},{"text":"from Jerusalem","number":"h3389"},{"text":"And I will cut off","number":"h3772"},{"text":"shall be cut off","number":"h3772"},{"text":"and the battle","number":"h4421"},{"text":"and his dominion","number":"h4915"},{"text":"and from the river","number":"h5104"},{"text":"and the horse","number":"h5483"},{"text":"bow","number":"h7198"},{"text":"the chariot","number":"h7393"},{"text":"peace","number":"h7965"}],"13":[{"text":"with Ephraim","number":"h669"},{"text":"against thy sons","number":"h1121"},{"text":"thy sons","number":"h1121"},{"text":"of a mighty man","number":"h1368"},{"text":"When I have bent","number":"h1869"},{"text":"thee as the sword","number":"h2719"},{"text":"Judah","number":"h3063"},{"text":"O Greece","number":"h3120"},{"text":"for me filled","number":"h4390"},{"text":"and raised up","number":"h5782"},{"text":"O Zion","number":"h6726"},{"text":"the bow","number":"h7198"},{"text":"and made","number":"h7760"}],"6":[{"text":"in Ashdod","number":"h795"},{"text":"the pride","number":"h1347"},{"text":"shall dwell","number":"h3427"},{"text":"and I will cut off","number":"h3772"},{"text":"And a bastard","number":"h4464"},{"text":"of the Philistines","number":"h6430"}],"9":[{"text":"of an ass","number":"h860"},{"text":"cometh","number":"h935"},{"text":"the foal","number":"h1121"},{"text":"O daughter","number":"h1323"},{"text":"O daughter","number":"h1323"},{"text":"Rejoice","number":"h1523"},{"text":"upon an ass","number":"h2543"},{"text":"of Jerusalem","number":"h3389"},{"text":"and having salvation","number":"h3467"},{"text":"greatly","number":"h3966"},{"text":"behold thy King","number":"h4428"},{"text":"and upon a colt","number":"h5895"},{"text":"lowly","number":"h6041"},{"text":"unto thee he is just","number":"h6662"},{"text":"of Zion","number":"h6726"},{"text":"shout","number":"h7321"},{"text":"and riding","number":"h7392"}],"17":[{"text":"shall make the young men","number":"h970"},{"text":"the maids","number":"h1330"},{"text":"corn","number":"h1715"},{"text":"For how great is his goodness","number":"h2898"},{"text":"and how great is his beauty","number":"h3308"},{"text":"cheerful","number":"h5107"},{"text":"and new wine","number":"h8492"}],"8":[{"text":"about mine house","number":"h1004"},{"text":"And I will encamp","number":"h2583"},{"text":"because of the army","number":"h4675"},{"text":"and no oppressor","number":"h5065"},{"text":"because of him that passeth by","number":"h5674"},{"text":"shall pass through","number":"h5674"},{"text":"with mine eyes","number":"h5869"},{"text":"them any more for now have I seen","number":"h7200"},{"text":"and because of him that returneth","number":"h7725"}],"3":[{"text":"did build","number":"h1129"},{"text":"of the streets","number":"h2351"},{"text":"and fine gold","number":"h2742"},{"text":"as the mire","number":"h2916"},{"text":"silver","number":"h3701"},{"text":"herself a strong hold","number":"h4692"},{"text":"as the dust","number":"h6083"},{"text":"and heaped up","number":"h6651"},{"text":"And Tyrus","number":"h6865"}],"2":[{"text":"also shall border","number":"h1379"},{"text":"wise","number":"h2449"},{"text":"And Hamath","number":"h2574"},{"text":"though it be very","number":"h3966"},{"text":"and Zidon","number":"h6721"},{"text":"thereby Tyrus","number":"h6865"}]}
@@ -0,0 +1 @@
1
+ {"9":[{"text":"their masters","number":"h113"},{"text":"houses","number":"h1004"},{"text":"all those that leap","number":"h1801"},{"text":"with violence","number":"h2555"},{"text":"In the same day","number":"h3117"},{"text":"which fill","number":"h4390"},{"text":"on the threshold","number":"h4670"},{"text":"and deceit","number":"h4820"},{"text":"also will I punish","number":"h6485"}],"3":[{"text":"man","number":"h120"},{"text":"man","number":"h120"},{"text":"the land","number":"h127"},{"text":"and beast","number":"h929"},{"text":"and the fishes","number":"h1709"},{"text":"the LORD","number":"h3068"},{"text":"of the sea","number":"h3220"},{"text":"and I will cut off","number":"h3772"},{"text":"and the stumblingblocks","number":"h4384"},{"text":"saith","number":"h5002"},{"text":"I will consume","number":"h5486"},{"text":"I will consume","number":"h5486"},{"text":"the fowls","number":"h5775"},{"text":"from off","number":"h6440"},{"text":"with the wicked","number":"h7563"},{"text":"of the heaven","number":"h8064"}],"17":[{"text":"upon men","number":"h120"},{"text":"as the dung","number":"h1561"},{"text":"and their blood","number":"h1818"},{"text":"that they shall walk","number":"h1980"},{"text":"because they have sinned","number":"h2398"},{"text":"against the LORD","number":"h3068"},{"text":"and their flesh","number":"h3894"},{"text":"like blind men","number":"h5787"},{"text":"as dust","number":"h6083"},{"text":"And I will bring distress","number":"h6887"},{"text":"shall be poured out","number":"h8210"}],"2":[{"text":"the land","number":"h127"},{"text":"I will utterly","number":"h622"},{"text":"the LORD","number":"h3068"},{"text":"saith","number":"h5002"},{"text":"consume","number":"h5486"},{"text":"all things from off","number":"h6440"}],"7":[{"text":"of the Lord","number":"h136"},{"text":"Hold thy peace","number":"h2013"},{"text":"a sacrifice","number":"h2077"},{"text":"for the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"GOD","number":"h3069"},{"text":"for the day","number":"h3117"},{"text":"hath prepared","number":"h3559"},{"text":"at the presence","number":"h6440"},{"text":"he hath bid","number":"h6942"},{"text":"his guests","number":"h7121"},{"text":"is at hand","number":"h7138"}],"6":[{"text":"from","number":"h310"},{"text":"and those that have not sought","number":"h1245"},{"text":"nor enquired","number":"h1875"},{"text":"the LORD","number":"h3068"},{"text":"the LORD","number":"h3068"},{"text":"And them that are turned back","number":"h5472"}],"18":[{"text":"shall be devoured","number":"h398"},{"text":"but the whole land","number":"h776"},{"text":"in the land","number":"h776"},{"text":"by the fire","number":"h784"},{"text":"even a speedy","number":"h926"},{"text":"nor their gold","number":"h2091"},{"text":"of the LORD'S","number":"h3068"},{"text":"them in the day","number":"h3117"},{"text":"shall be able","number":"h3201"},{"text":"of all them that dwell","number":"h3427"},{"text":"riddance","number":"h3617"},{"text":"Neither their silver","number":"h3701"},{"text":"to deliver","number":"h5337"},{"text":"wrath","number":"h5678"},{"text":"for he shall make","number":"h6213"},{"text":"of his jealousy","number":"h7068"}],"1":[{"text":"of Amon","number":"h526"},{"text":"of Amariah","number":"h568"},{"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 Gedaliah","number":"h1436"},{"text":"The word","number":"h1697"},{"text":"of Hizkiah","number":"h2396"},{"text":"of Josiah","number":"h2977"},{"text":"of Judah","number":"h3063"},{"text":"of the LORD","number":"h3068"},{"text":"in the days","number":"h3117"},{"text":"of Cushi","number":"h3570"},{"text":"king","number":"h4428"},{"text":"which came unto Zephaniah","number":"h6846"}],"12":[{"text":"that say","number":"h559"},{"text":"the men","number":"h582"},{"text":"that I will search","number":"h2664"},{"text":"The LORD","number":"h3068"},{"text":"will not do good","number":"h3190"},{"text":"Jerusalem","number":"h3389"},{"text":"in their heart","number":"h3824"},{"text":"with candles","number":"h5216"},{"text":"And it shall come to pass at that time","number":"h6256"},{"text":"and punish","number":"h6485"},{"text":"that are settled","number":"h7087"},{"text":"neither will he do evil","number":"h7489"},{"text":"on their lees","number":"h8105"}],"15":[{"text":"and gloominess","number":"h653"},{"text":"of darkness","number":"h2822"},{"text":"That day","number":"h3117"},{"text":"a day","number":"h3117"},{"text":"a day","number":"h3117"},{"text":"a day","number":"h3117"},{"text":"a day","number":"h3117"},{"text":"is a day","number":"h3117"},{"text":"and distress","number":"h4691"},{"text":"and desolation","number":"h4875"},{"text":"of wrath","number":"h5678"},{"text":"of clouds","number":"h6051"},{"text":"and thick darkness","number":"h6205"},{"text":"of trouble","number":"h6869"},{"text":"of wasteness","number":"h7722"}],"13":[{"text":"and their houses","number":"h1004"},{"text":"houses","number":"h1004"},{"text":"they shall also build","number":"h1129"},{"text":"Therefore their goods","number":"h2428"},{"text":"the wine","number":"h3196"},{"text":"but not inhabit","number":"h3427"},{"text":"vineyards","number":"h3754"},{"text":"shall become a booty","number":"h4933"},{"text":"them and they shall plant","number":"h5193"},{"text":"a desolation","number":"h8077"},{"text":"but not drink","number":"h8354"}],"8":[{"text":"children","number":"h1121"},{"text":"sacrifice","number":"h2077"},{"text":"of the LORD'S","number":"h3068"},{"text":"And it shall come to pass in the day","number":"h3117"},{"text":"and all such as are clothed","number":"h3847"},{"text":"apparel","number":"h4403"},{"text":"and the king's","number":"h4428"},{"text":"with strange","number":"h5237"},{"text":"that I will punish","number":"h6485"},{"text":"the princes","number":"h8269"}],"4":[{"text":"of Baal","number":"h1168"},{"text":"mine hand","number":"h3027"},{"text":"upon Judah","number":"h3063"},{"text":"of Jerusalem","number":"h3389"},{"text":"and upon all the inhabitants","number":"h3427"},{"text":"with the priests","number":"h3548"},{"text":"of the Chemarims","number":"h3649"},{"text":"and I will cut off","number":"h3772"},{"text":"from this place","number":"h4725"},{"text":"I will also stretch out","number":"h5186"},{"text":"the remnant","number":"h7605"},{"text":"and the name","number":"h8034"}],"16":[{"text":"against the fenced","number":"h1219"},{"text":"and against the high","number":"h1364"},{"text":"A day","number":"h3117"},{"text":"cities","number":"h5892"},{"text":"towers","number":"h6438"},{"text":"of the trumpet","number":"h7782"},{"text":"and alarm","number":"h8643"}],"14":[{"text":"the mighty man","number":"h1368"},{"text":"The great","number":"h1419"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD","number":"h3068"},{"text":"day","number":"h3117"},{"text":"of the day","number":"h3117"},{"text":"greatly","number":"h3966"},{"text":"and hasteth","number":"h4118"},{"text":"there bitterly","number":"h4751"},{"text":"shall cry","number":"h6873"},{"text":"even the voice","number":"h6963"},{"text":"is near","number":"h7138"},{"text":"it is near","number":"h7138"}],"10":[{"text":"from the hills","number":"h1389"},{"text":"and a great","number":"h1419"},{"text":"from the fish","number":"h1709"},{"text":"the LORD","number":"h3068"},{"text":"And it shall come to pass in that day","number":"h3117"},{"text":"and an howling","number":"h3215"},{"text":"from the second","number":"h4932"},{"text":"saith","number":"h5002"},{"text":"of a cry","number":"h6818"},{"text":"that there shall be the noise","number":"h6963"},{"text":"crashing","number":"h7667"},{"text":"gate","number":"h8179"}],"5":[{"text":"upon the housetops","number":"h1406"},{"text":"by the LORD","number":"h3068"},{"text":"by Malcham","number":"h4428"},{"text":"the host","number":"h6635"},{"text":"and that swear","number":"h7650"},{"text":"and that swear","number":"h7650"},{"text":"And them that worship","number":"h7812"},{"text":"and them that worship","number":"h7812"},{"text":"of heaven","number":"h8064"}],"11":[{"text":"are cut down","number":"h1820"},{"text":"Howl","number":"h3213"},{"text":"ye inhabitants","number":"h3427"},{"text":"for all the merchant","number":"h3667"},{"text":"silver","number":"h3701"},{"text":"are cut off","number":"h3772"},{"text":"of Maktesh","number":"h4389"},{"text":"all they that bear","number":"h5187"},{"text":"people","number":"h5971"}]}
@@ -0,0 +1 @@
1
+ {"5":[{"text":"I will even destroy","number":"h6"},{"text":"the land","number":"h776"},{"text":"the nation","number":"h1471"},{"text":"the word","number":"h1697"},{"text":"Woe","number":"h1945"},{"text":"coast","number":"h2256"},{"text":"of the LORD","number":"h3068"},{"text":"of the sea","number":"h3220"},{"text":"thee that there shall be no inhabitant","number":"h3427"},{"text":"unto the inhabitants","number":"h3427"},{"text":"is against you O Canaan","number":"h3667"},{"text":"of the Cherethites","number":"h3774"},{"text":"of the Philistines","number":"h6430"}],"13":[{"text":"and destroy","number":"h6"},{"text":"Assyria","number":"h804"},{"text":"his hand","number":"h3027"},{"text":"like a wilderness","number":"h4057"},{"text":"And he will stretch out","number":"h5186"},{"text":"Nineveh","number":"h5210"},{"text":"and dry","number":"h6723"},{"text":"against the north","number":"h6828"},{"text":"and will make","number":"h7760"},{"text":"a desolation","number":"h8077"}],"3":[{"text":"it may be","number":"h194"},{"text":"anger","number":"h639"},{"text":"of the earth","number":"h776"},{"text":"Seek","number":"h1245"},{"text":"seek","number":"h1245"},{"text":"seek","number":"h1245"},{"text":"of the LORD'S","number":"h3068"},{"text":"ye the LORD","number":"h3068"},{"text":"in the day","number":"h3117"},{"text":"his judgment","number":"h4941"},{"text":"ye shall be hid","number":"h5641"},{"text":"all ye meek","number":"h6035"},{"text":"meekness","number":"h6038"},{"text":"which have wrought","number":"h6466"},{"text":"righteousness","number":"h6664"}],"11":[{"text":"even all the isles","number":"h339"},{"text":"him every one","number":"h376"},{"text":"all the gods","number":"h430"},{"text":"of the earth","number":"h776"},{"text":"of the heathen","number":"h1471"},{"text":"The LORD","number":"h3068"},{"text":"will be terrible","number":"h3372"},{"text":"from his place","number":"h4725"},{"text":"unto them for he will famish","number":"h7329"},{"text":"and men shall worship","number":"h7812"}],"9":[{"text":"the God","number":"h430"},{"text":"shall spoil","number":"h962"},{"text":"and the children","number":"h1121"},{"text":"of my people","number":"h1471"},{"text":"Therefore as I live","number":"h2416"},{"text":"of nettles","number":"h2738"},{"text":"the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"them and the remnant","number":"h3499"},{"text":"Surely Moab","number":"h4124"},{"text":"and saltpits","number":"h4379"},{"text":"even the breeding","number":"h4476"},{"text":"saith","number":"h5002"},{"text":"shall possess","number":"h5157"},{"text":"shall be as Sodom","number":"h5467"},{"text":"and a perpetual","number":"h5704"},{"text":"of my people","number":"h5971"},{"text":"of Ammon","number":"h5983"},{"text":"as Gomorrah","number":"h6017"},{"text":"of hosts","number":"h6635"},{"text":"the residue","number":"h7611"},{"text":"desolation","number":"h8077"}],"7":[{"text":"their God","number":"h430"},{"text":"of Ashkelon","number":"h831"},{"text":"of the house","number":"h1004"},{"text":"thereupon in the houses","number":"h1004"},{"text":"And the coast","number":"h2256"},{"text":"of Judah","number":"h3063"},{"text":"for the LORD","number":"h3068"},{"text":"in the evening","number":"h6153"},{"text":"shall visit","number":"h6485"},{"text":"shall they lie down","number":"h7257"},{"text":"they shall feed","number":"h7462"},{"text":"shall be for the remnant","number":"h7611"},{"text":"their captivity","number":"h7622"},{"text":"them and turn away","number":"h7725"}],"15":[{"text":"that said","number":"h559"},{"text":"I am and there is none beside","number":"h657"},{"text":"carelessly","number":"h983"},{"text":"a place for beasts","number":"h2416"},{"text":"his hand","number":"h3027"},{"text":"that dwelt","number":"h3427"},{"text":"in her heart","number":"h3824"},{"text":"to lie down in","number":"h4769"},{"text":"and wag","number":"h5128"},{"text":"every one that passeth by","number":"h5674"},{"text":"city","number":"h5892"},{"text":"This is the rejoicing","number":"h5947"},{"text":"me how is she become a desolation","number":"h8047"},{"text":"her shall hiss","number":"h8319"}],"2":[{"text":"anger","number":"h639"},{"text":"anger","number":"h639"},{"text":"come","number":"h935"},{"text":"come","number":"h935"},{"text":"Before the decree","number":"h2706"},{"text":"the fierce","number":"h2740"},{"text":"of the LORD","number":"h3068"},{"text":"of the LORD'S","number":"h3068"},{"text":"before the day","number":"h3117"},{"text":"upon you before the day","number":"h3117"},{"text":"bring forth","number":"h3205"},{"text":"before","number":"h3808"},{"text":"as the chaff","number":"h4671"},{"text":"pass","number":"h5674"}],"14":[{"text":"the cedar work","number":"h731"},{"text":"of the nations","number":"h1471"},{"text":"of her all the beasts","number":"h2416"},{"text":"in the windows","number":"h2474"},{"text":"desolation","number":"h2721"},{"text":"in the upper lintels","number":"h3730"},{"text":"shall lodge","number":"h3885"},{"text":"shall be in the thresholds","number":"h5592"},{"text":"And flocks","number":"h5739"},{"text":"for he shall uncover","number":"h6168"},{"text":"both the cormorant","number":"h6893"},{"text":"of it their voice","number":"h6963"},{"text":"and the bittern","number":"h7090"},{"text":"shall lie down","number":"h7257"},{"text":"shall sing","number":"h7891"},{"text":"in the midst","number":"h8432"}],"4":[{"text":"Ashdod","number":"h795"},{"text":"and Ashkelon","number":"h831"},{"text":"they shall drive out","number":"h1644"},{"text":"shall be forsaken","number":"h5800"},{"text":"For Gaza","number":"h5804"},{"text":"shall be rooted up","number":"h6131"},{"text":"and Ekron","number":"h6138"},{"text":"at the noon day","number":"h6672"},{"text":"a desolation","number":"h8077"}],"8":[{"text":"of the children","number":"h1121"},{"text":"themselves against their border","number":"h1366"},{"text":"and the revilings","number":"h1421"},{"text":"and magnified","number":"h1431"},{"text":"whereby they have reproached","number":"h2778"},{"text":"the reproach","number":"h2781"},{"text":"of Moab","number":"h4124"},{"text":"my people","number":"h5971"},{"text":"of Ammon","number":"h5983"},{"text":"I have heard","number":"h8085"}],"10":[{"text":"This shall they have for their pride","number":"h1347"},{"text":"and magnified","number":"h1431"},{"text":"because they have reproached","number":"h2778"},{"text":"of the LORD","number":"h3068"},{"text":"themselves against the people","number":"h5971"},{"text":"of hosts","number":"h6635"}],"6":[{"text":"and folds","number":"h1448"},{"text":"coast","number":"h2256"},{"text":"And the sea","number":"h3220"},{"text":"and cottages","number":"h3741"},{"text":"shall be dwellings","number":"h5116"},{"text":"for flocks","number":"h6629"},{"text":"for shepherds","number":"h7462"}],"1":[{"text":"O nation","number":"h1471"},{"text":"not desired","number":"h3700"},{"text":"Gather yourselves together","number":"h7197"},{"text":"yea gather together","number":"h7197"}],"12":[{"text":"also ye","number":"h1992"},{"text":"shall be slain","number":"h2491"},{"text":"by my sword","number":"h2719"},{"text":"Ye Ethiopians","number":"h3569"}]}
@@ -0,0 +1 @@
1
+ {"17":[{"text":"in his love","number":"h160"},{"text":"thy God","number":"h430"},{"text":"of thee is mighty","number":"h1368"},{"text":"he will joy","number":"h1523"},{"text":"he will rest","number":"h2790"},{"text":"The LORD","number":"h3068"},{"text":"he will save","number":"h3467"},{"text":"in the midst","number":"h7130"},{"text":"over thee with singing","number":"h7440"},{"text":"he will rejoice","number":"h7797"},{"text":"over thee with joy","number":"h8057"}],"5":[{"text":"to light","number":"h216"},{"text":"every morning","number":"h1242"},{"text":"no shame","number":"h1322"},{"text":"knoweth","number":"h3045"},{"text":"LORD","number":"h3068"},{"text":"his judgment","number":"h4941"},{"text":"doth he bring","number":"h5414"},{"text":"he faileth","number":"h5737"},{"text":"iniquity","number":"h5766"},{"text":"not but the unjust","number":"h5767"},{"text":"thereof he will not do","number":"h6213"},{"text":"The just","number":"h6662"},{"text":"is in the midst","number":"h7130"}],"9":[{"text":"him with one","number":"h259"},{"text":"a pure","number":"h1305"},{"text":"For then will I turn","number":"h2015"},{"text":"of the LORD","number":"h3068"},{"text":"to serve","number":"h5647"},{"text":"to the people","number":"h5971"},{"text":"that they may all call","number":"h7121"},{"text":"consent","number":"h7926"},{"text":"upon the name","number":"h8034"},{"text":"language","number":"h8193"}],"15":[{"text":"thine enemy","number":"h341"},{"text":"The LORD","number":"h3068"},{"text":"even the LORD","number":"h3068"},{"text":"of Israel","number":"h3478"},{"text":"the king","number":"h4428"},{"text":"thy judgments","number":"h4941"},{"text":"hath taken away","number":"h5493"},{"text":"he hath cast out","number":"h6437"},{"text":"is in the midst","number":"h7130"},{"text":"of thee thou shalt not see","number":"h7200"},{"text":"evil","number":"h7451"}],"6":[{"text":"so that there is no man","number":"h376"},{"text":"the nations","number":"h1471"},{"text":"I made their streets","number":"h2351"},{"text":"waste","number":"h2717"},{"text":"that there is none inhabitant","number":"h3427"},{"text":"I have cut off","number":"h3772"},{"text":"that none passeth by","number":"h5674"},{"text":"their cities","number":"h5892"},{"text":"their towers","number":"h6438"},{"text":"are destroyed","number":"h6658"},{"text":"are desolate","number":"h8074"}],"8":[{"text":"shall be devoured","number":"h398"},{"text":"is to gather","number":"h622"},{"text":"anger","number":"h639"},{"text":"for all the earth","number":"h776"},{"text":"with the fire","number":"h784"},{"text":"the nations","number":"h1471"},{"text":"upon them mine indignation","number":"h2195"},{"text":"Therefore wait","number":"h2442"},{"text":"even all my fierce","number":"h2740"},{"text":"the LORD","number":"h3068"},{"text":"until the day","number":"h3117"},{"text":"the kingdoms","number":"h4467"},{"text":"for my determination","number":"h4941"},{"text":"ye upon me saith","number":"h5002"},{"text":"to the prey","number":"h5706"},{"text":"that I may assemble","number":"h6908"},{"text":"that I rise up","number":"h6965"},{"text":"of my jealousy","number":"h7068"},{"text":"to pour","number":"h8210"}],"7":[{"text":"them but","number":"h403"},{"text":"I said","number":"h559"},{"text":"howsoever","number":"h834"},{"text":"Surely thou wilt fear","number":"h3372"},{"text":"should not be cut off","number":"h3772"},{"text":"me thou wilt receive","number":"h3947"},{"text":"instruction","number":"h4148"},{"text":"so their dwelling","number":"h4583"},{"text":"all their doings","number":"h5949"},{"text":"I punished","number":"h6485"},{"text":"and corrupted","number":"h7843"},{"text":"they rose early","number":"h7925"}],"2":[{"text":"to her God","number":"h430"},{"text":"she trusted","number":"h982"},{"text":"not in the LORD","number":"h3068"},{"text":"she received","number":"h3947"},{"text":"not correction","number":"h4148"},{"text":"not the voice","number":"h6963"},{"text":"she drew not near","number":"h7126"},{"text":"She obeyed","number":"h8085"}],"16":[{"text":"it shall be said","number":"h559"},{"text":"Let not thine hands","number":"h3027"},{"text":"In that day","number":"h3117"},{"text":"Fear","number":"h3372"},{"text":"to Jerusalem","number":"h3389"},{"text":"thou not and to Zion","number":"h6726"},{"text":"be slack","number":"h7503"}],"20":[{"text":"saith","number":"h559"},{"text":"of the earth","number":"h776"},{"text":"will I bring","number":"h935"},{"text":"the LORD","number":"h3068"},{"text":"you for I will make","number":"h5414"},{"text":"before your eyes","number":"h5869"},{"text":"among all people","number":"h5971"},{"text":"At that time","number":"h6256"},{"text":"you again even in the time","number":"h6256"},{"text":"that I gather","number":"h6908"},{"text":"your captivity","number":"h7622"},{"text":"when I turn back","number":"h7725"},{"text":"you a name","number":"h8034"},{"text":"and a praise","number":"h8416"}],"4":[{"text":"persons","number":"h582"},{"text":"and treacherous","number":"h900"},{"text":"have polluted","number":"h2490"},{"text":"they have done violence","number":"h2554"},{"text":"her priests","number":"h3548"},{"text":"Her prophets","number":"h5030"},{"text":"are light","number":"h6348"},{"text":"the sanctuary","number":"h6944"},{"text":"to the law","number":"h8451"}],"18":[{"text":"I will gather","number":"h622"},{"text":"who are of thee to whom the reproach","number":"h2781"},{"text":"them that are sorrowful","number":"h3013"},{"text":"for the solemn assembly","number":"h4150"},{"text":"of it was a burden","number":"h4864"}],"3":[{"text":"lions","number":"h738"},{"text":"till the morrow","number":"h1242"},{"text":"they gnaw not the bones","number":"h1633"},{"text":"wolves","number":"h2061"},{"text":"are evening","number":"h6153"},{"text":"within","number":"h7130"},{"text":"her are roaring","number":"h7580"},{"text":"her judges","number":"h8199"},{"text":"Her princes","number":"h8269"}],"19":[{"text":"in every land","number":"h776"},{"text":"where they have been put to shame","number":"h1322"},{"text":"thee and I will save","number":"h3467"},{"text":"her that was driven out","number":"h5080"},{"text":"all that afflict","number":"h6031"},{"text":"I will undo","number":"h6213"},{"text":"Behold at that time","number":"h6256"},{"text":"her that halteth","number":"h6760"},{"text":"and gather","number":"h6908"},{"text":"and I will get","number":"h7760"},{"text":"and fame","number":"h8034"},{"text":"them praise","number":"h8416"}],"11":[{"text":"shalt thou not be ashamed","number":"h954"},{"text":"in thy pride","number":"h1346"},{"text":"be haughty","number":"h1361"},{"text":"mountain","number":"h2022"},{"text":"In that day","number":"h3117"},{"text":"and thou shalt no more","number":"h3254"},{"text":"against me for then I will take away","number":"h5493"},{"text":"of thee them that rejoice","number":"h5947"},{"text":"for all thy doings","number":"h5949"},{"text":"wherein thou hast transgressed","number":"h6586"},{"text":"because of my holy","number":"h6944"},{"text":"out of the midst","number":"h7130"}],"14":[{"text":"O daughter","number":"h1323"},{"text":"O daughter","number":"h1323"},{"text":"of Jerusalem","number":"h3389"},{"text":"O Israel","number":"h3478"},{"text":"with all the heart","number":"h3820"},{"text":"and rejoice","number":"h5937"},{"text":"of Zion","number":"h6726"},{"text":"shout","number":"h7321"},{"text":"Sing","number":"h7442"},{"text":"be glad","number":"h8055"}],"10":[{"text":"even the daughter","number":"h1323"},{"text":"shall bring","number":"h2986"},{"text":"of Ethiopia","number":"h3568"},{"text":"mine offering","number":"h4503"},{"text":"the rivers","number":"h5104"},{"text":"From beyond","number":"h5676"},{"text":"my suppliants","number":"h6282"},{"text":"of my dispersed","number":"h6327"}],"1":[{"text":"and polluted","number":"h1351"},{"text":"Woe","number":"h1945"},{"text":"to the oppressing","number":"h3238"},{"text":"to her that is filthy","number":"h4754"},{"text":"city","number":"h5892"}],"13":[{"text":"nor speak","number":"h1696"},{"text":"and none shall make them afraid","number":"h2729"},{"text":"of Israel","number":"h3478"},{"text":"lies","number":"h3577"},{"text":"tongue","number":"h3956"},{"text":"be found","number":"h4672"},{"text":"iniquity","number":"h5766"},{"text":"shall not do","number":"h6213"},{"text":"in their mouth","number":"h6310"},{"text":"and lie down","number":"h7257"},{"text":"for they shall feed","number":"h7462"},{"text":"The remnant","number":"h7611"},{"text":"neither shall a deceitful","number":"h8649"}],"12":[{"text":"and poor","number":"h1800"},{"text":"and they shall trust","number":"h2620"},{"text":"of the LORD","number":"h3068"},{"text":"people","number":"h5971"},{"text":"of thee an afflicted","number":"h6041"},{"text":"in the midst","number":"h7130"},{"text":"I will also leave","number":"h7604"},{"text":"in the name","number":"h8034"}]}
@@ -0,0 +1 @@
1
+ {"g1":{"pronunciation":"al'-fah","unicode":"Α","translit":"A","definition":"[Α] of Hebrew origin; the first letter of the alphabet; figuratively, only (from its use as a numeral) the first: Often used (usually ἄν, before a vowel) also in composition (as a contraction from {{g427}}) in the sense of privation; so, in many words, beginning with this letter; occasionally in the sense of union (as a contraction of {{g260}}).","strongs_number":"g1"},"g2":{"pronunciation":"ah-ar-ohn'","unicode":"Ἀαρών","translit":"Aarṓn","definition":"[Ἀαρών] of Hebrew origin ({{h175}}); Aaron, the brother of Moses","strongs_number":"g2"},"g3":{"pronunciation":"ab-ad-dohn'","unicode":"Ἀβαδδών","translit":"Abaddṓn","definition":"[Ἀβαδδών] of Hebrew origin ({{h11}}); a destroying angel","strongs_number":"g3"},"g4":{"pronunciation":"ab-ar-ace'","unicode":"ἀβαρής","translit":"abarḗs","definition":"[ἀβαρής] from {{g1}} (as a negative particle) and {{g922}}; weightless, i.e. (figuratively) not burdensome","strongs_number":"g4"},"g5":{"pronunciation":"ab-bah'","unicode":"Ἀββᾶ","translit":"Abbâ","definition":"[Ἀββᾶ] of Chaldee origin ({{h2}}); father as a vocative","strongs_number":"g5"},"g6":{"pronunciation":"ab'-el","unicode":"Ἄβελ","translit":"Ábel","definition":"[Ἄβελ] of Hebrew origin ({{h1893}}); Abel, the son of Adam","strongs_number":"g6"},"g7":{"pronunciation":"ab-ee-ah'","unicode":"Ἀβιά","translit":"Abiá","definition":"[Ἀβιά] of Hebrew origin ({{h29}}); Abijah, the name of two Israelites","strongs_number":"g7"},"g8":{"pronunciation":"ab-ee-ath'-ar","unicode":"Ἀβιαθάρ","translit":"Abiathár","definition":"[Ἀβιαθάρ] of Hebrew origin ({{h54}}); Abiathar, an Israelite","strongs_number":"g8"},"g9":{"pronunciation":"ab-ee-lay-nay'","unicode":"Ἀβιληνή","translit":"Abilēnḗ","definition":"[Ἀβιληνή] of foreign origin (compare {{h58}}); Abilene, a region of Syria","strongs_number":"g9"},"g10":{"pronunciation":"ab-ee-ood'","unicode":"Ἀβιούδ","translit":"Abioúd","definition":"[Ἀβιούδ] of Hebrew origin ({{h31}}); Abihud, an Israelite","strongs_number":"g10"},"g11":{"pronunciation":"ab-rah-am'","unicode":"Ἀβραάμ","translit":"Abraám","definition":"[Ἀβραάμ] of Hebrew origin ({{h85}}); Abraham, the Hebrew patriarch (In Acts 7:16 the text should probably read Jacob.)","strongs_number":"g11"},"g12":{"pronunciation":"ab'-us-sos","unicode":"ἄβυσσος","translit":"ábyssos","definition":"[ἄβυσσος] from {{g1}} (as a negative particle) and a variation of {{g1037}}; depthless, i.e. (specially) (infernal) \"abyss\"","strongs_number":"g12"},"g13":{"pronunciation":"ag'-ab-os","unicode":"Ἄγαβος","translit":"Ágabos","definition":"[Ἄγαβος] of Hebrew origin (compare {{h2285}}); Agabus, an Israelite","strongs_number":"g13"},"g14":{"pronunciation":"ag-ath-er-gheh'-o","unicode":"ἀγαθοεργέω","translit":"agathoergéō","definition":"[ἀγαθοεργέω] from {{g18}} and {{g2041}}; to work good","strongs_number":"g14"},"g15":{"pronunciation":"ag-ath-op-oy-eh'-o","unicode":"ἀγαθοποιέω","translit":"agathopoiéō","definition":"[ἀγαθοποιέω] from {{g17}}; to be a well-doer (as a favor or a duty)","strongs_number":"g15"},"g16":{"pronunciation":"ag-ath-op-oy-ee'-ah","unicode":"ἀγαθοποιΐα","translit":"agathopoiḯa","definition":"[ἀγαθοποιΐα] from {{g17}}; well-doing, i.e. virtue","strongs_number":"g16"},"g17":{"pronunciation":"ag-ath-op-oy-os'","unicode":"ἀγαθοποιός","translit":"agathopoiós","definition":"[ἀγαθοποιός] from {{g18}} and {{g4160}}; a well-doer, i.e. virtuous","strongs_number":"g17"},"g18":{"pronunciation":"ag-ath-os'","unicode":"ἀγαθός","translit":"agathós","definition":"[ἀγαθός] a primary word; \"good\" (in any sense, often as noun) Compare {{g2570}}.","strongs_number":"g18"},"g19":{"pronunciation":"ag-ath-o-soo'-nay","unicode":"ἀγαθωσύνη","translit":"agathōsýnē","definition":"[ἀγαθωσύνη] from {{g18}}; goodness, i.e. virtue or beneficence","strongs_number":"g19"},"g20":{"pronunciation":"ag-al-lee'-as-is","unicode":"ἀγαλλίασις","translit":"agallíasis","definition":"[ἀγαλλίασις] from {{g21}}; exultation; specially, welcome","strongs_number":"g20"},"g21":{"pronunciation":"ag-al-lee-ah'-o","unicode":"ἀγαλλιάω","translit":"agalliáō","definition":"[ἀγαλλιάω] from agan (much) and {{g242}}; properly, to jump for joy, i.e. exult","strongs_number":"g21"},"g22":{"pronunciation":"ag'-am-os","unicode":"ἄγαμος","translit":"ágamos","definition":"[ἄγαμος] from {{g1}} (as a negative particle) and {{g1062}}; unmarried","strongs_number":"g22"},"g23":{"pronunciation":"ag-an-ak-teh'-o","unicode":"ἀγανακτέω","translit":"aganaktéō","definition":"[ἀγανακτέω] from ἄγαν (much) and ἄχθος (grief; akin to the base of {{g43}}); to be greatly afflicted, i.e. (figuratively) indignant","strongs_number":"g23"},"g24":{"pronunciation":"ag-an-ak'-tay-sis","unicode":"ἀγανάκτησις","translit":"aganáktēsis","definition":"[ἀγανάκτησις] from {{g23}}; indignation","strongs_number":"g24"},"g25":{"pronunciation":"ag-ap-ah'-o","unicode":"ἀγαπάω","translit":"agapáō","definition":"[ἀγαπάω] perhaps from ἄγαν (much) (or compare {{h5689}}); to love (in a social or moral sense) Compare {{g5368}}.","strongs_number":"g25"},"g26":{"pronunciation":"ag-ah'-pay","unicode":"ἀγάπη","translit":"agápē","definition":"[ἀγάπη] from {{g25}}; love, i.e. affection or benevolence; specially (plural) a love-feast","strongs_number":"g26"},"g27":{"pronunciation":"ag-ap-ay-tos'","unicode":"ἀγαπητός","translit":"agapētós","definition":"[ἀγαπητός] from {{g25}}; beloved","strongs_number":"g27"},"g28":{"pronunciation":"ag'-ar","unicode":"Ἄγαρ","translit":"Ágar","definition":"[Ἄγαρ] of Hebrew origin ({{h1904}}); Hagar, the concubine of Abraham","strongs_number":"g28"},"g29":{"pronunciation":"ang-ar-yew'-o","unicode":"ἀγγαρεύω","translit":"angareúō","definition":"[ἀγγαρεύω] of foreign origin (compare {{h104}}); properly, to be a courier, i.e. (by implication) to press into public service","strongs_number":"g29"},"g30":{"pronunciation":"ang-eye'-on","unicode":"ἀγγεῖον","translit":"angeîon","definition":"[ἀγγεῖον] from ἄγγος (a pail, perhaps as bent; compare the base of {{g43}}); a receptacle","strongs_number":"g30"},"g31":{"pronunciation":"ang-el-ee'-ah","unicode":"ἀγγελία","translit":"angelía","definition":"[ἀγγελία] from {{g32}}; an announcement, i.e. (by implication) precept","strongs_number":"g31"},"g32":{"pronunciation":"ang'-el-os","unicode":"ἄγγελος","translit":"ángelos","definition":"[ἄγγελος] from ἀγγέλλω (probably derived from {{g71}}; compare {{g34}}) (to bring tidings); a messenger; especially an \"angel\"; by implication, a pastor","strongs_number":"g32"},"g33":{"pronunciation":"ag'-eh","unicode":"ἄγε","translit":"áge","definition":"[ἄγε] imperative of {{g71}}; properly, lead, i.e. come on","strongs_number":"g33"},"g34":{"pronunciation":"ag-el'-ay","unicode":"ἀγέλη","translit":"agélē","definition":"[ἀγέλη] from {{g71}} (compare {{g32}}); a drove","strongs_number":"g34"},"g35":{"pronunciation":"ag-en-eh-al-og'-ay-tos","unicode":"ἀγενεαλόγητος","translit":"agenealógētos","definition":"[ἀγενεαλόγητος] from {{g1}} (as negative particle) and {{g1075}}; unregistered as to birth","strongs_number":"g35"},"g36":{"pronunciation":"ag-en-ace'","unicode":"ἀγενής","translit":"agenḗs","definition":"[ἀγενής] from {{g1}} (as negative particle) and {{g1085}}; properly, without kin, i.e. (of unknown descent, and by implication) ignoble","strongs_number":"g36"},"g37":{"pronunciation":"hag-ee-ad'-zo","unicode":"ἁγιάζω","translit":"hagiázō","definition":"[ἁγιάζω] from {{g40}}; to make holy, i.e. (ceremonially) purify or consecrate; (mentally) to venerate","strongs_number":"g37"},"g38":{"pronunciation":"hag-ee-as-mos'","unicode":"ἁγιασμός","translit":"hagiasmós","definition":"[ἁγιασμός] from {{g37}}; properly, purification, i.e. (the state) purity; concretely (by Hebraism) a purifier","strongs_number":"g38"},"g39":{"pronunciation":"hag'-ee-on","unicode":"ἅγιον","translit":"hágion","definition":"[ἅγιον] neuter of {{g40}}; a sacred thing (i.e. spot)","strongs_number":"g39"},"g40":{"pronunciation":"hag'-ee-os","unicode":"ἅγιος","translit":"hágios","definition":"[ἅγιος] from ἅγος (an awful thing) (compare {{g53}}, {{g2282}}); sacred (physically, pure, morally blameless or religious, ceremonially, consecrated)","strongs_number":"g40"},"g41":{"pronunciation":"hag-ee-ot'-ace","unicode":"ἁγιότης","translit":"hagiótēs","definition":"[ἁγιότης] from {{g40}}; sanctity (i.e. properly, the state)","strongs_number":"g41"},"g42":{"pronunciation":"hag-ee-o-soo'-nay","unicode":"ἁγιωσύνη","translit":"hagiōsýnē","definition":"[ἁγιωσύνη] from {{g40}}; sacredness (i.e. properly, the quality)","strongs_number":"g42"},"g43":{"pronunciation":"ang-kal'-ay","unicode":"ἀγκάλη","translit":"ankálē","definition":"[ἀγκάλη] from ἄγκος (a bend, \"ache\"); an arm (as curved)","strongs_number":"g43"},"g44":{"pronunciation":"ang'-kis-tron","unicode":"ἄγκιστρον","translit":"ánkistron","definition":"[ἄγκιστρον] from the same as {{g43}}; a hook (as bent)","strongs_number":"g44"},"g45":{"pronunciation":"ang'-koo-rah","unicode":"ἄγκυρα","translit":"ánkyra","definition":"[ἄγκυρα] from the same as {{g43}}; an \"anchor\" (as crooked)","strongs_number":"g45"},"g46":{"pronunciation":"ag'-naf-os","unicode":"ἄγναφος","translit":"ágnaphos","definition":"[ἄγναφος] from {{g1}} (as a negative particle) and the same as {{g1102}}; properly, unfulled, i.e. (by implication) new (cloth)","strongs_number":"g46"},"g47":{"pronunciation":"hag-ni'-ah","unicode":"ἁγνεία","translit":"hagneía","definition":"[ἁγνεία] from {{g53}}; cleanliness (the quality), i.e. (specially) chastity","strongs_number":"g47"},"g48":{"pronunciation":"hag-nid'-zo","unicode":"ἁγνίζω","translit":"hagnízō","definition":"[ἁγνίζω] from {{g53}}; to make clean, i.e. (figuratively) sanctify (ceremonially or morally)","strongs_number":"g48"},"g49":{"pronunciation":"hag-nis-mos'","unicode":"ἁγνισμός","translit":"hagnismós","definition":"[ἁγνισμός] from {{g48}}; a cleansing (the act), i.e. (ceremonially) lustration","strongs_number":"g49"},"g50":{"pronunciation":"ag-no-eh'-o","unicode":"ἀγνοέω","translit":"agnoéō","definition":"[ἀγνοέω] from {{g1}} (as a negative particle) and {{g3539}}; not to know (through lack of information or intelligence); by implication, to ignore (through disinclination)","strongs_number":"g50"},"g51":{"pronunciation":"ag-no'-ay-mah","unicode":"ἀγνόημα","translit":"agnóēma","definition":"[ἀγνόημα] from {{g50}}; a thing ignored, i.e. shortcoming","strongs_number":"g51"},"g52":{"pronunciation":"ag'-noy-ah","unicode":"ἄγνοια","translit":"ágnoia","definition":"[ἄγνοια] from {{g50}}; ignorance (properly, the quality)","strongs_number":"g52"},"g53":{"pronunciation":"hag-nos'","unicode":"ἁγνός","translit":"hagnós","definition":"[ἁγνός] from the same as {{g40}}; properly, clean, i.e. (figuratively) innocent, modest, perfect","strongs_number":"g53"},"g54":{"pronunciation":"hag-not'-ace","unicode":"ἁγνότης","translit":"hagnótēs","definition":"[ἁγνότης] from {{g53}}; cleanness (the state), i.e. (figuratively) blamelessness","strongs_number":"g54"},"g55":{"pronunciation":"hag-noce'","unicode":"ἁγνῶς","translit":"hagnōs","definition":"[ἁγνῶς] adverb from {{g53}}; purely, i.e. honestly","strongs_number":"g55"},"g56":{"pronunciation":"ag-no-see'-ah","unicode":"ἀγνωσία","translit":"agnōsía","definition":"[ἀγνωσία] from {{g1}} (as negative particle) and {{g1108}}; ignorance (properly, the state)","strongs_number":"g56"},"g57":{"pronunciation":"ag'-noce-tos'","unicode":"ἄγνωστος","translit":"ágnōstos","definition":"[ἄγνωστος] from {{g1}} (as negative particle) and {{g1110}}; unknown","strongs_number":"g57"},"g58":{"pronunciation":"ag-or-ah'","unicode":"ἀγορά","translit":"agorá","definition":"[ἀγορά] from ἀγείρω (to gather; probably akin to {{g1453}}); properly, the town-square (as a place of public resort); by implication, a market or thoroughfare","strongs_number":"g58"},"g59":{"pronunciation":"ag-or-ad'-zo","unicode":"ἀγοράζω","translit":"agorázō","definition":"[ἀγοράζω] from {{g58}}; properly, to go to market, i.e. (by implication) to purchase; specially, to redeem","strongs_number":"g59"},"g60":{"pronunciation":"ag-or-ah'-yos","unicode":"ἀγοραῖος","translit":"agoraîos","definition":"[ἀγοραῖος] from {{g58}}; relating to the market-place, i.e. forensic (times); by implication, vulgar","strongs_number":"g60"},"g61":{"pronunciation":"ag'-rah","unicode":"ἄγρα","translit":"ágra","definition":"[ἄγρα] from {{g71}}; (abstractly) a catching (of fish); also (concretely) a haul (of fish)","strongs_number":"g61"},"g62":{"pronunciation":"ag-ram-mat-os","unicode":"ἀγράμματος","translit":"agrámmatos","definition":"[ἀγράμματος] from {{g1}} (as negative particle) and {{g1121}}; unlettered, i.e. illiterate","strongs_number":"g62"},"g63":{"pronunciation":"ag-row-leh'-o","unicode":"ἀγραυλέω","translit":"agrauléō","definition":"[ἀγραυλέω] from {{g68}} and {{g832}} (in the sense of {{g833}}); to camp out","strongs_number":"g63"},"g64":{"pronunciation":"ag-rew'-o","unicode":"ἀγρεύω","translit":"agreúō","definition":"[ἀγρεύω] from {{g61}}; to hunt, i.e. (figuratively) to entrap","strongs_number":"g64"},"g65":{"pronunciation":"ag-ree-el'-ah-yos","unicode":"ἀγριέλαιος","translit":"agriélaios","definition":"[ἀγριέλαιος] from {{g66}} and {{g1636}}; an oleaster","strongs_number":"g65"},"g66":{"pronunciation":"ag'-ree-os","unicode":"ἄγριος","translit":"ágrios","definition":"[ἄγριος] from {{g68}}; wild (as pertaining to the country), literally (natural) or figuratively (fierce)","strongs_number":"g66"},"g67":{"pronunciation":"ag-rip'-pas","unicode":"Ἀγρίππας","translit":"Agríppas","definition":"[Ἀγρίππας] apparently from {{g66}} and {{g2462}}; wild-horse tamer; Agrippas, one of the Herods","strongs_number":"g67"},"g68":{"pronunciation":"ag-ros'","unicode":"ἀγρός","translit":"agrós","definition":"[ἀγρός] from {{g71}}; a field (as a drive for cattle); genitive case, the country; specially, a farm, i.e. hamlet","strongs_number":"g68"},"g69":{"pronunciation":"ag-roop-neh'-o","unicode":"ἀγρυπνέω","translit":"agrypnéō","definition":"[ἀγρυπνέω] ultimately from {{g1}} (as negative particle) and {{g5258}}; to be sleepless, i.e. keep awake","strongs_number":"g69"},"g70":{"pronunciation":"ag-roop-nee'-ah","unicode":"ἀγρυπνία","translit":"agrypnía","definition":"[ἀγρυπνία] from {{g69}}; sleeplessness, i.e. a keeping awake","strongs_number":"g70"},"g71":{"pronunciation":"ag'-o","unicode":"ἄγω","translit":"ágō","definition":"[ἄγω] a primary verb; properly, to lead; by implication, to bring, drive, (reflexively) go, (specially) pass (time), or (figuratively) induce","strongs_number":"g71"},"g72":{"pronunciation":"ag-o-gay'","unicode":"ἀγωγή","translit":"agōgḗ","definition":"[ἀγωγή] reduplicated from {{g71}}; a bringing up, i.e. mode of living","strongs_number":"g72"},"g73":{"pronunciation":"ag-one'","unicode":"ἀγών","translit":"agṓn","definition":"[ἀγών] from {{g71}}; properly, a place of assembly (as if led), i.e. (by implication) a contest (held there); figuratively, an effort or anxiety","strongs_number":"g73"},"g74":{"pronunciation":"ag-o-nee'-ah","unicode":"ἀγωνία","translit":"agōnía","definition":"[ἀγωνία] from {{g73}}; a struggle (properly, the state), i.e. (figuratively) anguish","strongs_number":"g74"},"g75":{"pronunciation":"ag-o-nid'-zom-ahee","unicode":"ἀγωνίζομαι","translit":"agōnízomai","definition":"[ἀγωνίζομαι] from {{g73}}; to struggle, literally (to compete for a prize), figuratively (to contend with an adversary), or genitive case (to endeavor to accomplish something)","strongs_number":"g75"},"g76":{"pronunciation":"ad-am'","unicode":"Ἀδάμ","translit":"Adám","definition":"[Ἀδάμ] of Hebrew origin ({{h121}}); Adam, the first man; typically (of Jesus) man (as his representative)","strongs_number":"g76"},"g77":{"pronunciation":"ad-ap'-an-os","unicode":"ἀδάπανος","translit":"adápanos","definition":"[ἀδάπανος] from {{g1}} (as negative particle); and {{g1160}}; costless, i.e. gratuitous","strongs_number":"g77"},"g78":{"pronunciation":"ad-dee'","unicode":"Ἀδδί","translit":"Addí","definition":"[Ἀδδί] probably of Hebrew origin (compare {{h5716}}); Addi, an Israelite","strongs_number":"g78"},"g79":{"pronunciation":"ad-el-fay'","unicode":"ἀδελφή","translit":"adelphḗ","definition":"[ἀδελφή] feminine of {{g80}}; a sister (naturally or ecclesiastically)","strongs_number":"g79"},"g80":{"pronunciation":"ad-el-fos'","unicode":"ἀδελφός","translit":"adelphós","definition":"[ἀδελφός] from {{g1}} (as a connective particle) and δελφύς (the womb); a brother (literally or figuratively) near or remote (much like {{g1}})","strongs_number":"g80"},"g81":{"pronunciation":"ad-el-fot'-ace","unicode":"ἀδελφότης","translit":"adelphótēs","definition":"[ἀδελφότης] from {{g80}}; brotherhood (properly, the feeling of brotherliness), i.e. the (Christian) fraternity","strongs_number":"g81"},"g82":{"pronunciation":"ad'-ay-los","unicode":"ἄδηλος","translit":"ádēlos","definition":"[ἄδηλος] from {{g1}} (as a negative particle) and {{g1212}}; hidden, figuratively, indistinct","strongs_number":"g82"},"g83":{"pronunciation":"ad-ay-lot'-ace","unicode":"ἀδηλότης","translit":"adēlótēs","definition":"[ἀδηλότης] from {{g82}}; uncertainty","strongs_number":"g83"},"g84":{"pronunciation":"ad-ay'-loce","unicode":"ἀδήλως","translit":"adḗlōs","definition":"[ἀδήλως] adverb from {{g82}}; uncertainly","strongs_number":"g84"},"g85":{"pronunciation":"ad-ay-mon-eh'-o","unicode":"ἀδημονέω","translit":"adēmonéō","definition":"[ἀδημονέω] from a derivative of ἀδέω (to be sated to loathing); to be in distress (of mind)","strongs_number":"g85"},"g86":{"pronunciation":"hah'-dace","unicode":"ᾅδης","translit":"háidēs","definition":"[ᾅδης] from {{g1}} (as negative particle) and {{g1492}}; properly, unseen, i.e. \"Hades\" or the place (state) of departed souls","strongs_number":"g86"},"g87":{"pronunciation":"ad-ee-ak'-ree-tos","unicode":"ἀδιάκριτος","translit":"adiákritos","definition":"[ἀδιάκριτος] from {{g1}} (as a negative particle) and a derivative of {{g1252}}; properly, undistinguished, i.e. (actively) impartial","strongs_number":"g87"},"g88":{"pronunciation":"ad-ee-al'-ipe-tos","unicode":"ἀδιάλειπτος","translit":"adiáleiptos","definition":"[ἀδιάλειπτος] from {{g1}} (as a negative particle) and a derivative of a compound of {{g1223}} and {{g3007}}; unintermitted, i.e. permanent","strongs_number":"g88"},"g89":{"pronunciation":"ad-ee-al-ipe'-toce","unicode":"ἀδιαλείπτως","translit":"adialeíptōs","definition":"[ἀδιαλείπτως] adverb from {{g88}}; uninterruptedly, i.e. without omission (on an appropriate occasion)","strongs_number":"g89"},"g90":{"pronunciation":"ad-ee-af-thor-ee'-ah","unicode":"ἀδιαφθορία","translit":"adiaphthoría","definition":"[ἀδιαφθορία] from a derivative of a compound of {{g1}} (as a negative particle) and a derivative of {{g1311}}; incorruptibleness, i.e. (figuratively) purity (of doctrine)","strongs_number":"g90"},"g91":{"pronunciation":"ad-ee-keh'-o","unicode":"ἀδικέω","translit":"adikéō","definition":"[ἀδικέω] from {{g94}}; to be unjust, i.e. (actively) do wrong (morally, socially or physically)","strongs_number":"g91"},"g92":{"pronunciation":"ad-eek'-ay-mah","unicode":"ἀδίκημα","translit":"adíkēma","definition":"[ἀδίκημα] from {{g91}}; a wrong done","strongs_number":"g92"},"g93":{"pronunciation":"ad-ee-kee'-ah","unicode":"ἀδικία","translit":"adikía","definition":"[ἀδικία] from {{g94}}; (legal) injustice (properly, the quality, by implication, the act); morally, wrongfulness (of character, life or act)","strongs_number":"g93"},"g94":{"pronunciation":"ad'-ee-kos","unicode":"ἄδικος","translit":"ádikos","definition":"[ἄδικος] from {{g1}} (as a negative particle) and {{g1349}}; unjust; by extension wicked; by implication, treacherous; specially, heathen","strongs_number":"g94"},"g95":{"pronunciation":"ad-ee'-koce","unicode":"ἀδίκως","translit":"adíkōs","definition":"[ἀδίκως] adverb from {{g94}}; unjustly","strongs_number":"g95"},"g96":{"pronunciation":"ad-ok'-ee-mos","unicode":"ἀδόκιμος","translit":"adókimos","definition":"[ἀδόκιμος] from {{g1}} (as a negative particle) and {{g1384}}; unapproved, i.e. rejected; by implication, worthless (literally or morally)","strongs_number":"g96"},"g97":{"pronunciation":"ad'-ol-os","unicode":"ἄδολος","translit":"ádolos","definition":"[ἄδολος] from {{g1}} (as a negative particle); and {{g1388}}; undeceitful, i.e. (figuratively) unadulterated","strongs_number":"g97"},"g98":{"pronunciation":"ad-ram-oot-tay-nos'","unicode":"Ἀδραμυττηνός","translit":"Adramyttēnós","definition":"[Ἀδραμυττηνός] from Ἀδραμύττειον (a place in Asia Minor); Adramyttene or belonging to Adramyttium","strongs_number":"g98"},"g99":{"pronunciation":"ad-ree'-as","unicode":"Ἀδρίας","translit":"Adrías","definition":"[Ἀδρίας] from Ἀδρία (a place near its shore); the Adriatic sea (including the Ionian)","strongs_number":"g99"},"g100":{"pronunciation":"had-rot'-ace","unicode":"ἁδρότης","translit":"hadrótēs","definition":"[ἁδρότης] from ἁδρός (stout); plumpness, i.e. (figuratively) liberality","strongs_number":"g100"}}
@@ -0,0 +1 @@
1
+ {"g101":{"pronunciation":"ad-oo-nat-eh'-o","unicode":"ἀδυνατέω","translit":"adynatéō","definition":"[ἀδυνατέω] from {{g102}}; to be unable, i.e. (passively) impossible","strongs_number":"g101"},"g102":{"pronunciation":"ad-oo'-nat-os","unicode":"ἀδύνατος","translit":"adýnatos","definition":"[ἀδύνατος] from {{g1}} (as a negative particle) and {{g1415}}; unable, i.e. weak (literally or figuratively); passively, impossible","strongs_number":"g102"},"g103":{"pronunciation":"ad'-o","unicode":"ᾄδω","translit":"áidō","definition":"[ᾄδω] a primary verb; to sing","strongs_number":"g103"},"g104":{"pronunciation":"ah-eye'","unicode":"ἀεί","translit":"aeí","definition":"[ἀεί] from an obsolete primary noun (apparently meaning continued duration); \"ever,\" by qualification regularly; by implication, earnestly","strongs_number":"g104"},"g105":{"pronunciation":"ah-et-os'","unicode":"ἀετός","translit":"aetós","definition":"[ἀετός] from the same as {{g109}}; an eagle (from its wind-like flight)","strongs_number":"g105"},"g106":{"pronunciation":"ad'-zoo-mos","unicode":"ἄζυμος","translit":"ázymos","definition":"[ἄζυμος] from {{g1}} (as a negative particle) and {{g2219}}; unleavened, i.e. (figuratively) uncorrupted; (in the neutral plural) specially (by implication) the Passover week","strongs_number":"g106"},"g107":{"pronunciation":"ad-zore'","unicode":"Ἀζώρ","translit":"Azṓr","definition":"[Ἀζώρ] of Hebrew origin (compare {{h5809}}); Azor, an Israelite","strongs_number":"g107"},"g108":{"pronunciation":"ad'-zo-tos","unicode":"Ἄζωτος","translit":"Ázōtos","definition":"[Ἄζωτος] of Hebrew origin ({{h795}}); Azotus (i.e. Ashdod), a place in Palestine","strongs_number":"g108"},"g109":{"pronunciation":"ah-ayr'","unicode":"ἀήρ","translit":"aḗr","definition":"[ἀήρ] from ἄημι (to breathe unconsciously, i.e. respire; by analogy, to blow); \"air\" (as naturally circumambient) Compare {{g5594}}.","strongs_number":"g109"},"g110":{"pronunciation":"ath-an-as-ee'-ah","unicode":"ἀθανασία","translit":"athanasía","definition":"[ἀθανασία] from a compound of {{g1}} (as a negative particle) and {{g2288}}; deathlessness","strongs_number":"g110"},"g111":{"pronunciation":"ath-em'-ee-tos","unicode":"ἀθέμιτος","translit":"athémitos","definition":"[ἀθέμιτος] from {{g1}} (as a negative particle) and a derivative of θέμις (statute; from the base of {{g5087}}); illegal; by implication, flagitious","strongs_number":"g111"},"g112":{"pronunciation":"ath'-eh-os","unicode":"ἄθεος","translit":"átheos","definition":"[ἄθεος] from {{g1}} (as a negative particle) and {{g2316}}; godless","strongs_number":"g112"},"g113":{"pronunciation":"ath'-es-mos","unicode":"ἄθεσμος","translit":"áthesmos","definition":"[ἄθεσμος] from {{g1}} (as a negative particle) and a derivative of {{g5087}} (in the sense of enacting); lawless, i.e. (by implication) criminal","strongs_number":"g113"},"g114":{"pronunciation":"ath-et-eh'-o","unicode":"ἀθετέω","translit":"athetéō","definition":"[ἀθετέω] from a compound of {{g1}} (as a negative particle) and a derivative of {{g5087}}; to set aside, i.e. (by implication) to disesteem, neutralize or violate","strongs_number":"g114"},"g115":{"pronunciation":"ath-et'-ay-sis","unicode":"ἀθέτησις","translit":"athétēsis","definition":"[ἀθέτησις] from {{g114}}; cancellation (literally or figuratively)","strongs_number":"g115"},"g116":{"pronunciation":"ath-ay-nahee","unicode":"Ἀθῆναι","translit":"Athēnai","definition":"[Ἀθῆναι] plural of Ἀθήνη (the goddess of wisdom, who was reputed to have founded the city); Athenæ, the capitol of Greece","strongs_number":"g116"},"g117":{"pronunciation":"ath-ay-nah'-yos","unicode":"Ἀθηναῖος","translit":"Athēnaîos","definition":"[Ἀθηναῖος] from {{g116}}; an Athenæan or inhabitant of Athenæ","strongs_number":"g117"},"g118":{"pronunciation":"ath-leh'-o","unicode":"ἀθλέω","translit":"athléō","definition":"[ἀθλέω] from ἄθλος (a contest in the public lists); to contend in the competitive games","strongs_number":"g118"},"g119":{"pronunciation":"ath'-lay-sis","unicode":"ἄθλησις","translit":"áthlēsis","definition":"[ἄθλησις] from {{g118}}; a struggle (figuratively)","strongs_number":"g119"},"g120":{"pronunciation":"ath-oo-meh'-o","unicode":"ἀθυμέω","translit":"athyméō","definition":"[ἀθυμέω] from a compound of {{g1}} (as a negative particle) and {{g2372}}; to be spiritless, i.e. disheartened","strongs_number":"g120"},"g121":{"pronunciation":"ath'-o-os","unicode":"ἄθωος","translit":"áthōos","definition":"[ἄθωος] from {{g1}} (as a negative particle) and probably a derivative of {{g5087}} (meaning a penalty); not guilty","strongs_number":"g121"},"g122":{"pronunciation":"ah'-ee-ghi-os","unicode":"αἴγειος","translit":"aígeios","definition":"[αἴγειος] from αἴξ (a goat); belonging to a goat","strongs_number":"g122"},"g123":{"pronunciation":"ahee-ghee-al-os'","unicode":"αἰγιαλός","translit":"aigialós","definition":"[αἰγιαλός] from aisso (to rush) and {{g251}} (in the sense of the sea); a beach (on which the waves dash)","strongs_number":"g123"},"g124":{"pronunciation":"ahee-goop'-tee-os","unicode":"Αἰγύπτιος","translit":"Aigýptios","definition":"[Αἰγύπτιος] from {{g125}}; an Ægyptian or inhabitant of Ægyptus","strongs_number":"g124"},"g125":{"pronunciation":"ah'-ee-goop-tos","unicode":"Αἴγυπτος","translit":"Aígyptos","definition":"[Αἴγυπτος] of uncertain derivation; Ægyptus, the land of the Nile","strongs_number":"g125"},"g126":{"pronunciation":"ah-id'-ee-os","unicode":"ἀΐδιος","translit":"aḯdios","definition":"[ἀΐδιος] from {{g104}}; everduring (forward and backward, or forward only)","strongs_number":"g126"},"g127":{"pronunciation":"ahee-doce'","unicode":"αἰδώς","translit":"aidṓs","definition":"[αἰδώς] perhaps from {{g1}} (as a negative particle) and {{g1492}} (through the idea of downcast eyes); bashfulness, i.e. (towards men), modesty or (towards God) awe","strongs_number":"g127"},"g128":{"pronunciation":"ahee-thee'-ops","unicode":"Αἰθίοψ","translit":"Aithíops","definition":"[Αἰθίοψ] from αἴθω (to scorch) and ὤψ (the face, from {{g3700}}); an Æthiopian (as a blackamoor)","strongs_number":"g128"},"g129":{"pronunciation":"hah'-ee-mah","unicode":"αἷμα","translit":"haîma","definition":"[αἷμα] of uncertain derivation; blood, literally (of men or animals), figuratively (the juice of grapes) or specially (the atoning blood of Christ); by implication, bloodshed, also kindred","strongs_number":"g129"},"g130":{"pronunciation":"hahee-mat-ek-khoo-see'-ah","unicode":"αἱματεκχυσία","translit":"haimatekchysía","definition":"[αἱματεκχυσία] from {{g129}} and a derivative of {{g1632}}; an effusion of blood","strongs_number":"g130"},"g131":{"pronunciation":"hahee-mor-hreh'-o","unicode":"αἱμοῤῥέω","translit":"haimorrhéō","definition":"[αἱμοῤῥέω] from {{g129}} and {{g4482}}; to flow blood, i.e. have a hæmorrhage","strongs_number":"g131"},"g132":{"pronunciation":"ahee-neh'-as","unicode":"Αἰνέας","translit":"Ainéas","definition":"[Αἰνέας] of uncertain derivation; Ænĕas, an Israelite","strongs_number":"g132"},"g133":{"pronunciation":"ah'-ee-nes-is","unicode":"αἴνεσις","translit":"aínesis","definition":"[αἴνεσις] from {{g134}}; a praising (the act), i.e. (specially) a thank(-offering)","strongs_number":"g133"},"g134":{"pronunciation":"ahee-neh'-o","unicode":"αἰνέω","translit":"ainéō","definition":"[αἰνέω] from {{g136}}; to praise (God)","strongs_number":"g134"},"g135":{"pronunciation":"ah'-ee-nig-ma","unicode":"αἴνιγμα","translit":"aínigma","definition":"[αἴνιγμα] from a derivative of {{g136}} (in its primary sense); an obscure saying (\"enigma\"), i.e. (abstractly) obscureness","strongs_number":"g135"},"g136":{"pronunciation":"ah'-ee-nos","unicode":"αἶνος","translit":"aînos","definition":"[αἶνος] apparently a prime word; properly, a story, but used in the sense of {{g1868}}; praise (of God)","strongs_number":"g136"},"g137":{"pronunciation":"ahee-nohn'","unicode":"Αἰνών","translit":"Ainṓn","definition":"[Αἰνών] of Hebrew origin (a derivative of {{h5869}}, place of springs); Ænon, a place in Palestine","strongs_number":"g137"},"g138":{"pronunciation":"hahee-reh'-om-ahee","unicode":"αἱρέομαι","translit":"hairéomai","definition":"[αἱρέομαι] probably akin to {{g142}}; to take for oneself, i.e. to prefer Some of the forms are borrowed from a cognate ἕλλομαι; which is otherwise obsolete.","strongs_number":"g138"},"g139":{"pronunciation":"hah'-ee-res-is","unicode":"αἵρεσις","translit":"haíresis","definition":"[αἵρεσις] from {{g138}}; properly, a choice, i.e. (specially) a party or (abstractly) disunion","strongs_number":"g139"},"g140":{"pronunciation":"hahee-ret-id'-zo","unicode":"αἱρετίζω","translit":"hairetízō","definition":"[αἱρετίζω] from a derivative of {{g138}}; to make a choice","strongs_number":"g140"},"g141":{"pronunciation":"hahee-ret-ee-kos'","unicode":"αἱρετικός","translit":"hairetikós","definition":"[αἱρετικός] from the same as {{g140}}; a schismatic","strongs_number":"g141"},"g142":{"pronunciation":"ah'-ee-ro","unicode":"αἴρω","translit":"aírō","definition":"[αἴρω] a primary root; to lift up; by implication, to take up or away; figuratively, to raise (the voice), keep in suspense (the mind), specially, to sail away (i.e. weigh anchor); by Hebraism (compare {{h5375}}) to expiate sin","strongs_number":"g142"},"g143":{"pronunciation":"ahee-sthan'-om-ahee","unicode":"αἰσθάνομαι","translit":"aisthánomai","definition":"[αἰσθάνομαι] of uncertain derivation; to apprehend (properly, by the senses)","strongs_number":"g143"},"g144":{"pronunciation":"ah'-ee-sthay-sis","unicode":"αἴσθησις","translit":"aísthēsis","definition":"[αἴσθησις] from {{g143}}; perception, i.e. (figuratively) discernment","strongs_number":"g144"},"g145":{"pronunciation":"ahee-sthay-tay'-ree-on","unicode":"αἰσθητήριον","translit":"aisthētḗrion","definition":"[αἰσθητήριον] from a derivative of {{g143}}; properly, an organ of perception, i.e. (figuratively) judgment","strongs_number":"g145"},"g146":{"pronunciation":"ahee-skhrok-er-dace'","unicode":"αἰσχροκερδής","translit":"aischrokerdḗs","definition":"[αἰσχροκερδής] from {{g150}} and κέρδος (gain); sordid","strongs_number":"g146"},"g147":{"pronunciation":"ahee-skhrok-er-doce'","unicode":"αἰσχροκερδῶς","translit":"aischrokerdōs","definition":"[αἰσχροκερδῶς] adverb from {{g146}}; sordidly","strongs_number":"g147"},"g148":{"pronunciation":"ahee-skhrol-og-ee'-ah","unicode":"αἰσχρολογία","translit":"aischrología","definition":"[αἰσχρολογία] from {{g150}} and {{g3056}}; vile conversation","strongs_number":"g148"},"g149":{"pronunciation":"ahee-skhron'","unicode":"αἰσχρόν","translit":"aischrón","definition":"[αἰσχρόν] neuter of {{g150}}; a shameful thing, i.e. indecorum","strongs_number":"g149"},"g150":{"pronunciation":"ahee-skhros'","unicode":"αἰσχρός","translit":"aischrós","definition":"[αἰσχρός] from the same as {{g153}}; shameful, i.e. base (specially, venal)","strongs_number":"g150"},"g151":{"pronunciation":"ahee-skhrot'-ace","unicode":"αἰσχρότης","translit":"aischrótēs","definition":"[αἰσχρότης] from {{g150}}; shamefulness, i.e. obscenity","strongs_number":"g151"},"g152":{"pronunciation":"ahee-skhoo'-nay","unicode":"αἰσχύνη","translit":"aischýnē","definition":"[αἰσχύνη] from {{g153}}; shame or disgrace (abstractly or concretely)","strongs_number":"g152"},"g153":{"pronunciation":"ahee-skhoo'-nom-ahee","unicode":"αἰσχύνομαι","translit":"aischýnomai","definition":"[αἰσχύνομαι] from αἶσχος (disfigurement, i.e. disgrace); to feel shame (for oneself)","strongs_number":"g153"},"g154":{"pronunciation":"ahee-teh'-o","unicode":"αἰτέω","translit":"aitéō","definition":"[αἰτέω] of uncertain derivation; to ask (in genitive case) Compare {{g4441}}.","strongs_number":"g154"},"g155":{"pronunciation":"ah'-ee-tay-mah","unicode":"αἴτημα","translit":"aítēma","definition":"[αἴτημα] from {{g154}}; a thing asked or (abstractly) an asking","strongs_number":"g155"},"g156":{"pronunciation":"ahee-tee'-a","unicode":"αἰτία","translit":"aitía","definition":"[αἰτία] from the same as {{g154}}; a cause (as if asked for), i.e. (logical) reason (motive, matter), (legal) crime (alleged or proved)","strongs_number":"g156"},"g157":{"pronunciation":"ahee-tee'-am-ah","unicode":"αἰτίαμα","translit":"aitíama","definition":"[αἰτίαμα] from a derivative of {{g156}}; a thing charged","strongs_number":"g157"},"g158":{"pronunciation":"ah'-ee-tee-on","unicode":"αἴτιον","translit":"aítion","definition":"[αἴτιον] neuter of {{g159}}; a reason or crime (like {{g156}})","strongs_number":"g158"},"g159":{"pronunciation":"ah'-ee-tee-os","unicode":"αἴτιος","translit":"aítios","definition":"[αἴτιος] from the same as {{g154}}; causative, i.e. (concretely) a causer","strongs_number":"g159"},"g160":{"pronunciation":"aheef-nid'-ee-os","unicode":"αἰφνίδιος","translit":"aiphnídios","definition":"[αἰφνίδιος] from a compound of {{g1}} (as a negative particle) and {{g5316}} (compare {{g1810}}) (meaning non-apparent); unexpected, i.e. (adverbially) suddenly","strongs_number":"g160"},"g161":{"pronunciation":"aheekh-mal-o-see'-ah","unicode":"αἰχμαλωσία","translit":"aichmalōsía","definition":"[αἰχμαλωσία] from {{g164}}; captivity","strongs_number":"g161"},"g162":{"pronunciation":"aheekh-mal-o-tew'-o","unicode":"αἰχμαλωτεύω","translit":"aichmalōteúō","definition":"[αἰχμαλωτεύω] from {{g164}}; to capture (like {{g163}})","strongs_number":"g162"},"g163":{"pronunciation":"aheekh-mal-o-tid'-zo","unicode":"αἰχμαλωτίζω","translit":"aichmalōtízō","definition":"[αἰχμαλωτίζω] from {{g164}}; to make captive","strongs_number":"g163"},"g164":{"pronunciation":"aheekh-mal-o-tos'","unicode":"αἰχμάλωτος","translit":"aichmálōtos","definition":"[αἰχμάλωτος] from αἰχμή (a spear) and a derivative of the same as {{g259}}; properly, a prisoner of war, i.e. (genitive case) a captive","strongs_number":"g164"},"g165":{"pronunciation":"ahee-ohn'","unicode":"αἰών","translit":"aiṓn","definition":"[αἰών] from the same as {{g104}}; properly, an age; by extension, perpetuity (also past); by implication, the world; specially (Jewish) a Messianic period (present or future) Compare {{g5550}}.","strongs_number":"g165"},"g166":{"pronunciation":"ahee-o'-nee-os","unicode":"αἰώνιος","translit":"aiṓnios","definition":"[αἰώνιος] from {{g165}}; perpetual (also used of past time, or past and future as well)","strongs_number":"g166"},"g167":{"pronunciation":"ak-ath-ar-see'-ah","unicode":"ἀκαθαρσία","translit":"akatharsía","definition":"[ἀκαθαρσία] from {{g169}}; impurity (the quality), physically or morally","strongs_number":"g167"},"g168":{"pronunciation":"ak-ath-ar'-tace","unicode":"ἀκαθάρτης","translit":"akathártēs","definition":"[ἀκαθάρτης] from {{g169}}; impurity (the state), morally","strongs_number":"g168"},"g169":{"pronunciation":"ak-ath'-ar-tos","unicode":"ἀκάθαρτος","translit":"akáthartos","definition":"[ἀκάθαρτος] from {{g1}} (as a negative particle) and a presumed derivative of {{g2508}} (meaning cleansed); impure (ceremonially, morally (lewd) or specially, (demonic))","strongs_number":"g169"},"g170":{"pronunciation":"ak-ahee-reh'-om-ahee","unicode":"ἀκαιρέομαι","translit":"akairéomai","definition":"[ἀκαιρέομαι] from a compound of {{g1}} (as a negative particle) and {{g2540}} (meaning unseasonable); to be inopportune (for oneself), i.e. to fail of a proper occasion","strongs_number":"g170"},"g171":{"pronunciation":"ak-ah'-ee-roce","unicode":"ἀκαίρως","translit":"akaírōs","definition":"[ἀκαίρως] adverb from the same as {{g170}}; inopportunely","strongs_number":"g171"},"g172":{"pronunciation":"ak'-ak-os","unicode":"ἄκακος","translit":"ákakos","definition":"[ἄκακος] from {{g1}} (as a negative particle) and {{g2556}}; not bad, i.e. (objectively) innocent or (subjectively) unsuspecting","strongs_number":"g172"},"g173":{"pronunciation":"ak'-an-thah","unicode":"ἄκανθα","translit":"ákantha","definition":"[ἄκανθα] probably from the same as {{g188}}; a thorn","strongs_number":"g173"},"g174":{"pronunciation":"ak-an'-thee-nos","unicode":"ἀκάνθινος","translit":"akánthinos","definition":"[ἀκάνθινος] from {{g173}}; thorny","strongs_number":"g174"},"g175":{"pronunciation":"ak'-ar-pos","unicode":"ἄκαρπος","translit":"ákarpos","definition":"[ἄκαρπος] from {{g1}} (as a negative particle) and {{g2590}}; barren (literally or figuratively)","strongs_number":"g175"},"g176":{"pronunciation":"ak-at-ag'-noce-tos","unicode":"ἀκατάγνωστος","translit":"akatágnōstos","definition":"[ἀκατάγνωστος] from {{g1}} (as a negative particle) and a derivative of {{g2607}}; unblamable","strongs_number":"g176"},"g177":{"pronunciation":"ak-at-ak-al'-oop-tos","unicode":"ἀκατακάλυπτος","translit":"akatakályptos","definition":"[ἀκατακάλυπτος] from {{g1}} (as a negative particle) and a derivative of a compound of {{g2596}} and {{g2572}}; unveiled","strongs_number":"g177"},"g178":{"pronunciation":"ak-at-ak'-ree-tos","unicode":"ἀκατάκριτος","translit":"akatákritos","definition":"[ἀκατάκριτος] from {{g1}} (as a negative particle) and a derivative of {{g2632}}; without (legal) trial","strongs_number":"g178"},"g179":{"pronunciation":"ak-at-al'-oo-tos","unicode":"ἀκατάλυτος","translit":"akatálytos","definition":"[ἀκατάλυτος] from {{g1}} (as a negative particle) and a derivative of {{g2647}}; indissoluble, i.e. (figuratively) permanent","strongs_number":"g179"},"g180":{"pronunciation":"ak-at-ap'-ow-stos","unicode":"ἀκατάπαυστος","translit":"akatápaustos","definition":"[ἀκατάπαυστος] from {{g1}} (as a negative particle) and a derivative of {{g2664}}; unrefraining","strongs_number":"g180"},"g181":{"pronunciation":"ak-at-as-tah-see'-ah","unicode":"ἀκαταστασία","translit":"akatastasía","definition":"[ἀκαταστασία] from {{g182}}; instability, i.e. disorder","strongs_number":"g181"},"g182":{"pronunciation":"ak-at-as'-tat-os","unicode":"ἀκατάστατος","translit":"akatástatos","definition":"[ἀκατάστατος] from {{g1}} (as a negative particle) and a derivative of {{g2525}}; inconstant","strongs_number":"g182"},"g183":{"pronunciation":"ak-at-as'-khet-os","unicode":"ἀκατάσχετος","translit":"akatáschetos","definition":"[ἀκατάσχετος] from {{g1}} (as a negative particle) and a derivative of {{g2722}}; unrestrainable","strongs_number":"g183"},"g184":{"pronunciation":"ak-el-dam-ah'","unicode":"Ἀκελδαμά","translit":"Akeldamá","definition":"[Ἀκελδαμά] of Chaldee origin (meaning field of blood; corresponding to {{h2506}} and {{h1818}}); Akeldama, a place near Jerusalem","strongs_number":"g184"},"g185":{"pronunciation":"ak-er'-ah-yos","unicode":"ἀκέραιος","translit":"akéraios","definition":"[ἀκέραιος] from {{g1}} (as a negative particle) and a presumed derivative of {{g2767}}; unmixed, i.e. (figuratively) innocent","strongs_number":"g185"},"g186":{"pronunciation":"ak-lee-nace'","unicode":"ἀκλινής","translit":"aklinḗs","definition":"[ἀκλινής] from {{g1}} (as a negative particle) and {{g2827}}; not leaning, i.e. (figuratively) firm","strongs_number":"g186"},"g187":{"pronunciation":"ak-mad'-zo","unicode":"ἀκμάζω","translit":"akmázō","definition":"[ἀκμάζω] from the same as {{g188}}; to make a point, i.e. (figuratively) mature","strongs_number":"g187"},"g188":{"pronunciation":"ak-mane'","unicode":"ἀκμήν","translit":"akmḗn","definition":"[ἀκμήν] accusative case of a noun (\"acme\") akin to ἀκή (a point) and meaning the same; adverbially, just now, i.e. still","strongs_number":"g188"},"g189":{"pronunciation":"ak-o-ay'","unicode":"ἀκοή","translit":"akoḗ","definition":"[ἀκοή] from {{g191}}; hearing (the act, the sense or the thing heard)","strongs_number":"g189"},"g190":{"pronunciation":"ak-ol-oo-theh'-o","unicode":"ἀκολουθέω","translit":"akolouthéō","definition":"[ἀκολουθέω] from {{g1}} (as a particle of union) and κέλευθος (a road); properly, to be in the same way with, i.e. to accompany (specially, as a disciple)","strongs_number":"g190"},"g191":{"pronunciation":"ak-oo'-o","unicode":"ἀκούω","translit":"akoúō","definition":"[ἀκούω] a primary verb; to hear (in various senses)","strongs_number":"g191"},"g192":{"pronunciation":"ak-ras-ee'-a","unicode":"ἀκρασία","translit":"akrasía","definition":"[ἀκρασία] from {{g193}}; want of self-restraint","strongs_number":"g192"},"g193":{"pronunciation":"ak-rat'-ace","unicode":"ἀκρατής","translit":"akratḗs","definition":"[ἀκρατής] from {{g1}} (as a negative particle) and {{g2904}}; powerless, i.e. without self-control","strongs_number":"g193"},"g194":{"pronunciation":"ak'-rat-os","unicode":"ἄκρατος","translit":"ákratos","definition":"[ἄκρατος] from {{g1}} (as a negative particle) and a presumed derivative of {{g2767}}; undiluted","strongs_number":"g194"},"g195":{"pronunciation":"ak-ree'-bi-ah","unicode":"ἀκρίβεια","translit":"akríbeia","definition":"[ἀκρίβεια] from the same as {{g196}}; exactness","strongs_number":"g195"},"g196":{"pronunciation":"ak-ree-bes'-ta-tos","unicode":"ἀκριβέστατος","translit":"akribéstatos","definition":"[ἀκριβέστατος] superlative of ἀκρίβης (a derivative of the same as {{g206}}); most exact","strongs_number":"g196"},"g197":{"pronunciation":"ak-ree-bes'-ter-on","unicode":"ἀκριβέστερον","translit":"akribésteron","definition":"[ἀκριβέστερον] neuter of the comparative of the same as {{g196}}; (adverbially) more exactly","strongs_number":"g197"},"g198":{"pronunciation":"ak-ree-bo'-o","unicode":"ἀκριβόω","translit":"akribóō","definition":"[ἀκριβόω] from the same as {{g196}}; to be exact, i.e. ascertain","strongs_number":"g198"},"g199":{"pronunciation":"ak-ree-boce'","unicode":"ἀκριβῶς","translit":"akribōs","definition":"[ἀκριβῶς] adverb from the same as {{g196}}; exactly","strongs_number":"g199"},"g200":{"pronunciation":"ak-rece'","unicode":"ἀκρίς","translit":"akrís","definition":"[ἀκρίς] apparently from the same as {{g206}}; a locust (as pointed, or as lighting on the top of vegetation)","strongs_number":"g200"}}