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
+ {"g1001":{"pronunciation":"bol-id'-zo","unicode":"βολίζω","translit":"bolízō","definition":"[βολίζω] from {{g1002}}; to heave the lead","strongs_number":"g1001"},"g1002":{"pronunciation":"bol-ece'","unicode":"βολίς","translit":"bolís","definition":"[βολίς] from {{g906}}; a missile, i.e. javelin","strongs_number":"g1002"},"g1003":{"pronunciation":"bo-oz'","unicode":"Βοόζ","translit":"Boóz","definition":"[Βοόζ] of Hebrew origin ({{h1162}}); Booz, (i.e. Boaz), an Israelite","strongs_number":"g1003"},"g1004":{"pronunciation":"bor'-bor-os","unicode":"βόρβορος","translit":"bórboros","definition":"[βόρβορος] of uncertain derivation; mud","strongs_number":"g1004"},"g1005":{"pronunciation":"bor-hras'","unicode":"βοῤῥᾶς","translit":"borrhâs","definition":"[βοῤῥᾶς] of uncertain derivation; the north (properly, wind)","strongs_number":"g1005"},"g1006":{"pronunciation":"bos'-ko","unicode":"βόσκω","translit":"bóskō","definition":"[βόσκω] a prolonged form of a primary verb (compare {{g977}}, {{g1016}}); to pasture; by extension to, fodder; reflexively, to graze","strongs_number":"g1006"},"g1007":{"pronunciation":"bos-or'","unicode":"Βοσόρ","translit":"Bosór","definition":"[Βοσόρ] of Hebrew origin ({{h1160}}); Bosor (i.e. Beor), a Moabite","strongs_number":"g1007"},"g1008":{"pronunciation":"bot-an'-ay","unicode":"βοτάνη","translit":"botánē","definition":"[βοτάνη] from {{g1006}}; herbage (as if for grazing)","strongs_number":"g1008"},"g1009":{"pronunciation":"bot'-rooce","unicode":"βότρυς","translit":"bótrys","definition":"[βότρυς] of uncertain derivation; a bunch (of grapes)","strongs_number":"g1009"},"g1010":{"pronunciation":"bool-yoo-tace'","unicode":"βουλευτής","translit":"bouleutḗs","definition":"[βουλευτής] from {{g1011}}; an adviser, i.e. (specially) a councillor or member of the Jewish Sanhedrin","strongs_number":"g1010"},"g1011":{"pronunciation":"bool-yoo'-o","unicode":"βουλεύω","translit":"bouleúō","definition":"[βουλεύω] from {{g1012}}; to advise, i.e. (reflexively) deliberate, or (by implication) resolve","strongs_number":"g1011"},"g1012":{"pronunciation":"boo-lay'","unicode":"βουλή","translit":"boulḗ","definition":"[βουλή] from {{g1014}}; volition, i.e. (objectively) advice, or (by implication) purpose","strongs_number":"g1012"},"g1013":{"pronunciation":"boo'-lay-mah","unicode":"βούλημα","translit":"boúlēma","definition":"[βούλημα] from {{g1014}}; a resolve","strongs_number":"g1013"},"g1014":{"pronunciation":"boo'-lom-ahee","unicode":"βούλομαι","translit":"boúlomai","definition":"[βούλομαι] middle voice of a primary verb; to \"will,\" i.e. (reflexively) be willing Compare {{g2309}}.","strongs_number":"g1014"},"g1015":{"pronunciation":"boo-nos'","unicode":"βουνός","translit":"bounós","definition":"[βουνός] probably of foreign origin; a hillock","strongs_number":"g1015"},"g1016":{"pronunciation":"booce","unicode":"βοῦς","translit":"boûs","definition":"[βοῦς] probably from the base of {{g1006}}; an ox (as grazing), i.e. an animal of that species (\"beef\")","strongs_number":"g1016"},"g1017":{"pronunciation":"brab-i'-on","unicode":"βραβεῖον","translit":"brabeîon","definition":"[βραβεῖον] from βραβεύς (an umpire of uncertain derivation); an award (of arbitration), i.e. (specially) a prize in the public games","strongs_number":"g1017"},"g1018":{"pronunciation":"brab-yoo'-o","unicode":"βραβεύω","translit":"brabeúō","definition":"[βραβεύω] from the same as {{g1017}}; to arbitrate, i.e. (genitive case) to govern (figuratively, prevail)","strongs_number":"g1018"},"g1019":{"pronunciation":"brad-oo'-no","unicode":"βραδύνω","translit":"bradýnō","definition":"[βραδύνω] from {{g1021}}; to delay","strongs_number":"g1019"},"g1020":{"pronunciation":"brad-oo-plo-eh'-o","unicode":"βραδυπλοέω","translit":"bradyploéō","definition":"[βραδυπλοέω] from {{g1021}} and a prolonged form of {{g4126}}; to sail slowly","strongs_number":"g1020"},"g1021":{"pronunciation":"brad-ooce'","unicode":"βραδύς","translit":"bradýs","definition":"[βραδύς] of uncertain affinity; slow; figuratively, dull","strongs_number":"g1021"},"g1022":{"pronunciation":"brad-oo'-tace","unicode":"βραδύτης","translit":"bradýtēs","definition":"[βραδύτης] from {{g1021}}; tardiness","strongs_number":"g1022"},"g1023":{"pronunciation":"brakh-ee'-own","unicode":"βραχίων","translit":"brachíōn","definition":"[βραχίων] properly, comparative of {{g1024}}, but apparently in the sense of βράσσω (to wield); the arm, i.e. (figuratively) strength","strongs_number":"g1023"},"g1024":{"pronunciation":"brakh-ooce'","unicode":"βραχύς","translit":"brachýs","definition":"[βραχύς] of uncertain affinity; short (of time, place, quantity, or number)","strongs_number":"g1024"},"g1025":{"pronunciation":"bref'-os","unicode":"βρέφος","translit":"bréphos","definition":"[βρέφος] of uncertain affinity; an infant (properly, unborn) literally or figuratively","strongs_number":"g1025"},"g1026":{"pronunciation":"brekh'-o","unicode":"βρέχω","translit":"bréchō","definition":"[βρέχω] a primary verb; to moisten (especially by a shower)","strongs_number":"g1026"},"g1027":{"pronunciation":"bron-tay'","unicode":"βροντή","translit":"brontḗ","definition":"[βροντή] akin to βρέμω (to roar); thunder","strongs_number":"g1027"},"g1028":{"pronunciation":"brokh-ay'","unicode":"βροχή","translit":"brochḗ","definition":"[βροχή] from {{g1026}}; rain","strongs_number":"g1028"},"g1029":{"pronunciation":"brokh'-os","unicode":"βρόχος","translit":"bróchos","definition":"[βρόχος] of uncertain derivation; a noose","strongs_number":"g1029"},"g1030":{"pronunciation":"broog-mos'","unicode":"βρυγμός","translit":"brygmós","definition":"[βρυγμός] from {{g1031}}; a grating (of the teeth)","strongs_number":"g1030"},"g1031":{"pronunciation":"broo'-kho","unicode":"βρύχω","translit":"brýchō","definition":"[βρύχω] a primary verb; to grate the teeth (in pain or rage)","strongs_number":"g1031"},"g1032":{"pronunciation":"broo'-o","unicode":"βρύω","translit":"brýō","definition":"[βρύω] a primary verb; to swell out, i.e. (by implication) to gush","strongs_number":"g1032"},"g1033":{"pronunciation":"bro'-mah","unicode":"βρῶμα","translit":"brōma","definition":"[βρῶμα] from the base of {{g977}}; food (literally or figuratively), especially (ceremonially) articles allowed or forbidden by the Jewish law","strongs_number":"g1033"},"g1034":{"pronunciation":"bro'-sim-os","unicode":"βρώσιμος","translit":"brṓsimos","definition":"[βρώσιμος] from {{g1035}}; eatable","strongs_number":"g1034"},"g1035":{"pronunciation":"bro'-sis","unicode":"βρῶσις","translit":"brōsis","definition":"[βρῶσις] from the base of {{g977}}; (abstractly) eating (literally or figuratively); by extension (concretely) food (literally or figuratively)","strongs_number":"g1035"},"g1036":{"pronunciation":"boo-thid'-zo","unicode":"βυθίζω","translit":"bythízō","definition":"[βυθίζω] from {{g1037}}; to sink; by implication, to drown","strongs_number":"g1036"},"g1037":{"pronunciation":"boo-thos'","unicode":"βυθός","translit":"bythós","definition":"[βυθός] a variation of {{g899}}; depth, i.e. (by implication) the sea","strongs_number":"g1037"},"g1038":{"pronunciation":"boorce-yooce'","unicode":"βυρσεύς","translit":"byrseús","definition":"[βυρσεύς] from βύρσα (a hide); a tanner","strongs_number":"g1038"},"g1039":{"pronunciation":"boos'-see-nos","unicode":"βύσσινος","translit":"býssinos","definition":"[βύσσινος] from {{g1040}}; made of linen (neuter a linen cloth)","strongs_number":"g1039"},"g1040":{"pronunciation":"boos'-sos","unicode":"βύσσος","translit":"býssos","definition":"[βύσσος] of Hebrew origin ({{h948}}); white linen","strongs_number":"g1040"},"g1041":{"pronunciation":"bo'-mos","unicode":"βωμός","translit":"bōmós","definition":"[βωμός] from the base of {{g939}}; properly, a stand, i.e. (specially) an altar","strongs_number":"g1041"},"g1042":{"pronunciation":"gab-bath-ah'","unicode":"γαββαθά","translit":"gabbathá","definition":"[γαββαθά] of Chaldee origin (compare {{h1355}}); the knoll; gabbatha, a vernacular term for the Roman tribunal in Jerusalem","strongs_number":"g1042"},"g1043":{"pronunciation":"gab-ree-ale'","unicode":"Γαβριήλ","translit":"Gabriḗl","definition":"[Γαβριήλ] of Hebrew origin ({{h1403}}); Gabriel, an archangel","strongs_number":"g1043"},"g1044":{"pronunciation":"gang'-grahee-nah","unicode":"γάγγραινα","translit":"gángraina","definition":"[γάγγραινα] from γραίνω (to gnaw); an ulcer (\"gangrene\")","strongs_number":"g1044"},"g1045":{"pronunciation":"gad","unicode":"Γάδ","translit":"Gád","definition":"[Γάδ] of Hebrew origin ({{h1410}}); Gad, a tribe of Israelites","strongs_number":"g1045"},"g1046":{"pronunciation":"gad-ar-ay-nos'","unicode":"Γαδαρηνός","translit":"Gadarēnós","definition":"[Γαδαρηνός] from Γαδαρά (a town east of the Jordan); a Gadarene or inhabitant of Gadara","strongs_number":"g1046"},"g1047":{"pronunciation":"gad'-zah","unicode":"γάζα","translit":"gáza","definition":"[γάζα] of foreign origin; a treasure","strongs_number":"g1047"},"g1048":{"pronunciation":"gad'-zah","unicode":"Γάζα","translit":"Gáza","definition":"[Γάζα] of Hebrew origin ({{h5804}}); Gazah (i.e. Azzah), a place in Palestine","strongs_number":"g1048"},"g1049":{"pronunciation":"gad-zof-oo-lak'-ee-on","unicode":"γαζοφυλάκιον","translit":"gazophylákion","definition":"[γαζοφυλάκιον] from {{g1047}} and {{g5438}}; a treasure-house, i.e. a court in the temple for the collection-boxes","strongs_number":"g1049"},"g1050":{"pronunciation":"gah'-ee-os","unicode":"Γάϊος","translit":"Gáïos","definition":"[Γάϊος] of Latin origin; Gaius (i.e. Caius), a Christian","strongs_number":"g1050"},"g1051":{"pronunciation":"gal'-ah","unicode":"γάλα","translit":"gála","definition":"[γάλα] of uncertain affinity; milk (figuratively)","strongs_number":"g1051"},"g1052":{"pronunciation":"gal-at'-ace","unicode":"Γαλάτης","translit":"Galátēs","definition":"[Γαλάτης] from {{g1053}}; a Galatian or inhabitant of Galatia","strongs_number":"g1052"},"g1053":{"pronunciation":"gal-at-ee'-ah","unicode":"Γαλατία","translit":"Galatía","definition":"[Γαλατία] of foreign origin; Galatia, a region of Asia","strongs_number":"g1053"},"g1054":{"pronunciation":"gal-at-ee-kos'","unicode":"Γαλατικός","translit":"Galatikós","definition":"[Γαλατικός] from {{g1053}}; Galatic or relating to Galatia","strongs_number":"g1054"},"g1055":{"pronunciation":"gal-ay'-nay","unicode":"γαλήνη","translit":"galḗnē","definition":"[γαλήνη] of uncertain derivation; tranquillity","strongs_number":"g1055"},"g1056":{"pronunciation":"gal-il-ah'-yah","unicode":"Γαλιλαία","translit":"Galilaía","definition":"[Γαλιλαία] of Hebrew origin ({{h1551}}); Galilæa (i.e. the heathen circle), a region of Palestine","strongs_number":"g1056"},"g1057":{"pronunciation":"gal-ee-lah'-yos","unicode":"Γαλιλαῖος","translit":"Galilaîos","definition":"[Γαλιλαῖος] from {{g1056}}; Galilean or belonging to Galilea","strongs_number":"g1057"},"g1058":{"pronunciation":"gal-lee'-own","unicode":"Γαλλίων","translit":"Gallíōn","definition":"[Γαλλίων] of Latin origin; Gallion (i.e. Gallio), a Roman officer","strongs_number":"g1058"},"g1059":{"pronunciation":"gam-al-ee-ale'","unicode":"Γαμαλιήλ","translit":"Gamaliḗl","definition":"[Γαμαλιήλ] of Hebrew origin ({{h1583}}); Gamaliel (i.e. Gamliel), an Israelite","strongs_number":"g1059"},"g1060":{"pronunciation":"gam-eh'-o","unicode":"γαμέω","translit":"gaméō","definition":"[γαμέω] from {{g1062}}; to wed (of either sex)","strongs_number":"g1060"},"g1061":{"pronunciation":"gam-is'-ko","unicode":"γαμίσκω","translit":"gamískō","definition":"[γαμίσκω] from {{g1062}}; to espouse (a daughter to a husband)","strongs_number":"g1061"},"g1062":{"pronunciation":"gam'-os","unicode":"γάμος","translit":"gámos","definition":"[γάμος] of uncertain affinity; nuptials","strongs_number":"g1062"},"g1063":{"pronunciation":"gar","unicode":"γάρ","translit":"gár","definition":"[γάρ] a primary particle; properly, assigning a reason (used in argument, explanation or intensification; often with other particles)","strongs_number":"g1063"},"g1064":{"pronunciation":"gas-tare'","unicode":"γαστήρ","translit":"gastḗr","definition":"[γαστήρ] of uncertain derivation; the stomach; by analogy, the matrix; figuratively, a gourmand","strongs_number":"g1064"},"g1065":{"pronunciation":"gheh","unicode":"γέ","translit":"gé","definition":"[γέ] a primary particle of emphasis or qualification (often used with other particles prefixed)","strongs_number":"g1065"},"g1066":{"pronunciation":"ghed-eh-own'","unicode":"Γεδεών","translit":"Gedeṓn","definition":"[Γεδεών] of Hebrew origin ({{h1439}}); Gedeon (i.e. Gid(e)on), an Israelite","strongs_number":"g1066"},"g1067":{"pronunciation":"gheh'-en-nah","unicode":"γέεννα","translit":"géenna","definition":"[γέεννα] of Hebrew origin ({{h1516}} and {{h2011}}); valley of (the son of) Hinnom; ge-henna (or Ge-Hinnom), a valley of Jerusalem, used (figuratively) as a name for the place (or state) of everlasting punishment","strongs_number":"g1067"},"g1068":{"pronunciation":"gheth-say-man-ay'","unicode":"Γεθσημανῆ","translit":"Gethsēmanē","definition":"[Γεθσημανῆ] of Chaldee origin (compare {{h1660}} and {{h8081}}); oil-press; Gethsemane, a garden near Jerusalem","strongs_number":"g1068"},"g1069":{"pronunciation":"ghi'-tone","unicode":"γείτων","translit":"geítōn","definition":"[γείτων] from {{g1093}}; a neighbour (as adjoining one's ground); by implication, a friend","strongs_number":"g1069"},"g1070":{"pronunciation":"ghel-ah'-o","unicode":"γελάω","translit":"geláō","definition":"[γελάω] of uncertain affinity; to laugh (as a sign of joy or satisfaction)","strongs_number":"g1070"},"g1071":{"pronunciation":"ghel'-os","unicode":"γέλως","translit":"gélōs","definition":"[γέλως] from {{g1070}}; laughter (as a mark of gratification)","strongs_number":"g1071"},"g1072":{"pronunciation":"ghem-id'-zo","unicode":"γεμίζω","translit":"gemízō","definition":"[γεμίζω] transitive from {{g1073}}; to fill entirely","strongs_number":"g1072"},"g1073":{"pronunciation":"ghem'-o","unicode":"γέμω","translit":"gémō","definition":"[γέμω] a primary verb; to swell out, i.e. be full","strongs_number":"g1073"},"g1074":{"pronunciation":"ghen-eh-ah'","unicode":"γενεά","translit":"geneá","definition":"[γενεά] from (a presumed derivative of) {{g1085}}; a generation; by implication, an age (the period or the persons)","strongs_number":"g1074"},"g1075":{"pronunciation":"ghen-eh-al-og-eh'-o","unicode":"γενεαλογέω","translit":"genealogéō","definition":"[γενεαλογέω] from {{g1074}} and {{g3056}}; to reckon by generations, i.e. trace in genealogy","strongs_number":"g1075"},"g1076":{"pronunciation":"ghen-eh-al-og-ee'-ah","unicode":"γενεαλογία","translit":"genealogía","definition":"[γενεαλογία] from the same as {{g1075}}; tracing by generations, i.e. \"genealogy\"","strongs_number":"g1076"},"g1077":{"pronunciation":"ghen-es'-ee-ah","unicode":"γενέσια","translit":"genésia","definition":"[γενέσια] neuter plural of a derivative of {{g1078}}; birthday ceremonies","strongs_number":"g1077"},"g1078":{"pronunciation":"ghen'-es-is","unicode":"γένεσις","translit":"génesis","definition":"[γένεσις] from the same as {{g1074}}; nativity; figuratively, nature","strongs_number":"g1078"},"g1079":{"pronunciation":"ghen-et-ay","unicode":"γενετή","translit":"genetḗ","definition":"[γενετή] feminine of a presumed derivative of the base of {{g1074}}; birth","strongs_number":"g1079"},"g1080":{"pronunciation":"ghen-nah'-o","unicode":"γεννάω","translit":"gennáō","definition":"[γεννάω] from a variation of {{g1085}}; to procreate (properly, of the father, but by extension of the mother); figuratively, to regenerate","strongs_number":"g1080"},"g1081":{"pronunciation":"ghen'-nay-mah","unicode":"γέννημα","translit":"génnēma","definition":"[γέννημα] from {{g1080}}; offspring; by analogy, produce (literally or figuratively)","strongs_number":"g1081"},"g1082":{"pronunciation":"ghen-nay-sar-et'","unicode":"Γεννησαρέτ","translit":"Gennēsarét","definition":"[Γεννησαρέτ] of Hebrew origin (compare {{h3672}}); Gennesaret (i.e. Kinnereth), a lake and plain in Palestine","strongs_number":"g1082"},"g1083":{"pronunciation":"ghen'-nay-sis","unicode":"γέννησις","translit":"génnēsis","definition":"[γέννησις] from {{g1080}}; nativity","strongs_number":"g1083"},"g1084":{"pronunciation":"ghen-nay-tos'","unicode":"γεννητός","translit":"gennētós","definition":"[γεννητός] from {{g1080}}; born","strongs_number":"g1084"},"g1085":{"pronunciation":"ghen'-os","unicode":"γένος","translit":"génos","definition":"[γένος] from {{g1096}}; \"kin\" (abstract or concrete, literal or figurative, individual or collective)","strongs_number":"g1085"},"g1086":{"pronunciation":"gher-ghes-ay-nos'","unicode":"Γεργεσηνός","translit":"Gergesēnós","definition":"[Γεργεσηνός] of Hebrew origin ({{h1622}}); a Gergesene (i.e. Girgashite) or one of the aborigines of Palestine","strongs_number":"g1086"},"g1087":{"pronunciation":"gher-oo-see'-ah","unicode":"γερουσία","translit":"gerousía","definition":"[γερουσία] from {{g1088}}; the eldership, i.e. (collectively) the Jewish Sanhedrin","strongs_number":"g1087"},"g1088":{"pronunciation":"gher'-own","unicode":"γέρων","translit":"gérōn","definition":"[γέρων] of uncertain affinity (compare {{g1094}}); aged","strongs_number":"g1088"},"g1089":{"pronunciation":"ghyoo'-om-ahee","unicode":"γεύομαι","translit":"geúomai","definition":"[γεύομαι] a primary verb; to taste; by implication, to eat; figuratively, to experience (good or ill)","strongs_number":"g1089"},"g1090":{"pronunciation":"gheh-or-gheh'-o","unicode":"γεωργέω","translit":"geōrgéō","definition":"[γεωργέω] from {{g1092}}; to till (the soil)","strongs_number":"g1090"},"g1091":{"pronunciation":"gheh-ore'-ghee-on","unicode":"γεώργιον","translit":"geṓrgion","definition":"[γεώργιον] neuter of a (presumed) derivative of {{g1092}}; cultivable, i.e. a farm","strongs_number":"g1091"},"g1092":{"pronunciation":"gheh-ore-gos'","unicode":"γεωργός","translit":"geōrgós","definition":"[γεωργός] from {{g1093}} and the base of {{g2041}}; a land-worker, i.e. farmer","strongs_number":"g1092"},"g1093":{"pronunciation":"ghay","unicode":"γῆ","translit":"gē","definition":"[γῆ] contracted from a primary word; soil; by extension a region, or the solid part or the whole of the terrene globe (including the occupants in each application)","strongs_number":"g1093"},"g1094":{"pronunciation":"ghay'-ras","unicode":"γῆρας","translit":"gēras","definition":"[γῆρας] akin to {{g1088}}; senility","strongs_number":"g1094"},"g1095":{"pronunciation":"ghay-ras'-ko","unicode":"γηράσκω","translit":"gēráskō","definition":"[γηράσκω] from {{g1094}}; to be senescent","strongs_number":"g1095"},"g1096":{"pronunciation":"ghin'-om-ahee","unicode":"γίνομαι","translit":"gínomai","definition":"[γίνομαι] a prolongation and middle voice form of a primary verb; to cause to be (\"gen\"-erate), i.e. (reflexively) to become (come into being), used with great latitude (literal, figurative, intensive, etc.)","strongs_number":"g1096"},"g1097":{"pronunciation":"ghin-oce'-ko","unicode":"γινώσκω","translit":"ginṓskō","definition":"[γινώσκω] a prolonged form of a primary verb; to \"know\" (absolutely) in a great variety of applications and with many implications (as follow, with others not thus clearly expressed)","strongs_number":"g1097"},"g1098":{"pronunciation":"glyoo'-kos","unicode":"γλεῦκος","translit":"gleûkos","definition":"[γλεῦκος] akin to {{g1099}}; sweet wine, i.e. (properly) must (fresh juice), but used of the more saccharine (and therefore highly inebriating) fermented wine","strongs_number":"g1098"},"g1099":{"pronunciation":"gloo-koos'","unicode":"γλυκύς","translit":"glykýs","definition":"[γλυκύς] of uncertain affinity; sweet (i.e. not bitter nor salt)","strongs_number":"g1099"},"g1100":{"pronunciation":"gloce-sah'","unicode":"γλῶσσα","translit":"glōssa","definition":"[γλῶσσα] of uncertain affinity; the tongue; by implication, a language (specially, one naturally unacquired)","strongs_number":"g1100"}}
@@ -0,0 +1 @@
1
+ {"g1101":{"pronunciation":"gloce-sok'-om-on","unicode":"γλωσσόκομον","translit":"glōssókomon","definition":"[γλωσσόκομον] from {{g1100}} and the base of {{g2889}}; properly, a case (to keep mouthpieces of wind-instruments in) i.e. (by extension) a casket or (specially) purse","strongs_number":"g1101"},"g1102":{"pronunciation":"gnaf-yuce'","unicode":"γναφεύς","translit":"gnapheús","definition":"[γναφεύς] by variation for a derivative from κνάπτω (to tease cloth); a cloth-dresser","strongs_number":"g1102"},"g1103":{"pronunciation":"gnay'-see-os","unicode":"γνήσιος","translit":"gnḗsios","definition":"[γνήσιος] from the same as {{g1077}}; legitimate (of birth), i.e. genuine","strongs_number":"g1103"},"g1104":{"pronunciation":"gnay-see'-ose","unicode":"γνησίως","translit":"gnēsíōs","definition":"[γνησίως] adverb from {{g1103}}; genuinely, i.e. really","strongs_number":"g1104"},"g1105":{"pronunciation":"gnof'-os","unicode":"γνόφος","translit":"gnóphos","definition":"[γνόφος] akin to {{g3509}}; gloom (as of a storm)","strongs_number":"g1105"},"g1106":{"pronunciation":"gno'-may","unicode":"γνώμη","translit":"gnṓmē","definition":"[γνώμη] from {{g1097}}; cognition, i.e. (subjectively) opinion, or (objectively) resolve (counsel, consent, etc.)","strongs_number":"g1106"},"g1107":{"pronunciation":"gno-rid'-zo","unicode":"γνωρίζω","translit":"gnōrízō","definition":"[γνωρίζω] from a derivative of {{g1097}}; to make known; subjectively, to know","strongs_number":"g1107"},"g1108":{"pronunciation":"gno'-sis","unicode":"γνῶσις","translit":"gnōsis","definition":"[γνῶσις] from {{g1097}}; knowing (the act), i.e. (by implication) knowledge","strongs_number":"g1108"},"g1109":{"pronunciation":"gnoce'-tace","unicode":"γνώστης","translit":"gnṓstēs","definition":"[γνώστης] from {{g1097}}; a knower","strongs_number":"g1109"},"g1110":{"pronunciation":"gnoce-tos'","unicode":"γνωστός","translit":"gnōstós","definition":"[γνωστός] from {{g1097}}; well-known","strongs_number":"g1110"},"g1111":{"pronunciation":"gong-good'-zo","unicode":"γογγύζω","translit":"gongýzō","definition":"[γογγύζω] of uncertain derivation; to grumble","strongs_number":"g1111"},"g1112":{"pronunciation":"gong-goos-mos'","unicode":"γογγυσμός","translit":"gongysmós","definition":"[γογγυσμός] from {{g1111}}; a grumbling","strongs_number":"g1112"},"g1113":{"pronunciation":"gong-goos-tace'","unicode":"γογγυστής","translit":"gongystḗs","definition":"[γογγυστής] from {{g1111}}; a grumbler","strongs_number":"g1113"},"g1114":{"pronunciation":"go'-ace","unicode":"γόης","translit":"góēs","definition":"[γόης] from γοάω (to wail); properly, a wizard (as muttering spells), i.e. (by implication) an imposter","strongs_number":"g1114"},"g1115":{"pronunciation":"gol-goth-ah'","unicode":"Γολγοθᾶ","translit":"Golgothâ","definition":"[Γολγοθᾶ] of Chaldee origin (compare {{h1538}}); the skull; Golgotha, a knoll near Jerusalem","strongs_number":"g1115"},"g1116":{"pronunciation":"gom'-or-hrhah","unicode":"Γόμοῤῥα","translit":"Gómorrha","definition":"[Γόμοῤῥα] of Hebrew origin ({{h6017}}); Gomorrha (i.e. Amorah), a place near the Dead Sea","strongs_number":"g1116"},"g1117":{"pronunciation":"gom'-os","unicode":"γόμος","translit":"gómos","definition":"[γόμος] from {{g1073}}; a load (as filling), i.e. (specially) a cargo, or (by extension) wares","strongs_number":"g1117"},"g1118":{"pronunciation":"gon-yooce'","unicode":"γονεύς","translit":"goneús","definition":"[γονεύς] from the base of {{g1096}}; a parent","strongs_number":"g1118"},"g1119":{"pronunciation":"gon-oo'","unicode":"γόνυ","translit":"góny","definition":"[γόνυ] of uncertain affinity; the \"knee\"","strongs_number":"g1119"},"g1120":{"pronunciation":"gon-oo-pet-eh'-o","unicode":"γονυπετέω","translit":"gonypetéō","definition":"[γονυπετέω] from a compound of {{g1119}} and the alternate of {{g4098}}; to fall on the knee","strongs_number":"g1120"},"g1121":{"pronunciation":"gram'-mah","unicode":"γράμμα","translit":"grámma","definition":"[γράμμα] from {{g1125}}; a writing, i.e. a letter, note, epistle, book, etc.; plural learning","strongs_number":"g1121"},"g1122":{"pronunciation":"gram-mat-yooce'","unicode":"γραμματεύς","translit":"grammateús","definition":"[γραμματεύς] from {{g1121}}. a writer, i.e. (professionally) scribe or secretary","strongs_number":"g1122"},"g1123":{"pronunciation":"grap-tos'","unicode":"γραπτός","translit":"graptós","definition":"[γραπτός] from {{g1125}}; inscribed (figuratively)","strongs_number":"g1123"},"g1124":{"pronunciation":"graf-ay'","unicode":"γραφή","translit":"graphḗ","definition":"[γραφή] from {{g1125}}; a document, i.e. holy Writ (or its contents or a statement in it)","strongs_number":"g1124"},"g1125":{"pronunciation":"graf'-o","unicode":"γράφω","translit":"gráphō","definition":"[γράφω] a primary verb; to \"grave\", especially to write; figuratively, to describe","strongs_number":"g1125"},"g1126":{"pronunciation":"grah-o'-dace","unicode":"γραώδης","translit":"graṓdēs","definition":"[γραώδης] from γραύς (an old woman) and {{g1491}}; crone-like, i.e. silly","strongs_number":"g1126"},"g1127":{"pronunciation":"gray-gor-yoo'-o","unicode":"γρηγορεύω","translit":"grēgoreúō","definition":"[γρηγορεύω] from {{g1453}}; to keep awake, i.e. watch (literally or figuratively)","strongs_number":"g1127"},"g1128":{"pronunciation":"goom-nad'-zo","unicode":"γυμνάζω","translit":"gymnázō","definition":"[γυμνάζω] from {{g1131}}; to practise naked (in the games), i.e. train (figuratively)","strongs_number":"g1128"},"g1129":{"pronunciation":"goom-nas-ee'-ah","unicode":"γυμνασία","translit":"gymnasía","definition":"[γυμνασία] from {{g1128}}; training, i.e. (figuratively) asceticism","strongs_number":"g1129"},"g1130":{"pronunciation":"goom-nayt-yoo'-o","unicode":"γυμνητεύω","translit":"gymnēteúō","definition":"[γυμνητεύω] from a derivative of {{g1131}}; to strip, i.e. (reflexively) go poorly clad","strongs_number":"g1130"},"g1131":{"pronunciation":"goom-nos'","unicode":"γυμνός","translit":"gymnós","definition":"[γυμνός] of uncertain affinity; nude (absolute or relative, literal or figurative)","strongs_number":"g1131"},"g1132":{"pronunciation":"goom-not'-ace","unicode":"γυμνότης","translit":"gymnótēs","definition":"[γυμνότης] from {{g1131}}; nudity (absolute or comparative)","strongs_number":"g1132"},"g1133":{"pronunciation":"goo-nahee-kar'-ee-on","unicode":"γυναικάριον","translit":"gynaikárion","definition":"[γυναικάριον] a diminutive from {{g1135}}; a little (i.e. foolish) woman","strongs_number":"g1133"},"g1134":{"pronunciation":"goo-nahee-ki'-os","unicode":"γυναικεῖος","translit":"gynaikeîos","definition":"[γυναικεῖος] from {{g1135}}; feminine","strongs_number":"g1134"},"g1135":{"pronunciation":"goo-nay'","unicode":"γυνή","translit":"gynḗ","definition":"[γυνή] probably from the base of {{g1096}}; a woman; specially, a wife","strongs_number":"g1135"},"g1136":{"pronunciation":"gogue","unicode":"Γώγ","translit":"Gṓg","definition":"[Γώγ] of Hebrew origin ({{h1463}}); Gog, a symbolic name for some future Antichrist","strongs_number":"g1136"},"g1137":{"pronunciation":"go-nee'-ah","unicode":"γωνία","translit":"gōnía","definition":"[γωνία] probably akin to {{g1119}}; an angle","strongs_number":"g1137"},"g1138":{"pronunciation":"dab-eed'","unicode":"Δαβίδ","translit":"Dabíd","definition":"[Δαβίδ] of Hebrew origin ({{h1732}}); Dabid (i.e. David), the Israelite king","strongs_number":"g1138"},"g1139":{"pronunciation":"dahee-mon-id'-zom-ahee","unicode":"δαιμονίζομαι","translit":"daimonízomai","definition":"[δαιμονίζομαι] middle voice from {{g1142}}; to be exercised by a dæmon","strongs_number":"g1139"},"g1140":{"pronunciation":"dahee-mon'-ee-on","unicode":"δαιμόνιον","translit":"daimónion","definition":"[δαιμόνιον] neuter of a derivative of {{g1142}}; a dæmonic being; by extension a deity","strongs_number":"g1140"},"g1141":{"pronunciation":"dahee-mon-ee-o'-dace","unicode":"δαιμονιώδης","translit":"daimoniṓdēs","definition":"[δαιμονιώδης] from {{g1140}} and {{g1142}}; dæmon-like","strongs_number":"g1141"},"g1142":{"pronunciation":"dah'-ee-mown","unicode":"δαίμων","translit":"daímōn","definition":"[δαίμων] from δαίω (to distribute fortunes); a dæmon or supernatural spirit (of a bad nature)","strongs_number":"g1142"},"g1143":{"pronunciation":"dak'-no","unicode":"δάκνω","translit":"dáknō","definition":"[δάκνω] a prolonged form of a primary root; to bite, i.e. (figuratively) thwart","strongs_number":"g1143"},"g1144":{"pronunciation":"dak'-roo","unicode":"δάκρυ","translit":"dákry","definition":"[δάκρυ] or δάκρυονof uncertain affinity; a tear","strongs_number":"g1144"},"g1145":{"pronunciation":"dak-roo'-o","unicode":"δακρύω","translit":"dakrýō","definition":"[δακρύω] from {{g1144}}; to shed tears Compare {{g2799}}.","strongs_number":"g1145"},"g1146":{"pronunciation":"dak-too'-lee-os","unicode":"δακτύλιος","translit":"daktýlios","definition":"[δακτύλιος] from {{g1147}}; a finger-ring","strongs_number":"g1146"},"g1147":{"pronunciation":"dak'-too-los","unicode":"δάκτυλος","translit":"dáktylos","definition":"[δάκτυλος] probably from {{g1176}}; a finger","strongs_number":"g1147"},"g1148":{"pronunciation":"dal-man-oo-thah'","unicode":"Δαλμανουθά","translit":"Dalmanouthá","definition":"[Δαλμανουθά] probably of Chaldee origin; Dalmanutha, a place in Palestine","strongs_number":"g1148"},"g1149":{"pronunciation":"dal-mat-ee'-ah","unicode":"Δαλματία","translit":"Dalmatía","definition":"[Δαλματία] probably of foreign derivation; Dalmatia, a region of Europe","strongs_number":"g1149"},"g1150":{"pronunciation":"dam-ad'-zo","unicode":"δαμάζω","translit":"damázō","definition":"[δαμάζω] a variation of an obsolete primary of the same meaning; to tame","strongs_number":"g1150"},"g1151":{"pronunciation":"dam'-al-is","unicode":"δάμαλις","translit":"dámalis","definition":"[δάμαλις] probably from the base of {{g1150}}; a heifer (as tame)","strongs_number":"g1151"},"g1152":{"pronunciation":"dam'-ar-is","unicode":"Δάμαρις","translit":"Dámaris","definition":"[Δάμαρις] probably from the base of {{g1150}}; perhaps gentle; Damaris, an Athenian woman","strongs_number":"g1152"},"g1153":{"pronunciation":"dam-as-kay-nos'","unicode":"Δαμασκηνός","translit":"Damaskēnós","definition":"[Δαμασκηνός] from {{g1154}}; a Damascene or inhabitant of Damascus","strongs_number":"g1153"},"g1154":{"pronunciation":"dam-as-kos'","unicode":"Δαμασκός","translit":"Damaskós","definition":"[Δαμασκός] of Hebrew origin ({{h1834}}); Damascus, a city of Syria","strongs_number":"g1154"},"g1155":{"pronunciation":"dan-ide'-zo","unicode":"δανείζω","translit":"daneízō","definition":"[δανείζω] from {{g1156}}; to loan on interest; reflexively, to borrow","strongs_number":"g1155"},"g1156":{"pronunciation":"dan'-i-on","unicode":"δάνειον","translit":"dáneion","definition":"[δάνειον] from δάνος (a gift); probably akin to the base of {{g1325}}; a loan","strongs_number":"g1156"},"g1157":{"pronunciation":"dan-ice-tace'","unicode":"δανειστής","translit":"daneistḗs","definition":"[δανειστής] from {{g1155}}; a lender","strongs_number":"g1157"},"g1158":{"pronunciation":"dan-ee-ale'","unicode":"Δανιήλ","translit":"Daniḗl","definition":"[Δανιήλ] of Hebrew origin ({{h1840}}); Daniel, an Israelite","strongs_number":"g1158"},"g1159":{"pronunciation":"dap-an-ah'-o","unicode":"δαπανάω","translit":"dapanáō","definition":"[δαπανάω] from {{g1160}}; to expend, i.e. (in a good sense) to incur cost, or (in a bad one) to waste","strongs_number":"g1159"},"g1160":{"pronunciation":"dap-an'-ay","unicode":"δαπάνη","translit":"dapánē","definition":"[δαπάνη] from δάπτω (to devour); expense (as consuming)","strongs_number":"g1160"},"g1161":{"pronunciation":"deh","unicode":"δέ","translit":"dé","definition":"[δέ] a primary particle (adversative or continuative); but, and, etc.","strongs_number":"g1161"},"g1162":{"pronunciation":"deh'-ay-sis","unicode":"δέησις","translit":"déēsis","definition":"[δέησις] from {{g1189}}; a petition","strongs_number":"g1162"},"g1163":{"pronunciation":"die","unicode":"δεῖ","translit":"deî","definition":"[δεῖ] 3rd person singular active present of {{g1210}}; also deon deh-on'; neuter active participle of the same; both used impersonally; it is (was, etc.) necessary (as binding)","strongs_number":"g1163"},"g1164":{"pronunciation":"digh'-mah","unicode":"δεῖγμα","translit":"deîgma","definition":"[δεῖγμα] from the base of {{g1166}}; a specimen (as shown)","strongs_number":"g1164"},"g1165":{"pronunciation":"digh-mat-id'-zo","unicode":"δειγματίζω","translit":"deigmatízō","definition":"[δειγματίζω] from {{g1164}}; to exhibit","strongs_number":"g1165"},"g1166":{"pronunciation":"dike-noo'-o","unicode":"δεικνύω","translit":"deiknýō","definition":"[δεικνύω] a prolonged form of an obsolete primary of the same meaning; to show (literally or figuratively)","strongs_number":"g1166"},"g1167":{"pronunciation":"di-lee'-ah","unicode":"δειλία","translit":"deilía","definition":"[δειλία] from {{g1169}}; timidity","strongs_number":"g1167"},"g1168":{"pronunciation":"di-lee-ah'-o","unicode":"δειλιάω","translit":"deiliáō","definition":"[δειλιάω] from {{g1167}}; to be timid","strongs_number":"g1168"},"g1169":{"pronunciation":"di-los'","unicode":"δειλός","translit":"deilós","definition":"[δειλός] from δεός (dread); timid, i.e. (by implication) faithless","strongs_number":"g1169"},"g1170":{"pronunciation":"di'-nah","unicode":"δεῖνα","translit":"deîna","definition":"[δεῖνα] probably from the same as {{g1171}} (through the idea of forgetting the name as fearful, i.e. strange); so and so (when the person is not specified)","strongs_number":"g1170"},"g1171":{"pronunciation":"di-noce'","unicode":"δεινῶς","translit":"deinōs","definition":"[δεινῶς] adverb from a derivative of the same as {{g1169}}; terribly, i.e. excessively","strongs_number":"g1171"},"g1172":{"pronunciation":"dipe-neh'-o","unicode":"δειπνέω","translit":"deipnéō","definition":"[δειπνέω] from {{g1173}}; to dine, i.e. take the principle (or evening) meal","strongs_number":"g1172"},"g1173":{"pronunciation":"dipe'-non","unicode":"δεῖπνον","translit":"deîpnon","definition":"[δεῖπνον] from the same as {{g1160}}; dinner, i.e. the chief meal (usually in the evening)","strongs_number":"g1173"},"g1174":{"pronunciation":"dice-ee-dahee-mon-es'-ter-os","unicode":"δεισιδαιμονέστερος","translit":"deisidaimonésteros","definition":"[δεισιδαιμονέστερος] the compound of a derivative of the base of {{g1169}} and {{g1142}}; more religious than others","strongs_number":"g1174"},"g1175":{"pronunciation":"dice-ee-dahee-mon-ee'-ah","unicode":"δεισιδαιμονία","translit":"deisidaimonía","definition":"[δεισιδαιμονία] from the same as {{g1174}}; religion","strongs_number":"g1175"},"g1176":{"pronunciation":"dek'-ah","unicode":"δέκα","translit":"déka","definition":"[δέκα] a primary number; ten","strongs_number":"g1176"},"g1177":{"pronunciation":"dek-ad-oo'-o","unicode":"δεκαδύο","translit":"dekadýo","definition":"[δεκαδύο] from {{g1176}} and {{g1417}}; two and ten, i.e. twelve","strongs_number":"g1177"},"g1178":{"pronunciation":"dek-ap-en'-teh","unicode":"δεκαπέντε","translit":"dekapénte","definition":"[δεκαπέντε] from {{g1176}} and {{g4002}}; ten and five, i.e. fifteen","strongs_number":"g1178"},"g1179":{"pronunciation":"dek-ap'-ol-is","unicode":"Δεκάπολις","translit":"Dekápolis","definition":"[Δεκάπολις] from {{g1176}} and {{g4172}}; the ten-city region; the Decapolis, a district in Syria","strongs_number":"g1179"},"g1180":{"pronunciation":"dek-at-es'-sar-es","unicode":"δεκατέσσαρες","translit":"dekatéssares","definition":"[δεκατέσσαρες] from {{g1176}} and {{g5064}}; ten and four, i.e. fourteen","strongs_number":"g1180"},"g1181":{"pronunciation":"dek-at'-ay","unicode":"δεκάτη","translit":"dekátē","definition":"[δεκάτη] feminine of {{g1182}}; a tenth, i.e. as a percentage or (technically) tithe","strongs_number":"g1181"},"g1182":{"pronunciation":"dek'-at-os","unicode":"δέκατος","translit":"dékatos","definition":"[δέκατος] ordinal from {{g1176}}; tenth","strongs_number":"g1182"},"g1183":{"pronunciation":"dek-at-o'-o","unicode":"δεκατόω","translit":"dekatóō","definition":"[δεκατόω] from {{g1181}}; to tithe, i.e. to give or take a tenth","strongs_number":"g1183"},"g1184":{"pronunciation":"dek-tos'","unicode":"δεκτός","translit":"dektós","definition":"[δεκτός] from {{g1209}}; approved; (figuratively) propitious","strongs_number":"g1184"},"g1185":{"pronunciation":"del-eh-ad'-zo","unicode":"δελεάζω","translit":"deleázō","definition":"[δελεάζω] from the base of {{g1388}}; to entrap, i.e. (figuratively) delude","strongs_number":"g1185"},"g1186":{"pronunciation":"den'-dron","unicode":"δένδρον","translit":"déndron","definition":"[δένδρον] probably from δρύς (an oak); a tree","strongs_number":"g1186"},"g1187":{"pronunciation":"dex-ee-ol-ab'-os","unicode":"δεξιολάβος","translit":"dexiolábos","definition":"[δεξιολάβος] from {{g1188}} and {{g2983}}; a guardsman (as if taking the right) or light-armed soldier","strongs_number":"g1187"},"g1188":{"pronunciation":"dex-ee-os'","unicode":"δεξιός","translit":"dexiós","definition":"[δεξιός] from {{g1209}}; the right side or (feminine) hand (as that which usually takes)","strongs_number":"g1188"},"g1189":{"pronunciation":"deh'-om-ahee","unicode":"δέομαι","translit":"déomai","definition":"[δέομαι] middle voice of {{g1210}}; to beg (as binding oneself), i.e. petition Compare {{g4441}}.","strongs_number":"g1189"},"g1190":{"pronunciation":"der-bah'-ee-os","unicode":"Δερβαῖος","translit":"Derbaîos","definition":"[Δερβαῖος] from {{g1191}}; a Derbæan or inhabitant of Derbe","strongs_number":"g1190"},"g1191":{"pronunciation":"der-bay'","unicode":"Δέρβη","translit":"Dérbē","definition":"[Δέρβη] of foreign origin; Derbe, a place in Asia Minor","strongs_number":"g1191"},"g1192":{"pronunciation":"der'-mah","unicode":"δέρμα","translit":"dérma","definition":"[δέρμα] from {{g1194}}; a hide","strongs_number":"g1192"},"g1193":{"pronunciation":"der-mat'-ee-nos","unicode":"δερμάτινος","translit":"dermátinos","definition":"[δερμάτινος] from {{g1192}}; made of hide","strongs_number":"g1193"},"g1194":{"pronunciation":"der'-o","unicode":"δέρω","translit":"dérō","definition":"[δέρω] a primary verb; properly, to flay, i.e. (by implication) to scourge, or (by analogy) to thrash","strongs_number":"g1194"},"g1195":{"pronunciation":"des-myoo'-o","unicode":"δεσμεύω","translit":"desmeúō","definition":"[δεσμεύω] from a (presumed) derivative of {{g1196}}; to be a binder (captor), i.e. to enchain (a prisoner), to tie on (a load)","strongs_number":"g1195"},"g1196":{"pronunciation":"des-meh'-o","unicode":"δεσμέω","translit":"desméō","definition":"[δεσμέω] from {{g1199}}; to tie, i.e. shackle","strongs_number":"g1196"},"g1197":{"pronunciation":"des-may'","unicode":"δέσμη","translit":"désmē","definition":"[δέσμη] from {{g1196}}; a bundle","strongs_number":"g1197"},"g1198":{"pronunciation":"des'-mee-os","unicode":"δέσμιος","translit":"désmios","definition":"[δέσμιος] from {{g1199}}; a captive (as bound)","strongs_number":"g1198"},"g1199":{"pronunciation":"des-mon'","unicode":"δεσμόν","translit":"desmón","definition":"[δεσμόν] or δεσμόςneuter and masculine respectively from {{g1210}}; a band, i.e. ligament (of the body) or shackle (of a prisoner); figuratively, an impediment or disability","strongs_number":"g1199"},"g1200":{"pronunciation":"des-mof-oo'-lax","unicode":"δεσμοφύλαξ","translit":"desmophýlax","definition":"[δεσμοφύλαξ] from {{g1199}} and {{g5441}}; a jailer (as guarding the prisoners)","strongs_number":"g1200"}}
@@ -0,0 +1 @@
1
+ {"g1201":{"pronunciation":"des-mo-tay'-ree-on","unicode":"δεσμωτήριον","translit":"desmōtḗrion","definition":"[δεσμωτήριον] from a derivative of {{g1199}} (equivalent to {{g1196}}); a place of bondage, i.e. a dungeon","strongs_number":"g1201"},"g1202":{"pronunciation":"des-mo'-tace","unicode":"δεσμώτης","translit":"desmṓtēs","definition":"[δεσμώτης] from the same as {{g1201}}; (passively) a captive","strongs_number":"g1202"},"g1203":{"pronunciation":"des-pot'-ace","unicode":"δεσπότης","translit":"despótēs","definition":"[δεσπότης] perhaps from {{g1210}} and πόσις (a husband); an absolute ruler (\"despot\")","strongs_number":"g1203"},"g1204":{"pronunciation":"dyoo'-ro","unicode":"δεῦρο","translit":"deûro","definition":"[δεῦρο] of uncertain affinity; here; used also imperative hither!; and of time, hitherto","strongs_number":"g1204"},"g1205":{"pronunciation":"dyoo'-teh","unicode":"δεῦτε","translit":"deûte","definition":"[δεῦτε] from {{g1204}} and an imperative form of εἶμι (to go); come hither!","strongs_number":"g1205"},"g1206":{"pronunciation":"dyoo-ter-ah'-yos","unicode":"δευτεραῖος","translit":"deuteraîos","definition":"[δευτεραῖος] from {{g1208}}; secondary, i.e. (specially) on the second day","strongs_number":"g1206"},"g1207":{"pronunciation":"dyoo-ter-op'-ro-tos","unicode":"δευτερόπρωτος","translit":"deuteróprōtos","definition":"[δευτερόπρωτος] from {{g1208}} and {{g4413}}; second-first, i.e. (specially) a designation of the Sabbath immediately after the Paschal week (being the second after Passover day, and the first of the seven Sabbaths intervening before Pentecost)","strongs_number":"g1207"},"g1208":{"pronunciation":"dyoo'-ter-os","unicode":"δεύτερος","translit":"deúteros","definition":"[δεύτερος] as the comparative of {{g1417}}; (ordinal) second (in time, place, or rank; also adverb)","strongs_number":"g1208"},"g1209":{"pronunciation":"dekh'-om-ahee","unicode":"δέχομαι","translit":"déchomai","definition":"[δέχομαι] middle voice of a primary verb; to receive (in various applications, literally or figuratively) Compare {{g2983}}.","strongs_number":"g1209"},"g1210":{"pronunciation":"deh'-o","unicode":"δέω","translit":"déō","definition":"[δέω] a primary verb; to bind (in various applications, literally or figuratively) See also {{g1163}}, {{g1189}}.","strongs_number":"g1210"},"g1211":{"pronunciation":"day","unicode":"δή","translit":"dḗ","definition":"[δή] probably akin to {{g1161}}; a particle of emphasis or explicitness; now, then, etc.","strongs_number":"g1211"},"g1212":{"pronunciation":"day'-los","unicode":"δῆλος","translit":"dēlos","definition":"[δῆλος] of uncertain derivation; clear","strongs_number":"g1212"},"g1213":{"pronunciation":"day-lo'-o","unicode":"δηλόω","translit":"dēlóō","definition":"[δηλόω] from {{g1212}}; to make plain (by words)","strongs_number":"g1213"},"g1214":{"pronunciation":"day-mas'","unicode":"Δημᾶς","translit":"Dēmâs","definition":"[Δημᾶς] probably for {{g1216}}; Demas, a Christian","strongs_number":"g1214"},"g1215":{"pronunciation":"day-may-gor-eh'-o","unicode":"δημηγορέω","translit":"dēmēgoréō","definition":"[δημηγορέω] from a compound of {{g1218}} and {{g58}}; to be a people-gatherer, i.e. to address a public assembly","strongs_number":"g1215"},"g1216":{"pronunciation":"day-may'-tree-os","unicode":"Δημήτριος","translit":"Dēmḗtrios","definition":"[Δημήτριος] from Δημήτηρ (Ceres); Demetrius, the name of an Ephesian and of a Christian","strongs_number":"g1216"},"g1217":{"pronunciation":"day-me-oor-gos'","unicode":"δημιουργός","translit":"dēmiourgós","definition":"[δημιουργός] from {{g1218}} and {{g2041}}; a worker for the people, i.e. mechanic (spoken of the Creator)","strongs_number":"g1217"},"g1218":{"pronunciation":"day'-mos","unicode":"δῆμος","translit":"dēmos","definition":"[δῆμος] from {{g1210}}; the public (as bound together socially)","strongs_number":"g1218"},"g1219":{"pronunciation":"day-mos'ee-os","unicode":"δημόσιος","translit":"dēmósios","definition":"[δημόσιος] from {{g1218}}; public; (feminine singular dative case as adverb) in public","strongs_number":"g1219"},"g1220":{"pronunciation":"day-nar'-ee-on","unicode":"δηνάριον","translit":"dēnárion","definition":"[δηνάριον] of Latin origin; a denarius (or ten asses)","strongs_number":"g1220"},"g1221":{"pronunciation":"day'-pot-eh","unicode":"δήποτε","translit":"dḗpote","definition":"[δήποτε] from {{g1211}} and {{g4218}}; a particle of generalization; indeed, at any time","strongs_number":"g1221"},"g1222":{"pronunciation":"day'-poo","unicode":"δήπου","translit":"dḗpou","definition":"[δήπου] from {{g1211}} and {{g4225}}; a particle of asseveration; indeed doubtless","strongs_number":"g1222"},"g1223":{"pronunciation":"dee-ah'","unicode":"διά","translit":"diá","definition":"[διά] a primary preposition denoting the channel of an act; through (in very wide applications, local, causal, or occasional) In composition it retains the same general importance.","strongs_number":"g1223"},"g1224":{"pronunciation":"dee-ab-ah'-ee-no","unicode":"διαβαίνω","translit":"diabaínō","definition":"[διαβαίνω] from {{g1223}} and the base of {{g939}}; to cross","strongs_number":"g1224"},"g1225":{"pronunciation":"dee-ab-al'-lo","unicode":"διαβάλλω","translit":"diabállō","definition":"[διαβάλλω] from {{g1223}} and {{g906}}; (figuratively) to traduce","strongs_number":"g1225"},"g1226":{"pronunciation":"dee-ab-eb-ahee-o'-om-ahee","unicode":"διαβεβαιόομαι","translit":"diabebaióomai","definition":"[διαβεβαιόομαι] middle voice of a compound of {{g1223}} and {{g950}}; to confirm thoroughly (by words), i.e. asseverate","strongs_number":"g1226"},"g1227":{"pronunciation":"dee-ab-lep'-o","unicode":"διαβλέπω","translit":"diablépō","definition":"[διαβλέπω] from {{g1223}} and {{g991}}; to look through, i.e. recover full vision","strongs_number":"g1227"},"g1228":{"pronunciation":"dee-ab'-ol-os","unicode":"διάβολος","translit":"diábolos","definition":"[διάβολος] from {{g1225}}; a traducer; specially, Satan (compare {{h7854}})","strongs_number":"g1228"},"g1229":{"pronunciation":"de-ang-gel'-lo","unicode":"διαγγέλλω","translit":"diangéllō","definition":"[διαγγέλλω] from {{g1223}} and the base of {{g32}}; to herald thoroughly","strongs_number":"g1229"},"g1230":{"pronunciation":"dee-ag-in'-om-ahee","unicode":"διαγίνομαι","translit":"diagínomai","definition":"[διαγίνομαι] from {{g1223}} and {{g1096}}; to elapse meanwhile","strongs_number":"g1230"},"g1231":{"pronunciation":"dee-ag-in-o'-sko","unicode":"διαγινώσκω","translit":"diaginṓskō","definition":"[διαγινώσκω] from {{g1223}} and {{g1097}}; to know thoroughly, i.e. ascertain exactly","strongs_number":"g1231"},"g1232":{"pronunciation":"dee-ag-no-rid'-zo","unicode":"διαγνωρίζω","translit":"diagnōrízō","definition":"[διαγνωρίζω] from {{g1123}} and {{g1107}}; to tell abroad","strongs_number":"g1232"},"g1233":{"pronunciation":"dee-ag'-no-sis","unicode":"διάγνωσις","translit":"diágnōsis","definition":"[διάγνωσις] from {{g1231}}; (magisterial) examination (\"diagnosis\")","strongs_number":"g1233"},"g1234":{"pronunciation":"dee-ag-ong-good'-zo","unicode":"διαγογγύζω","translit":"diagongýzō","definition":"[διαγογγύζω] from {{g1223}} and {{g1111}}; to complain throughout a crowd","strongs_number":"g1234"},"g1235":{"pronunciation":"dee-ag-ray-gor-eh'-o","unicode":"διαγρηγορέω","translit":"diagrēgoréō","definition":"[διαγρηγορέω] from {{g1223}} and {{g1127}}; to waken thoroughly","strongs_number":"g1235"},"g1236":{"pronunciation":"dee-ag'-o","unicode":"διάγω","translit":"diágō","definition":"[διάγω] from {{g1223}} and {{g71}}; to pass time or life","strongs_number":"g1236"},"g1237":{"pronunciation":"dee-ad-ekh'-om-ahee","unicode":"διαδέχομαι","translit":"diadéchomai","definition":"[διαδέχομαι] from {{g1223}} and {{g1209}}; to receive in turn, i.e. (figuratively) succeed to","strongs_number":"g1237"},"g1238":{"pronunciation":"dee-ad'-ay-mah","unicode":"διάδημα","translit":"diádēma","definition":"[διάδημα] from a compound of {{g1223}} and {{g1210}}; a \"diadem\" (as bound about the head) Compare {{g4735}}.","strongs_number":"g1238"},"g1239":{"pronunciation":"dee-ad-id'-o-mee","unicode":"διαδίδωμι","translit":"diadídōmi","definition":"[διαδίδωμι] from {{g1223}} and {{g1325}}; to give throughout a crowd, i.e. deal out; also to deliver over (as to a successor)","strongs_number":"g1239"},"g1240":{"pronunciation":"dee-ad'-okh-os","unicode":"διάδοχος","translit":"diádochos","definition":"[διάδοχος] from {{g1237}}; a successor in office","strongs_number":"g1240"},"g1241":{"pronunciation":"dee-az-own'-noo-mee","unicode":"διαζώννυμι","translit":"diazṓnnymi","definition":"[διαζώννυμι] from {{g1223}} and {{g2224}}; to gird tightly","strongs_number":"g1241"},"g1242":{"pronunciation":"dee-ath-ay'-kay","unicode":"διαθήκη","translit":"diathḗkē","definition":"[διαθήκη] from {{g1303}}; properly, a disposition, i.e. (specially) a contract (especially a devisory will)","strongs_number":"g1242"},"g1243":{"pronunciation":"dee-ah'-ee-res-is","unicode":"διαίρεσις","translit":"diaíresis","definition":"[διαίρεσις] from {{g1244}}; a distinction or (concretely) variety","strongs_number":"g1243"},"g1244":{"pronunciation":"dee-ahee-reh'-o","unicode":"διαιρέω","translit":"diairéō","definition":"[διαιρέω] from {{g1223}} and {{g138}}; to separate, i.e. distribute","strongs_number":"g1244"},"g1245":{"pronunciation":"dee-ak-ath-ar-id'-zo","unicode":"διακαθαρίζω","translit":"diakatharízō","definition":"[διακαθαρίζω] from {{g1223}} and {{g2511}}; to cleanse perfectly, i.e. (specially) winnow","strongs_number":"g1245"},"g1246":{"pronunciation":"dee-ak-at-el-eng'-khom-ahee","unicode":"διακατελέγχομαι","translit":"diakatelénchomai","definition":"[διακατελέγχομαι] middle voice from {{g1223}} and a compound of {{g2596}} and {{g1651}}; to prove downright, i.e. confute","strongs_number":"g1246"},"g1247":{"pronunciation":"dee-ak-on-eh'-o","unicode":"διακονέω","translit":"diakonéō","definition":"[διακονέω] from {{g1249}}; to be an attendant, i.e. wait upon (menially or as a host, friend, or (figuratively) teacher); technically, to act as a Christian deacon","strongs_number":"g1247"},"g1248":{"pronunciation":"dee-ak-on-ee'-ah","unicode":"διακονία","translit":"diakonía","definition":"[διακονία] from {{g1249}}; attendance (as a servant, etc.); figuratively (eleemosynary) aid, (official) service (especially of the Christian teacher, or technically of the diaconate)","strongs_number":"g1248"},"g1249":{"pronunciation":"dee-ak'-on-os","unicode":"διάκονος","translit":"diákonos","definition":"[διάκονος] probably from an obsolete διάκω (to run on errands; compare {{g1377}}); an attendant, i.e. (genitive case) a waiter (at table or in other menial duties); specially, a Christian teacher and pastor (technically, a deacon or deaconess)","strongs_number":"g1249"},"g1250":{"pronunciation":"dee-ak-os'-ee-oy","unicode":"διακόσιοι","translit":"diakósioi","definition":"[διακόσιοι] from {{g1364}} and {{g1540}}; two hundred","strongs_number":"g1250"},"g1251":{"pronunciation":"dee-ak-oo'-om-ahee","unicode":"διακούομαι","translit":"diakoúomai","definition":"[διακούομαι] middle voice from {{g1223}} and {{g191}}; to hear throughout, i.e. patiently listen (to a prisoner's plea)","strongs_number":"g1251"},"g1252":{"pronunciation":"dee-ak-ree'-no","unicode":"διακρίνω","translit":"diakrínō","definition":"[διακρίνω] from {{g1223}} and {{g2919}}; to separate thoroughly, i.e. (literally and reflexively) to withdraw from, or (by implication) oppose; figuratively, to discriminate (by implication, decide), or (reflexively) hesitate","strongs_number":"g1252"},"g1253":{"pronunciation":"dee-ak'-ree-sis","unicode":"διάκρισις","translit":"diákrisis","definition":"[διάκρισις] from {{g1252}}; judicial estimation","strongs_number":"g1253"},"g1254":{"pronunciation":"dee-ak-o-loo'-o","unicode":"διακωλύω","translit":"diakōlýō","definition":"[διακωλύω] from {{g1223}} and {{g2967}}; to hinder altogether, i.e. utterly prohibit","strongs_number":"g1254"},"g1255":{"pronunciation":"dee-al-al-eh'-o","unicode":"διαλαλέω","translit":"dialaléō","definition":"[διαλαλέω] from {{g1223}} and {{g2980}}; to talk throughout a company, i.e. converse or (genitive case) publish","strongs_number":"g1255"},"g1256":{"pronunciation":"dee-al-eg'-om-ahee","unicode":"διαλέγομαι","translit":"dialégomai","definition":"[διαλέγομαι] middle voice from {{g1223}} and {{g3004}}; to say thoroughly, i.e. discuss (in argument or exhortation)","strongs_number":"g1256"},"g1257":{"pronunciation":"dee-al-i'-po","unicode":"διαλείπω","translit":"dialeípō","definition":"[διαλείπω] from {{g1223}} and {{g3007}}; to leave off in the middle, i.e. intermit","strongs_number":"g1257"},"g1258":{"pronunciation":"dee-al'-ek-tos","unicode":"διάλεκτος","translit":"diálektos","definition":"[διάλεκτος] from {{g1256}}; a (mode of) discourse, i.e. \"dialect\"","strongs_number":"g1258"},"g1259":{"pronunciation":"dee-al-las'-so","unicode":"διαλλάσσω","translit":"diallássō","definition":"[διαλλάσσω] from {{g1223}} and {{g236}}; to change thoroughly, i.e. (mentally) to conciliate","strongs_number":"g1259"},"g1260":{"pronunciation":"dee-al-og-id'-zom-ahee","unicode":"διαλογίζομαι","translit":"dialogízomai","definition":"[διαλογίζομαι] from {{g1223}} and {{g3049}}; to reckon thoroughly, i.e. (genitive case) to deliberate (by reflection or discussion)","strongs_number":"g1260"},"g1261":{"pronunciation":"dee-al-og-is-mos'","unicode":"διαλογισμός","translit":"dialogismós","definition":"[διαλογισμός] from {{g1260}}; discussion, i.e. (internal) consideration (by implication, purpose), or (external) debate","strongs_number":"g1261"},"g1262":{"pronunciation":"dee-al-oo'-o","unicode":"διαλύω","translit":"dialýō","definition":"[διαλύω] from {{g1223}} and {{g3089}}; to dissolve utterly","strongs_number":"g1262"},"g1263":{"pronunciation":"dee-am-ar-too'-rom-ahee","unicode":"διαμαρτύρομαι","translit":"diamartýromai","definition":"[διαμαρτύρομαι] from {{g1223}} and {{g3140}}; to attest or protest earnestly, or (by implication) hortatively","strongs_number":"g1263"},"g1264":{"pronunciation":"dee-am-akh'-om-ahee","unicode":"διαμάχομαι","translit":"diamáchomai","definition":"[διαμάχομαι] from {{g1223}} and {{g3164}}; to fight fiercely (in altercation)","strongs_number":"g1264"},"g1265":{"pronunciation":"dee-am-en'-o","unicode":"διαμένω","translit":"diaménō","definition":"[διαμένω] from {{g1223}} and {{g3306}}; to stay constantly (in being or relation)","strongs_number":"g1265"},"g1266":{"pronunciation":"dee-am-er-id'-zo","unicode":"διαμερίζω","translit":"diamerízō","definition":"[διαμερίζω] from {{g1223}} and {{g3307}}; to partition thoroughly (literally in distribution, figuratively in dissension)","strongs_number":"g1266"},"g1267":{"pronunciation":"dee-am-er-is-mos'","unicode":"διαμερισμός","translit":"diamerismós","definition":"[διαμερισμός] from {{g1266}}; disunion (of opinion and conduct)","strongs_number":"g1267"},"g1268":{"pronunciation":"dee-an-em'-o","unicode":"διανέμω","translit":"dianémō","definition":"[διανέμω] from {{g1223}} and the base of {{g3551}}; to distribute, i.e. (of information) to disseminate","strongs_number":"g1268"},"g1269":{"pronunciation":"dee-an-yoo'-o","unicode":"διανεύω","translit":"dianeúō","definition":"[διανεύω] from {{g1223}} and {{g3506}}; to nod (or express by signs) across an intervening space","strongs_number":"g1269"},"g1270":{"pronunciation":"dee-an-o'-ay-mah","unicode":"διανόημα","translit":"dianóēma","definition":"[διανόημα] from a compound of {{g1223}} and {{g3539}}; something thought through, i.e. a sentiment","strongs_number":"g1270"},"g1271":{"pronunciation":"dee-an'-oy-ah","unicode":"διάνοια","translit":"diánoia","definition":"[διάνοια] from {{g1223}} and {{g3563}}; deep thought, properly, the faculty (mind or its disposition), by implication, its exercise","strongs_number":"g1271"},"g1272":{"pronunciation":"dee-an-oy'-go","unicode":"διανοίγω","translit":"dianoígō","definition":"[διανοίγω] from {{g1223}} and {{g455}}; to open thoroughly, literally (as a first-born) or figuratively (to expound)","strongs_number":"g1272"},"g1273":{"pronunciation":"dee-an-ook-ter-yoo'-o","unicode":"διανυκτερεύω","translit":"dianyktereúō","definition":"[διανυκτερεύω] from {{g1223}} and a derivative of {{g3571}}; to sit up the whole night","strongs_number":"g1273"},"g1274":{"pronunciation":"dee-an-oo'-o","unicode":"διανύω","translit":"dianýō","definition":"[διανύω] from {{g1223}} and ἀνύω (to effect); to accomplish thoroughly","strongs_number":"g1274"},"g1275":{"pronunciation":"dee-ap-an-tos'","unicode":"διαπαντός","translit":"diapantós","definition":"[διαπαντός] from {{g1223}} and the genitive case of {{g3956}}; through all time, i.e. (adverbially) constantly","strongs_number":"g1275"},"g1276":{"pronunciation":"dee-ap-er-ah'-o","unicode":"διαπεράω","translit":"diaperáō","definition":"[διαπεράω] from {{g1223}} and a derivative of the base of {{g4008}}; to cross entirely","strongs_number":"g1276"},"g1277":{"pronunciation":"dee-ap-leh'-o","unicode":"διαπλέω","translit":"diapléō","definition":"[διαπλέω] from {{g1223}} and {{g4126}}; to sail through","strongs_number":"g1277"},"g1278":{"pronunciation":"dee-ap-on-eh'-o","unicode":"διαπονέω","translit":"diaponéō","definition":"[διαπονέω] from {{g1223}} and a derivative of {{g4192}}; to toil through, i.e. (passively) be worried","strongs_number":"g1278"},"g1279":{"pronunciation":"dee-ap-or-yoo'-om-ahee","unicode":"διαπορεύομαι","translit":"diaporeúomai","definition":"[διαπορεύομαι] from {{g1223}} and {{g4198}}; to travel through","strongs_number":"g1279"},"g1280":{"pronunciation":"dee-ap-or-eh'-o","unicode":"διαπορέω","translit":"diaporéō","definition":"[διαπορέω] from {{g1223}} and {{g639}}; to be thoroughly nonplussed","strongs_number":"g1280"},"g1281":{"pronunciation":"dee-ap-rag-mat-yoo'-om-ahee","unicode":"διαπραγματεύομαι","translit":"diapragmateúomai","definition":"[διαπραγματεύομαι] from {{g1223}} and {{g4231}}; to thoroughly occupy oneself, i.e. (transitively and by implication) to earn in business","strongs_number":"g1281"},"g1282":{"pronunciation":"dee-ap-ree'-o","unicode":"διαπρίω","translit":"diapríō","definition":"[διαπρίω] from {{g1223}} and the base of {{g4249}}; to saw asunder, i.e. (figuratively) to exasperate","strongs_number":"g1282"},"g1283":{"pronunciation":"dee-ar-pad'-zo","unicode":"διαρπάζω","translit":"diarpázō","definition":"[διαρπάζω] from {{g1223}} and {{g726}}; to seize asunder, i.e. plunder","strongs_number":"g1283"},"g1284":{"pronunciation":"dee-ar-hrayce'-so","unicode":"διαῤῥήσσω","translit":"diarrhḗssō","definition":"[διαῤῥήσσω] from {{g1223}} and {{g4486}}; to tear asunder","strongs_number":"g1284"},"g1285":{"pronunciation":"dee-as-af-eh'-o","unicode":"διασαφέω","translit":"diasaphéō","definition":"[διασαφέω] from {{g1223}} and σαφής (clear); to clear thoroughly, i.e. (figuratively) declare","strongs_number":"g1285"},"g1286":{"pronunciation":"dee-as-i'-o","unicode":"διασείω","translit":"diaseíō","definition":"[διασείω] from {{g1223}} and {{g4579}}; to shake thoroughly, i.e. (figuratively) to intimidate","strongs_number":"g1286"},"g1287":{"pronunciation":"dee-as-kor-pid'-zo","unicode":"διασκορπίζω","translit":"diaskorpízō","definition":"[διασκορπίζω] from {{g1223}} and {{g4650}}; to dissipate, i.e. (genitive case) to rout or separate; specially, to winnow; figuratively, to squander","strongs_number":"g1287"},"g1288":{"pronunciation":"dee-as-pah'-o","unicode":"διασπάω","translit":"diaspáō","definition":"[διασπάω] from {{g1223}} and {{g4685}}; to draw apart, i.e. sever or dismember","strongs_number":"g1288"},"g1289":{"pronunciation":"dee-as-pi'-ro","unicode":"διασπείρω","translit":"diaspeírō","definition":"[διασπείρω] from {{g1223}} and {{g4687}}; to sow throughout, i.e. (figuratively) distribute in foreign lands","strongs_number":"g1289"},"g1290":{"pronunciation":"dee-as-por-ah'","unicode":"διασπορά","translit":"diasporá","definition":"[διασπορά] from {{g1289}}; dispersion, i.e. (specially and concretely) the (converted) Israelite resident in Gentile countries","strongs_number":"g1290"},"g1291":{"pronunciation":"dee-as-tel'-lom-ahee","unicode":"διαστέλλομαι","translit":"diastéllomai","definition":"[διαστέλλομαι] middle voice from {{g1223}} and {{g4724}}; to set (oneself) apart (figuratively, distinguish), i.e. (by implication) to enjoin","strongs_number":"g1291"},"g1292":{"pronunciation":"dee-as'-tay-mah","unicode":"διάστημα","translit":"diástēma","definition":"[διάστημα] from {{g1339}}; an interval","strongs_number":"g1292"},"g1293":{"pronunciation":"dee-as-tol-ay'","unicode":"διαστολή","translit":"diastolḗ","definition":"[διαστολή] from {{g1291}}; a variation","strongs_number":"g1293"},"g1294":{"pronunciation":"dee-as-tref'-o","unicode":"διαστρέφω","translit":"diastréphō","definition":"[διαστρέφω] from {{g1223}} and {{g4762}}; to distort, i.e. (figuratively) misinterpret, or (morally) corrupt","strongs_number":"g1294"},"g1295":{"pronunciation":"dee-as-odze'-o","unicode":"διασώζω","translit":"diasṓzō","definition":"[διασώζω] from {{g1223}} and {{g4982}}; to save thoroughly, i.e. (by implication or analogy) to cure, preserve, rescue, etc.","strongs_number":"g1295"},"g1296":{"pronunciation":"dee-at-ag-ay'","unicode":"διαταγή","translit":"diatagḗ","definition":"[διαταγή] from {{g1299}}; arrangement, i.e. institution","strongs_number":"g1296"},"g1297":{"pronunciation":"dee-at'-ag-mah","unicode":"διάταγμα","translit":"diátagma","definition":"[διάταγμα] from {{g1299}}; an arrangement, i.e. (authoritative) edict","strongs_number":"g1297"},"g1298":{"pronunciation":"dee-at-ar-as'-so","unicode":"διαταράσσω","translit":"diatarássō","definition":"[διαταράσσω] from {{g1223}} and {{g5015}}; to disturb wholly, i.e. agitate (with alarm)","strongs_number":"g1298"},"g1299":{"pronunciation":"dee-at-as'-so","unicode":"διατάσσω","translit":"diatássō","definition":"[διατάσσω] from {{g1223}} and {{g5021}}; to arrange thoroughly, i.e. (specially) institute, prescribe, etc.","strongs_number":"g1299"},"g1300":{"pronunciation":"dee-at-el-eh'-o","unicode":"διατελέω","translit":"diateléō","definition":"[διατελέω] from {{g1223}} and {{g5055}}; to accomplish thoroughly, i.e. (subjectively) to persist","strongs_number":"g1300"}}
@@ -0,0 +1 @@
1
+ {"g1301":{"pronunciation":"dee-at-ay-reh'-o","unicode":"διατηρέω","translit":"diatēréō","definition":"[διατηρέω] from {{g1223}} and {{g5083}}; to watch thoroughly, i.e. (positively and transitively) to observe strictly, or (negatively and reflexively) to avoid wholly","strongs_number":"g1301"},"g1302":{"pronunciation":"dee-at-ee'","unicode":"διατί","translit":"diatí","definition":"[διατί] from {{g1223}} and {{g5101}}; through what cause ?, i.e. why?","strongs_number":"g1302"},"g1303":{"pronunciation":"dee-at-ith'-em-ahee","unicode":"διατίθεμαι","translit":"diatíthemai","definition":"[διατίθεμαι] middle voice from {{g1223}} and {{g5087}}; to put apart, i.e. (figuratively) dispose (by assignment, compact, or bequest)","strongs_number":"g1303"},"g1304":{"pronunciation":"dee-at-ree'-bo","unicode":"διατρίβω","translit":"diatríbō","definition":"[διατρίβω] from {{g1223}} and the base of {{g5147}}; to wear through (time), i.e. remain","strongs_number":"g1304"},"g1305":{"pronunciation":"dee-at-rof-ay'","unicode":"διατροφή","translit":"diatrophḗ","definition":"[διατροφή] from a compound of {{g1223}} and {{g5142}}; nourishment","strongs_number":"g1305"},"g1306":{"pronunciation":"dee-ow-gad'-zo","unicode":"διαυγάζω","translit":"diaugázō","definition":"[διαυγάζω] from {{g1223}} and {{g826}}; to glimmer through, i.e. break (as day)","strongs_number":"g1306"},"g1307":{"pronunciation":"dee-af-an-ace'","unicode":"διαφανής","translit":"diaphanḗs","definition":"[διαφανής] from {{g1223}} and {{g5316}}; appearing through, i.e. \"diaphanous\"","strongs_number":"g1307"},"g1308":{"pronunciation":"dee-af-er'-o","unicode":"διαφέρω","translit":"diaphérō","definition":"[διαφέρω] from {{g1223}} and {{g5342}}; to bear through, i.e. (literally) transport; usually to bear apart, i.e. (objectively) to toss about (figuratively, report); subjectively, to \"differ\", or (by implication) surpass","strongs_number":"g1308"},"g1309":{"pronunciation":"dee-af-yoo'-go","unicode":"διαφεύγω","translit":"diapheúgō","definition":"[διαφεύγω] from {{g1223}} and {{g5343}}; to flee through, i.e. escape","strongs_number":"g1309"},"g1310":{"pronunciation":"dee-af-ay-mid'-zo","unicode":"διαφημίζω","translit":"diaphēmízō","definition":"[διαφημίζω] from {{g1223}} and a derivative of {{g5345}}; to report thoroughly, i.e. divulgate","strongs_number":"g1310"},"g1311":{"pronunciation":"dee-af-thi'-ro","unicode":"διαφθείρω","translit":"diaphtheírō","definition":"[διαφθείρω] from {{g1225}} and {{g5351}}; to rot thoroughly, i.e. (by implication) to ruin (passively, decay utterly, figuratively, pervert)","strongs_number":"g1311"},"g1312":{"pronunciation":"dee-af-thor-ah'","unicode":"διαφθορά","translit":"diaphthorá","definition":"[διαφθορά] from {{g1311}}; decay","strongs_number":"g1312"},"g1313":{"pronunciation":"dee-af'-or-os","unicode":"διάφορος","translit":"diáphoros","definition":"[διάφορος] from {{g1308}}; varying; also surpassing","strongs_number":"g1313"},"g1314":{"pronunciation":"dee-af-oo-las'-so","unicode":"διαφυλάσσω","translit":"diaphylássō","definition":"[διαφυλάσσω] from {{g1223}} and {{g5442}}; to guard thoroughly, i.e. protect","strongs_number":"g1314"},"g1315":{"pronunciation":"dee-akh-i-rid'-zom-ahee","unicode":"διαχειρίζομαι","translit":"diacheirízomai","definition":"[διαχειρίζομαι] from {{g1223}} and a derivative of {{g5495}}; to handle thoroughly, i.e. lay violent hands upon","strongs_number":"g1315"},"g1316":{"pronunciation":"dee-akh-o-rid'-zom-ahee","unicode":"διαχωρίζομαι","translit":"diachōrízomai","definition":"[διαχωρίζομαι] from {{g1223}} and the middle voice of {{g5563}}; to remove (oneself) wholly, i.e. retire","strongs_number":"g1316"},"g1317":{"pronunciation":"did-ak-tik-os'","unicode":"διδακτικός","translit":"didaktikós","definition":"[διδακτικός] from {{g1318}}; instructive (\"didactic\")","strongs_number":"g1317"},"g1318":{"pronunciation":"did-ak-tos'","unicode":"διδακτός","translit":"didaktós","definition":"[διδακτός] from {{g1321}}; (subjectively) instructed, or (objectively) communicated by teaching","strongs_number":"g1318"},"g1319":{"pronunciation":"did-as-kal-ee'-ah","unicode":"διδασκαλία","translit":"didaskalía","definition":"[διδασκαλία] from {{g1320}}; instruction (the function or the information)","strongs_number":"g1319"},"g1320":{"pronunciation":"did-as'-kal-os","unicode":"διδάσκαλος","translit":"didáskalos","definition":"[διδάσκαλος] from {{g1321}}; an instructor (genitive case or specially)","strongs_number":"g1320"},"g1321":{"pronunciation":"did-as'-ko","unicode":"διδάσκω","translit":"didáskō","definition":"[διδάσκω] a prolonged (causative) form of a primary verb δάω (to learn); to teach (in the same broad application)","strongs_number":"g1321"},"g1322":{"pronunciation":"did-akh-ay'","unicode":"διδαχή","translit":"didachḗ","definition":"[διδαχή] from {{g1321}}; instruction (the act or the matter)","strongs_number":"g1322"},"g1323":{"pronunciation":"did'-rakh-mon","unicode":"δίδραχμον","translit":"dídrachmon","definition":"[δίδραχμον] from {{g1364}} and {{g1406}}; a double drachma (didrachm)","strongs_number":"g1323"},"g1324":{"pronunciation":"did'-oo-mos","unicode":"Δίδυμος","translit":"Dídymos","definition":"[Δίδυμος] prolongation from {{g1364}}; double, i.e. twin; Didymus, a Christian","strongs_number":"g1324"},"g1325":{"pronunciation":"did'-o-mee","unicode":"δίδωμι","translit":"dídōmi","definition":"[δίδωμι] a prolonged form of a primary verb (which is used as an alternative in most of the tenses); to give (used in a very wide application, properly, or by implication, literally or figuratively; greatly modified by the connection)","strongs_number":"g1325"},"g1326":{"pronunciation":"dee-eg-i'-ro","unicode":"διεγείρω","translit":"diegeírō","definition":"[διεγείρω] from {{g1223}} and {{g1453}}; to wake fully; i.e. arouse (literally or figuratively)","strongs_number":"g1326"},"g1327":{"pronunciation":"dee-ex'-od-os","unicode":"διέξοδος","translit":"diéxodos","definition":"[διέξοδος] from {{g1223}} and {{g1841}}; an outlet through, i.e. probably an open square (from which roads diverge)","strongs_number":"g1327"},"g1328":{"pronunciation":"dee-er-main-yoo-tace'","unicode":"διερμηνευτής","translit":"diermēneutḗs","definition":"[διερμηνευτής] from {{g1329}}; an explainer","strongs_number":"g1328"},"g1329":{"pronunciation":"dee-er-main-yoo'-o","unicode":"διερμηνεύω","translit":"diermēneúō","definition":"[διερμηνεύω] from {{g1223}} and {{g2059}}; to explain thoroughly, by implication, to translate","strongs_number":"g1329"},"g1330":{"pronunciation":"dee-er'-khom-ahee","unicode":"διέρχομαι","translit":"diérchomai","definition":"[διέρχομαι] from {{g1223}} and {{g2064}}; to traverse (literally)","strongs_number":"g1330"},"g1331":{"pronunciation":"dee-er-o-tah'-o","unicode":"διερωτάω","translit":"dierōtáō","definition":"[διερωτάω] from {{g1223}} and {{g2065}}; to question throughout, i.e. ascertain by interrogation","strongs_number":"g1331"},"g1332":{"pronunciation":"dee-et-ace'","unicode":"διετής","translit":"dietḗs","definition":"[διετής] from {{g1364}} and {{g2094}}; of two years (in age)","strongs_number":"g1332"},"g1333":{"pronunciation":"dee-et-ee'-a","unicode":"διετία","translit":"dietía","definition":"[διετία] from {{g1332}}; a space of two years (biennium)","strongs_number":"g1333"},"g1334":{"pronunciation":"dee-ayg-eh'-om-ahee","unicode":"διηγέομαι","translit":"diēgéomai","definition":"[διηγέομαι] from {{g1223}} and {{g2233}}; to relate fully","strongs_number":"g1334"},"g1335":{"pronunciation":"dee-ayg'-es-is","unicode":"διήγεσις","translit":"diḗgesis","definition":"[διήγεσις] from {{g1334}}; a recital","strongs_number":"g1335"},"g1336":{"pronunciation":"dee-ay-nek-es'","unicode":"διηνεκής","translit":"diēnekḗs","definition":"[διηνεκής] neuter of a compound of {{g1223}} and a derivative of an alternate of {{g5342}}; carried through, i.e. (adverbially with {{g1519}} and {{g3588}} prefixed) perpetually","strongs_number":"g1336"},"g1337":{"pronunciation":"dee-thal'-as-sos","unicode":"διθάλασσος","translit":"dithálassos","definition":"[διθάλασσος] from {{g1364}} and {{g2281}}; having two seas, i.e. a sound with a double outlet","strongs_number":"g1337"},"g1338":{"pronunciation":"dee-ik-neh'-om-ahee","unicode":"διϊκνέομαι","translit":"diïknéomai","definition":"[διϊκνέομαι] from {{g1223}} and the base of {{g2425}}; to reach through, i.e. penetrate","strongs_number":"g1338"},"g1339":{"pronunciation":"dee-is'-tay-mee","unicode":"διΐστημι","translit":"diḯstēmi","definition":"[διΐστημι] from {{g1223}} and {{g2476}}; to stand apart, i.e. (reflexively) to remove, intervene","strongs_number":"g1339"},"g1340":{"pronunciation":"dee-is-khoo-rid'-zom-ahee","unicode":"διϊσχυρίζομαι","translit":"diïschyrízomai","definition":"[διϊσχυρίζομαι] from {{g1223}} and a derivative of {{g2478}}; to stout it through, i.e. asservate","strongs_number":"g1340"},"g1341":{"pronunciation":"dik-ah-yok-ris-ee'-ah","unicode":"δικαιοκρισία","translit":"dikaiokrisía","definition":"[δικαιοκρισία] from {{g1342}} and {{g2920}}; a just sentence","strongs_number":"g1341"},"g1342":{"pronunciation":"dik'-ah-yos","unicode":"δίκαιος","translit":"díkaios","definition":"[δίκαιος] from {{g1349}}; equitable (in character or act); by implication, innocent, holy (absolutely or relatively)","strongs_number":"g1342"},"g1343":{"pronunciation":"dik-ah-yos-oo'-nay","unicode":"δικαιοσύνη","translit":"dikaiosýnē","definition":"[δικαιοσύνη] from {{g1342}}; equity (of character or act); specially (Christian) justification","strongs_number":"g1343"},"g1344":{"pronunciation":"dik-ah-yo'-o","unicode":"δικαιόω","translit":"dikaióō","definition":"[δικαιόω] from {{g1342}}; to render (i.e. show or regard as) just or innocent","strongs_number":"g1344"},"g1345":{"pronunciation":"dik-ah'-yo-mah","unicode":"δικαίωμα","translit":"dikaíōma","definition":"[δικαίωμα] from {{g1344}}; an equitable deed; by implication, a statute or decision","strongs_number":"g1345"},"g1346":{"pronunciation":"dik-ah'-yoce","unicode":"δικαίως","translit":"dikaíōs","definition":"[δικαίως] adverb from {{g1342}}; equitably","strongs_number":"g1346"},"g1347":{"pronunciation":"dik-ah'-yo-sis","unicode":"δικαίωσις","translit":"dikaíōsis","definition":"[δικαίωσις] from {{g1344}}; aquittal (for Christ's sake)","strongs_number":"g1347"},"g1348":{"pronunciation":"dik-as-tace'","unicode":"δικαστής","translit":"dikastḗs","definition":"[δικαστής] from a derivative of {{g1349}}; a judger","strongs_number":"g1348"},"g1349":{"pronunciation":"dee'-kay","unicode":"δίκη","translit":"díkē","definition":"[δίκη] probably from {{g1166}}; right (as self-evident), i.e. justice (the principle, a decision, or its execution)","strongs_number":"g1349"},"g1350":{"pronunciation":"dik'-too-on","unicode":"δίκτυον","translit":"díktyon","definition":"[δίκτυον] probably from a primary verb δίκω (to cast); a seine (for fishing)","strongs_number":"g1350"},"g1351":{"pronunciation":"dil'-og-os","unicode":"δίλογος","translit":"dílogos","definition":"[δίλογος] from {{g1364}} and {{g3056}}; equivocal, i.e. telling a different story","strongs_number":"g1351"},"g1352":{"pronunciation":"dee-o'","unicode":"διό","translit":"dió","definition":"[διό] from {{g1223}} and {{g3739}}; through which thing, i.e. consequently","strongs_number":"g1352"},"g1353":{"pronunciation":"dee-od-yoo'-o","unicode":"διοδεύω","translit":"diodeúō","definition":"[διοδεύω] from {{g1223}} and {{g3593}}; to travel through","strongs_number":"g1353"},"g1354":{"pronunciation":"dee-on-oo'-see-os","unicode":"Διονύσιος","translit":"Dionýsios","definition":"[Διονύσιος] from Διόνυσος (Bacchus); reveller; Dionysius, an Athenian","strongs_number":"g1354"},"g1355":{"pronunciation":"dee-op'-er","unicode":"διόπερ","translit":"dióper","definition":"[διόπερ] from {{g1352}} and {{g4007}}; on which very account","strongs_number":"g1355"},"g1356":{"pronunciation":"dee-op-et'-ace","unicode":"διοπετής","translit":"diopetḗs","definition":"[διοπετής] from the alternate of {{g2203}} and the alternate of {{g4098}}; sky-fallen (i.e. an aerolite)","strongs_number":"g1356"},"g1357":{"pronunciation":"dee-or'-tho-sis","unicode":"διόρθωσις","translit":"diórthōsis","definition":"[διόρθωσις] from a compound of {{g1223}} and a derivative of {{g3717}}, meaning to straighten thoroughly; rectification, i.e. (specially) the Messianic restauration","strongs_number":"g1357"},"g1358":{"pronunciation":"dee-or-oos'-so","unicode":"διορύσσω","translit":"diorýssō","definition":"[διορύσσω] from {{g1223}} and {{g3736}}; to penetrate burglariously","strongs_number":"g1358"},"g1359":{"pronunciation":"dee-os'-koo-roy","unicode":"Διόσκουροι","translit":"Dióskouroi","definition":"[Διόσκουροι] from the alternate of {{g2203}} and a form of the base of {{g2877}}; sons of Jupiter, i.e. the twins Dioscuri","strongs_number":"g1359"},"g1360":{"pronunciation":"dee-ot'-ee","unicode":"διότι","translit":"dióti","definition":"[διότι] from {{g1223}} and {{g3754}}; on the very account that, or inasmuch as","strongs_number":"g1360"},"g1361":{"pronunciation":"dee-ot-ref-ace'","unicode":"Διοτρεφής","translit":"Diotrephḗs","definition":"[Διοτρεφής] from the alternate of {{g2203}} and {{g5142}}; Jove-nourished; Diotrephes, an opponent of Christianity","strongs_number":"g1361"},"g1362":{"pronunciation":"dip-looce'","unicode":"διπλοῦς","translit":"diploûs","definition":"[διπλοῦς] from {{g1364}} and (probably) the base of {{g4119}}; two-fold","strongs_number":"g1362"},"g1363":{"pronunciation":"dip-lo'-o","unicode":"διπλόω","translit":"diplóō","definition":"[διπλόω] from {{g1362}}; to render two-fold","strongs_number":"g1363"},"g1364":{"pronunciation":"dece","unicode":"δίς","translit":"dís","definition":"[δίς] adverb from {{g1417}}; twice","strongs_number":"g1364"},"g1365":{"pronunciation":"dis-tad'-zo","unicode":"διστάζω","translit":"distázō","definition":"[διστάζω] from {{g1364}}; properly, to duplicate, i.e. (mentally) to waver (in opinion)","strongs_number":"g1365"},"g1366":{"pronunciation":"dis'-tom-os","unicode":"δίστομος","translit":"dístomos","definition":"[δίστομος] from {{g1364}} and {{g4750}}; double-edged","strongs_number":"g1366"},"g1367":{"pronunciation":"dis-khil'-ee-oy","unicode":"δισχίλιοι","translit":"dischílioi","definition":"[δισχίλιοι] from {{g1364}} and {{g5507}}; two thousand","strongs_number":"g1367"},"g1368":{"pronunciation":"dee-oo-lid'-zo","unicode":"διϋλίζω","translit":"diÿlízō","definition":"[διϋλίζω] from {{g1223}} and ὑλίζω (to filter); to strain out","strongs_number":"g1368"},"g1369":{"pronunciation":"dee-khad'-zo","unicode":"διχάζω","translit":"dicházō","definition":"[διχάζω] from a derivative of {{g1364}}; to make apart, i.e. sunder (figuratively, alienate)","strongs_number":"g1369"},"g1370":{"pronunciation":"dee-khos-tas-ee'-ah","unicode":"διχοστασία","translit":"dichostasía","definition":"[διχοστασία] from a derivative of {{g1364}} and {{g4714}}; disunion, i.e. (figuratively) dissension","strongs_number":"g1370"},"g1371":{"pronunciation":"dee-khot-om-eh'-o","unicode":"διχοτομέω","translit":"dichotoméō","definition":"[διχοτομέω] from a compound of a derivative of {{g1364}} and a derivative of τέμνω (to cut); to bisect, i.e. (by extension) to flog severely","strongs_number":"g1371"},"g1372":{"pronunciation":"dip-sah'-o","unicode":"διψάω","translit":"dipsáō","definition":"[διψάω] from a variation of {{g1373}}; to thirst for (literally or figuratively)","strongs_number":"g1372"},"g1373":{"pronunciation":"dip'-sos","unicode":"δίψος","translit":"dípsos","definition":"[δίψος] of uncertain affinity; thirst","strongs_number":"g1373"},"g1374":{"pronunciation":"dip'-soo-khos","unicode":"δίψυχος","translit":"dípsychos","definition":"[δίψυχος] from {{g1364}} and {{g5590}}; two-spirited, i.e. vacillating (in opinion or purpose)","strongs_number":"g1374"},"g1375":{"pronunciation":"dee-ogue-mos'","unicode":"διωγμός","translit":"diōgmós","definition":"[διωγμός] from {{g1377}}; persecution","strongs_number":"g1375"},"g1376":{"pronunciation":"dee-oke'-tace","unicode":"διώκτης","translit":"diṓktēs","definition":"[διώκτης] from {{g1377}}; a persecutor","strongs_number":"g1376"},"g1377":{"pronunciation":"dee-o'-ko","unicode":"διώκω","translit":"diṓkō","definition":"[διώκω] a prolonged (and causative) form of a primary verb δίω (to flee; compare the base of {{g1169}} and {{g1249}}); to pursue (literally or figuratively); by implication, to persecute","strongs_number":"g1377"},"g1378":{"pronunciation":"dog'-mah","unicode":"δόγμα","translit":"dógma","definition":"[δόγμα] from the base of {{g1380}}; a law (civil, ceremonial or ecclesiastical)","strongs_number":"g1378"},"g1379":{"pronunciation":"dog-mat-id'-zo","unicode":"δογματίζω","translit":"dogmatízō","definition":"[δογματίζω] from {{g1378}}; to prescribe by statute, i.e. (reflexively) to submit to, ceremonially rule","strongs_number":"g1379"},"g1380":{"pronunciation":"dok-eh'-o","unicode":"δοκέω","translit":"dokéō","definition":"[δοκέω] a prolonged form of a primary verb, δόκω (used only in an alternate in certain tenses; compare the base of {{g1166}}) of the same meaning; to think; by implication, to seem (truthfully or uncertainly)","strongs_number":"g1380"},"g1381":{"pronunciation":"dok-im-ad'-zo","unicode":"δοκιμάζω","translit":"dokimázō","definition":"[δοκιμάζω] from {{g1384}}; to test (literally or figuratively); by implication, to approve","strongs_number":"g1381"},"g1382":{"pronunciation":"dok-ee-may'","unicode":"δοκιμή","translit":"dokimḗ","definition":"[δοκιμή] from the same as {{g1384}}; test (abstractly or concretely); by implication, trustiness","strongs_number":"g1382"},"g1383":{"pronunciation":"dok-im'-ee-on","unicode":"δοκίμιον","translit":"dokímion","definition":"[δοκίμιον] neuter of a presumed derivative of {{g1382}}; a testing; by implication, trustworthiness","strongs_number":"g1383"},"g1384":{"pronunciation":"dok'-ee-mos","unicode":"δόκιμος","translit":"dókimos","definition":"[δόκιμος] from {{g1380}}; properly, acceptable (current after assayal), i.e. approved","strongs_number":"g1384"},"g1385":{"pronunciation":"dok-os'","unicode":"δοκός","translit":"dokós","definition":"[δοκός] from {{g1209}} (through the idea of holding up); a stick of timber","strongs_number":"g1385"},"g1386":{"pronunciation":"dol'-ee-os","unicode":"δόλιος","translit":"dólios","definition":"[δόλιος] from {{g1388}}; guileful","strongs_number":"g1386"},"g1387":{"pronunciation":"dol-ee-o'-o","unicode":"δολιόω","translit":"dolióō","definition":"[δολιόω] from {{g1386}}; to be guileful","strongs_number":"g1387"},"g1388":{"pronunciation":"dol'-os","unicode":"δόλος","translit":"dólos","definition":"[δόλος] from an obsolete primary verb, δέλλω (probably meaning to decoy; compare {{g1185}}); a trick (bait), i.e. (figuratively) wile","strongs_number":"g1388"},"g1389":{"pronunciation":"dol-o'-o","unicode":"δολόω","translit":"dolóō","definition":"[δολόω] from {{g1388}}; to ensnare, i.e. (figuratively) adulterate","strongs_number":"g1389"},"g1390":{"pronunciation":"dom'-ah","unicode":"δόμα","translit":"dóma","definition":"[δόμα] from the base of {{g1325}}; a present","strongs_number":"g1390"},"g1391":{"pronunciation":"dox'-ah","unicode":"δόξα","translit":"dóxa","definition":"[δόξα] from the base of {{g1380}}; glory (as very apparent), in a wide application (literal or figurative, objective or subjective)","strongs_number":"g1391"},"g1392":{"pronunciation":"dox-ad'-zo","unicode":"δοξάζω","translit":"doxázō","definition":"[δοξάζω] from {{g1391}}; to render (or esteem) glorious (in a wide application)","strongs_number":"g1392"},"g1393":{"pronunciation":"dor-kas'","unicode":"Δορκάς","translit":"Dorkás","definition":"[Δορκάς] gazelle; Dorcas, a Christian woman","strongs_number":"g1393"},"g1394":{"pronunciation":"dos'-is","unicode":"δόσις","translit":"dósis","definition":"[δόσις] from the base of {{g1325}}; a giving; by implication, (concretely) a gift","strongs_number":"g1394"},"g1395":{"pronunciation":"dot'-ace","unicode":"δότης","translit":"dótēs","definition":"[δότης] from the base of {{g1325}}; a giver","strongs_number":"g1395"},"g1396":{"pronunciation":"doo-lag-ogue-eh'-o","unicode":"δουλαγωγέω","translit":"doulagōgéō","definition":"[δουλαγωγέω] from a presumed compound of {{g1401}} and {{g71}}; to be a slave-driver, i.e. to enslave (figuratively, subdue)","strongs_number":"g1396"},"g1397":{"pronunciation":"doo-li'-ah","unicode":"δουλεία","translit":"douleía","definition":"[δουλεία] from {{g1398}}; slavery (ceremonially or figuratively)","strongs_number":"g1397"},"g1398":{"pronunciation":"dool-yoo'-o","unicode":"δουλεύω","translit":"douleúō","definition":"[δουλεύω] from {{g1401}}; to be a slave to (literal or figurative, involuntary or voluntary)","strongs_number":"g1398"},"g1399":{"pronunciation":"doo'-lay","unicode":"δούλη","translit":"doúlē","definition":"[δούλη] feminine of {{g1401}}; a female slave (involuntarily or voluntarily)","strongs_number":"g1399"},"g1400":{"pronunciation":"doo'-lon","unicode":"δοῦλον","translit":"doûlon","definition":"[δοῦλον] neuter of {{g1401}}; subservient","strongs_number":"g1400"}}
@@ -0,0 +1 @@
1
+ {"g1401":{"pronunciation":"doo'-los","unicode":"δοῦλος","translit":"doûlos","definition":"[δοῦλος] from {{g1210}}; a slave (literal or figurative, involuntary or voluntary; frequently, therefore in a qualified sense of subjection or subserviency)","strongs_number":"g1401"},"g1402":{"pronunciation":"doo-lo'-o","unicode":"δουλόω","translit":"doulóō","definition":"[δουλόω] from {{g1401}}; to enslave (literally or figuratively)","strongs_number":"g1402"},"g1403":{"pronunciation":"dokh-ay'","unicode":"δοχή","translit":"dochḗ","definition":"[δοχή] from {{g1209}}; a reception, i.e. convivial entertainment","strongs_number":"g1403"},"g1404":{"pronunciation":"drak'-own","unicode":"δράκων","translit":"drákōn","definition":"[δράκων] probably from an alternate form of δέρκομαι (to look); a fabulous kind of serpent (perhaps as supposed to fascinate)","strongs_number":"g1404"},"g1405":{"pronunciation":"dras'-som-ahee","unicode":"δράσσομαι","translit":"drássomai","definition":"[δράσσομαι] perhaps akin to the base of {{g1404}} (through the idea of capturing); to grasp, i.e. (figuratively) entrap","strongs_number":"g1405"},"g1406":{"pronunciation":"drakh-may'","unicode":"δραχμή","translit":"drachmḗ","definition":"[δραχμή] from {{g1405}}; a drachma or (silver) coin (as handled)","strongs_number":"g1406"},"g1407":{"pronunciation":"drep'-an-on","unicode":"δρέπανον","translit":"drépanon","definition":"[δρέπανον] from δρέπω (to pluck); a gathering hook (especially for harvesting)","strongs_number":"g1407"},"g1408":{"pronunciation":"drom'-os","unicode":"δρόμος","translit":"drómos","definition":"[δρόμος] from the alternate of {{g5143}}; a race, i.e. (figuratively) career","strongs_number":"g1408"},"g1409":{"pronunciation":"droo'-sil-lah","unicode":"Δρούσιλλα","translit":"Droúsilla","definition":"[Δρούσιλλα] a feminine diminutive of Drusus (a Roman name); Drusilla, a member of the Herodian family","strongs_number":"g1409"},"g1410":{"pronunciation":"doo'-nam-ahee","unicode":"δύναμαι","translit":"dýnamai","definition":"[δύναμαι] of uncertain affinity; to be able or possible","strongs_number":"g1410"},"g1411":{"pronunciation":"doo'-nam-is","unicode":"δύναμις","translit":"dýnamis","definition":"[δύναμις] from {{g1410}}; force (literally or figuratively); specially, miraculous power (usually by implication, a miracle itself)","strongs_number":"g1411"},"g1412":{"pronunciation":"doo-nam-o'-o","unicode":"δυναμόω","translit":"dynamóō","definition":"[δυναμόω] from {{g1411}}; to enable","strongs_number":"g1412"},"g1413":{"pronunciation":"doo-nas'-tace","unicode":"δυνάστης","translit":"dynástēs","definition":"[δυνάστης] from {{g1410}}; a ruler or officer","strongs_number":"g1413"},"g1414":{"pronunciation":"doo-nat-eh'-o","unicode":"δυνατέω","translit":"dynatéō","definition":"[δυνατέω] from {{g1415}}; to be efficient (figuratively)","strongs_number":"g1414"},"g1415":{"pronunciation":"doo-nat-os'","unicode":"δυνατός","translit":"dynatós","definition":"[δυνατός] from {{g1410}}; powerful or capable (literally or figuratively); neuter possible","strongs_number":"g1415"},"g1416":{"pronunciation":"doo'-no","unicode":"δύνω","translit":"dýnō","definition":"[δύνω] or δῦμιprolonged forms of an obsolete primary δύο (to sink); to go \"down\"","strongs_number":"g1416"},"g1417":{"pronunciation":"doo'-o","unicode":"δύο","translit":"dýo","definition":"[δύο] a primary numeral; \"two\"","strongs_number":"g1417"},"g1418":{"pronunciation":"doos","unicode":"δυσ-","translit":"dys-","definition":"[δυσ-] a primary inseparable particle of uncertain derivation; used only in composition as a prefix; hard, i.e. with difficulty","strongs_number":"g1418"},"g1419":{"pronunciation":"doos-bas'-tak-tos","unicode":"δυσβάστακτος","translit":"dysbástaktos","definition":"[δυσβάστακτος] from {{g1418}} and a derivative of {{g941}}; oppressive","strongs_number":"g1419"},"g1420":{"pronunciation":"doos-en-ter-ee'-ah","unicode":"δυσεντερία","translit":"dysentería","definition":"[δυσεντερία] from {{g1418}} and a comparative of {{g1787}} (meaning a bowel); a \"dysentery\"","strongs_number":"g1420"},"g1421":{"pronunciation":"doos-er-mane'-yoo-tos","unicode":"δυσερμήνευτος","translit":"dysermḗneutos","definition":"[δυσερμήνευτος] from {{g1418}} and a presumed derivative of {{g2059}}; difficult of explanation","strongs_number":"g1421"},"g1422":{"pronunciation":"doo'-kol-os","unicode":"δύσκολος","translit":"dýskolos","definition":"[δύσκολος] from {{g1418}} and κόλον (food); properly, fastidious about eating (peevish), i.e. (genitive case) impracticable","strongs_number":"g1422"},"g1423":{"pronunciation":"doos-kol'-oce","unicode":"δυσκόλως","translit":"dyskólōs","definition":"[δυσκόλως] adverb from {{g1422}}; impracticably","strongs_number":"g1423"},"g1424":{"pronunciation":"doos-may'","unicode":"δυσμή","translit":"dysmḗ","definition":"[δυσμή] from {{g1416}}; the sun-set, i.e. (by implication) the western region","strongs_number":"g1424"},"g1425":{"pronunciation":"doos-no'-ay-tos","unicode":"δυσνόητος","translit":"dysnóētos","definition":"[δυσνόητος] from {{g1418}} and a derivative of {{g3539}}; difficult of perception","strongs_number":"g1425"},"g1426":{"pronunciation":"doos-fay-mee'-ah","unicode":"δυσφημία","translit":"dysphēmía","definition":"[δυσφημία] from a compound of {{g1418}} and {{g5345}}; defamation","strongs_number":"g1426"},"g1427":{"pronunciation":"do'-dek-ah","unicode":"δώδεκα","translit":"dṓdeka","definition":"[δώδεκα] from {{g1417}} and {{g1176}}; two and ten, i.e. a dozen","strongs_number":"g1427"},"g1428":{"pronunciation":"do-dek'-at-os","unicode":"δωδέκατος","translit":"dōdékatos","definition":"[δωδέκατος] from {{g1427}}; twelfth","strongs_number":"g1428"},"g1429":{"pronunciation":"do-dek-af'-oo-lon","unicode":"δωδεκάφυλον","translit":"dōdekáphylon","definition":"[δωδεκάφυλον] from {{g1427}} and {{g5443}}; the commonwealth of Israel","strongs_number":"g1429"},"g1430":{"pronunciation":"do'-mah","unicode":"δῶμα","translit":"dōma","definition":"[δῶμα] from δέμω (to build); properly, an edifice, i.e. (specially) a roof","strongs_number":"g1430"},"g1431":{"pronunciation":"do-reh-ah'","unicode":"δωρεά","translit":"dōreá","definition":"[δωρεά] from {{g1435}}; a gratuity","strongs_number":"g1431"},"g1432":{"pronunciation":"do-reh-an'","unicode":"δωρεάν","translit":"dōreán","definition":"[δωρεάν] accusative case of {{g1431}} as adverb; gratuitously (literally or figuratively)","strongs_number":"g1432"},"g1433":{"pronunciation":"do-reh'-om-ahee","unicode":"δωρέομαι","translit":"dōréomai","definition":"[δωρέομαι] middle voice from {{g1435}}; to bestow gratuitously","strongs_number":"g1433"},"g1434":{"pronunciation":"do'-ray-mah","unicode":"δώρημα","translit":"dṓrēma","definition":"[δώρημα] from {{g1433}}; a bestowment","strongs_number":"g1434"},"g1435":{"pronunciation":"do'-ron","unicode":"δῶρον","translit":"dōron","definition":"[δῶρον] a present; specially, a sacrifice","strongs_number":"g1435"},"g1436":{"pronunciation":"eh'-ah","unicode":"ἔα","translit":"éa","definition":"[ἔα] apparent imperative of {{g1439}}; properly, let it be, i.e. (as interjection) aha!","strongs_number":"g1436"},"g1437":{"pronunciation":"eh-an'","unicode":"ἐάν","translit":"eán","definition":"[ἐάν] from {{g1487}} and {{g302}}; a conditional particle; in case that, provided, etc.; often used in connection with other particles to denote indefiniteness or uncertainty See {{g3361}}.","strongs_number":"g1437"},"g1438":{"pronunciation":"heh-ow-too'","unicode":"ἑαυτοῦ","translit":"heautoû","definition":"[ἑαυτοῦ] from a reflexive pronoun otherwise obsolete and the genitive case (dative case or accusative case) of {{g846}}; him- (her-, it-, them-, also (in conjunction with the personal pronoun of the other persons) my-, thy-, our-, your-) self (selves), etc.","strongs_number":"g1438"},"g1439":{"pronunciation":"eh-ah'-o","unicode":"ἐάω","translit":"eáō","definition":"[ἐάω] of uncertain affinity; to let be, i.e. permit or leave alone See also {{g1436}}.","strongs_number":"g1439"},"g1440":{"pronunciation":"heb-dom-ay'-kon-tah","unicode":"ἑβδομήκοντα","translit":"hebdomḗkonta","definition":"[ἑβδομήκοντα] from {{g1442}} and a modified form of {{g1176}}; seventy","strongs_number":"g1440"},"g1441":{"pronunciation":"heb-dom-ay-kon-tak-is","unicode":"ἑβδομηκοντάκις","translit":"hebdomēkontákis","definition":"[ἑβδομηκοντάκις] multiple adverb from {{g1440}}; seventy times","strongs_number":"g1441"},"g1442":{"pronunciation":"heb'-dom-os","unicode":"ἕβδομος","translit":"hébdomos","definition":"[ἕβδομος] ordinal from {{g2033}}; seventh","strongs_number":"g1442"},"g1443":{"pronunciation":"eb-er'","unicode":"Ἐβέρ","translit":"Ebér","definition":"[Ἐβέρ] of Hebrew origin ({{h5677}}); Eber, a patriarch","strongs_number":"g1443"},"g1444":{"pronunciation":"heb-rah-ee-kos'","unicode":"Ἑβραϊκός","translit":"Hebraïkós","definition":"[Ἑβραϊκός] from {{g1443}}; Hebraic or the Jewish language","strongs_number":"g1444"},"g1445":{"pronunciation":"heb-rah'-yos","unicode":"Ἑβραῖος","translit":"Hebraîos","definition":"[Ἑβραῖος] from {{g1443}}; a Hebræan (i.e. Hebrew) or Jew","strongs_number":"g1445"},"g1446":{"pronunciation":"heb-rah-is'","unicode":"Ἑβραΐς","translit":"Hebraḯs","definition":"[Ἑβραΐς] from {{g1443}}; the Hebraistic (Hebrew) or Jewish (Chaldee) language","strongs_number":"g1446"},"g1447":{"pronunciation":"heb-rah-is-tee'","unicode":"Ἑβραϊστί","translit":"Hebraïstí","definition":"[Ἑβραϊστί] adverb from {{g1446}}; Hebraistically or in the Jewish (Chaldee) language","strongs_number":"g1447"},"g1448":{"pronunciation":"eng-id'-zo","unicode":"ἐγγίζω","translit":"engízō","definition":"[ἐγγίζω] from {{g1451}}; to make near, i.e. (reflexively) approach","strongs_number":"g1448"},"g1449":{"pronunciation":"eng-graf'-o","unicode":"ἐγγράφω","translit":"engráphō","definition":"[ἐγγράφω] from {{g1722}} and {{g1125}}; to \"engrave\", i.e. inscribe","strongs_number":"g1449"},"g1450":{"pronunciation":"eng'-goo-os","unicode":"ἔγγυος","translit":"éngyos","definition":"[ἔγγυος] from {{g1722}} and γυῖον (a limb); pledged (as if articulated by a member), i.e. a bondsman","strongs_number":"g1450"},"g1451":{"pronunciation":"eng-goos'","unicode":"ἐγγύς","translit":"engýs","definition":"[ἐγγύς] from a primary verb ἄγχω (to squeeze or throttle; akin to the base of {{g43}}); near (literally or figuratively, of place or time)","strongs_number":"g1451"},"g1452":{"pronunciation":"eng-goo'-ter-on","unicode":"ἐγγύτερον","translit":"engýteron","definition":"[ἐγγύτερον] neuter of the comparative of {{g1451}}; nearer","strongs_number":"g1452"},"g1453":{"pronunciation":"eg-i'-ro","unicode":"ἐγείρω","translit":"egeírō","definition":"[ἐγείρω] probably akin to the base of {{g58}} (through the idea of collecting one's faculties); to waken (transitively or intransitively), i.e. rouse (literally, from sleep, from sitting or lying, from disease, from death; or figuratively, from obscurity, inactivity, ruins, nonexistence)","strongs_number":"g1453"},"g1454":{"pronunciation":"eg'-er-sis","unicode":"ἔγερσις","translit":"égersis","definition":"[ἔγερσις] from {{g1453}}; a resurgence (from death)","strongs_number":"g1454"},"g1455":{"pronunciation":"eng-kath'-et-os","unicode":"ἐγκάθετος","translit":"enkáthetos","definition":"[ἐγκάθετος] from {{g1722}} and a derivative of {{g2524}}; subinduced, i.e. surreptitiously suborned as a lier-in-wait","strongs_number":"g1455"},"g1456":{"pronunciation":"eng-kah'-ee-nee-ah","unicode":"ἐγκαίνια","translit":"enkaínia","definition":"[ἐγκαίνια] neuter plural of a presumed compound from {{g1722}} and {{g2537}}; innovatives, i.e. (specially) renewal (of religious services after the Antiochian interruption)","strongs_number":"g1456"},"g1457":{"pronunciation":"eng-kahee-nid'-zo","unicode":"ἐγκαινίζω","translit":"enkainízō","definition":"[ἐγκαινίζω] from {{g1456}}; to renew, i.e. inaugurate","strongs_number":"g1457"},"g1458":{"pronunciation":"eng-kal-eh'-o","unicode":"ἐγκαλέω","translit":"enkaléō","definition":"[ἐγκαλέω] from {{g1722}} and {{g2564}}; to call in (as a debt or demand), i.e. bring to account (charge, criminate, etc.)","strongs_number":"g1458"},"g1459":{"pronunciation":"eng-kat-al-i'-po","unicode":"ἐγκαταλείπω","translit":"enkataleípō","definition":"[ἐγκαταλείπω] from {{g1722}} and {{g2641}}; to leave behind in some place, i.e. (in a good sense) let remain over, or (in a bad sense) to desert","strongs_number":"g1459"},"g1460":{"pronunciation":"eng-kat-oy-keh'-o","unicode":"ἐγκατοικέω","translit":"enkatoikéō","definition":"[ἐγκατοικέω] from {{g1722}} and {{g2730}}; to settle down in a place, i.e. reside","strongs_number":"g1460"},"g1461":{"pronunciation":"eng-ken-trid'-zo","unicode":"ἐγκεντρίζω","translit":"enkentrízō","definition":"[ἐγκεντρίζω] from {{g1722}} and a derivative of {{g2759}}; to prick in, i.e. ingraft","strongs_number":"g1461"},"g1462":{"pronunciation":"eng'-klay-mah","unicode":"ἔγκλημα","translit":"énklēma","definition":"[ἔγκλημα] from {{g1458}}; an accusation, i.e. offence alleged","strongs_number":"g1462"},"g1463":{"pronunciation":"eng-kom-bo'-om-ahee","unicode":"ἐγκομβόομαι","translit":"enkombóomai","definition":"[ἐγκομβόομαι] middle voice from {{g1722}} and κομβόω (to gird); to engirdle oneself (for labor), i.e. figuratively (the apron as being a badge of servitude) to wear (in token of mutual deference)","strongs_number":"g1463"},"g1464":{"pronunciation":"eng-kop-ay'","unicode":"ἐγκοπή","translit":"enkopḗ","definition":"[ἐγκοπή] from {{g1465}}; a hindrance","strongs_number":"g1464"},"g1465":{"pronunciation":"eng-kop'-to","unicode":"ἐγκόπτω","translit":"enkóptō","definition":"[ἐγκόπτω] from {{g1722}} and {{g2875}}; to cut into, i.e. (figuratively) impede, detain","strongs_number":"g1465"},"g1466":{"pronunciation":"eng-krat'-i-ah","unicode":"ἐγκράτεια","translit":"enkráteia","definition":"[ἐγκράτεια] from {{g1468}}; self-control (especially continence)","strongs_number":"g1466"},"g1467":{"pronunciation":"eng-krat-yoo'-om-ahee","unicode":"ἐγκρατεύομαι","translit":"enkrateúomai","definition":"[ἐγκρατεύομαι] middle voice from {{g1468}}; to exercise self-restraint (in diet and chastity)","strongs_number":"g1467"},"g1468":{"pronunciation":"eng-krat-ace'","unicode":"ἐγκρατής","translit":"enkratḗs","definition":"[ἐγκρατής] from {{g1722}} and {{g2904}}; strong in a thing (masterful), i.e. (figuratively and reflexively) self-controlled (in appetite, etc.)","strongs_number":"g1468"},"g1469":{"pronunciation":"eng-kree'-no","unicode":"ἐγκρίνω","translit":"enkrínō","definition":"[ἐγκρίνω] from {{g1722}} and {{g2919}}; to judge in, i.e. count among","strongs_number":"g1469"},"g1470":{"pronunciation":"eng-kroop'-to","unicode":"ἐγκρύπτω","translit":"enkrýptō","definition":"[ἐγκρύπτω] from {{g1722}} and {{g2928}}; to conceal in, i.e. incorporate with","strongs_number":"g1470"},"g1471":{"pronunciation":"eng'-koo-os","unicode":"ἔγκυος","translit":"énkyos","definition":"[ἔγκυος] from {{g1722}} and the base of {{g2949}}; swelling inside, i.e. pregnant","strongs_number":"g1471"},"g1472":{"pronunciation":"eng-khree'-o","unicode":"ἐγχρίω","translit":"enchríō","definition":"[ἐγχρίω] from {{g1722}} and {{g5548}}; to rub in (oil), i.e. besmear","strongs_number":"g1472"},"g1473":{"pronunciation":"eg-o'","unicode":"ἐγώ","translit":"egṓ","definition":"[ἐγώ] a primary pronoun of the first person I (only expressed when emphatic) For the other cases and the plural see {{g1691}}, {{g1698}}, {{g1700}}, {{g2248}}, {{g2249}}, {{g2254}}, {{g2257}}, etc.","strongs_number":"g1473"},"g1474":{"pronunciation":"ed-af-id'-zo","unicode":"ἐδαφίζω","translit":"edaphízō","definition":"[ἐδαφίζω] from {{g1475}}; to raze","strongs_number":"g1474"},"g1475":{"pronunciation":"ed'-af-os","unicode":"ἔδαφος","translit":"édaphos","definition":"[ἔδαφος] from the base of {{g1476}}; a basis (bottom), i.e. the soil","strongs_number":"g1475"},"g1476":{"pronunciation":"hed-rah'-yos","unicode":"ἑδραῖος","translit":"hedraîos","definition":"[ἑδραῖος] from a derivative of ἕζομαι (to sit); sedentary, i.e. (by implication) immovable","strongs_number":"g1476"},"g1477":{"pronunciation":"hed-rah'-yo-mah","unicode":"ἑδραίωμα","translit":"hedraíōma","definition":"[ἑδραίωμα] from a derivative of {{g1476}}; a support, i.e. (figuratively) basis","strongs_number":"g1477"},"g1478":{"pronunciation":"ed-zek-ee'-as","unicode":"Ἐζεκίας","translit":"Ezekías","definition":"[Ἐζεκίας] of Hebrew origin ({{h2396}}); Ezekias (i.e. Hezekeiah), an Israelite","strongs_number":"g1478"},"g1479":{"pronunciation":"eth-el-oth-race-ki'-ah","unicode":"ἐθελοθρησκεία","translit":"ethelothrēskeía","definition":"[ἐθελοθρησκεία] from {{g2309}} and {{g2356}}; voluntary (arbitrary and unwarranted) piety, i.e. sanctimony","strongs_number":"g1479"},"g1480":{"pronunciation":"eth-id'-zo","unicode":"ἐθίζω","translit":"ethízō","definition":"[ἐθίζω] from {{g1485}}; to accustom, i.e. (neuter passive participle) customary","strongs_number":"g1480"},"g1481":{"pronunciation":"eth-nar'-khace","unicode":"ἐθνάρχης","translit":"ethnárchēs","definition":"[ἐθνάρχης] from {{g1484}} and {{g746}}; the governor (not king) of a district","strongs_number":"g1481"},"g1482":{"pronunciation":"eth-nee-kos'","unicode":"ἐθνικός","translit":"ethnikós","definition":"[ἐθνικός] from {{g1484}}; national (\"ethnic\"), i.e. (specially) a Gentile","strongs_number":"g1482"},"g1483":{"pronunciation":"eth-nee-koce'","unicode":"ἐθνικῶς","translit":"ethnikōs","definition":"[ἐθνικῶς] adverb from {{g1482}}; as a Gentile","strongs_number":"g1483"},"g1484":{"pronunciation":"eth'-nos","unicode":"ἔθνος","translit":"éthnos","definition":"[ἔθνος] probably from {{g1486}}; a race (as of the same habit), i.e. a tribe; specially, a foreign (non-Jewish) one (usually, by implication, pagan)","strongs_number":"g1484"},"g1485":{"pronunciation":"eth'-os","unicode":"ἔθος","translit":"éthos","definition":"[ἔθος] from {{g1486}}; a usage (prescribed by habit or law)","strongs_number":"g1485"},"g1486":{"pronunciation":"eth'-o","unicode":"ἔθω","translit":"éthō","definition":"[ἔθω] a primary verb; to be used (by habit or conventionality); neuter perfect participle usage","strongs_number":"g1486"},"g1487":{"pronunciation":"i","unicode":"εἰ","translit":"ei","definition":"[εἰ] a primary particle of conditionality; if, whether, that, etc. Often used in connection or composition with other particles, especially as in {{g1489}}, {{g1490}}, {{g1499}}, {{g1508}}, {{g1509}}, {{g1512}}, {{g1513}}, {{g1536}}, {{g1537}}. See also {{g1437}}.","strongs_number":"g1487"},"g1488":{"pronunciation":"i","unicode":"εἶ","translit":"eî","definition":"[εἶ] second person singular present of {{g1510}}; thou art","strongs_number":"g1488"},"g1489":{"pronunciation":"i'-gheh","unicode":"εἴγε","translit":"eíge","definition":"[εἴγε] from {{g1487}} and {{g1065}}; if indeed, seeing that, unless, (with negative) otherwise","strongs_number":"g1489"},"g1490":{"pronunciation":"i deh may'-(gheh)","unicode":"εἰ δὲ μή(γε)","translit":"ei dè mḗ(ge)","definition":"[εἰ δὲ μή(γε)] from {{g1487}}, {{g1161}}, and {{g3361}} (sometimes with {{g1065}} added); but if not","strongs_number":"g1490"},"g1491":{"pronunciation":"i'-dos","unicode":"εἶδος","translit":"eîdos","definition":"[εἶδος] from {{g1492}}; a view, i.e. form (literally or figuratively)","strongs_number":"g1491"},"g1492":{"pronunciation":"i'-do","unicode":"εἴδω","translit":"eídō","definition":"[εἴδω] a primary verb; used only in certain past tenses, the others being borrowed from the equivalent {{g3700}} and {{g3708}}; properly, to see (literally or figuratively); by implication, (in the perfect tense only) to know Compare {{g3700}}.","strongs_number":"g1492"},"g1493":{"pronunciation":"i-do-li'-on","unicode":"εἰδωλεῖον","translit":"eidōleîon","definition":"[εἰδωλεῖον] neuter of a presumed derivative of {{g1497}}; an image-fane","strongs_number":"g1493"},"g1494":{"pronunciation":"i-do-loth'-oo-ton","unicode":"εἰδωλόθυτον","translit":"eidōlóthyton","definition":"[εἰδωλόθυτον] neuter of a compound of {{g1497}} and a presumed derivative of {{g2380}}; an image-sacrifice, i.e. part of an idolatrous offering","strongs_number":"g1494"},"g1495":{"pronunciation":"i-do-lol-at-ri'-ah","unicode":"εἰδωλολατρεία","translit":"eidōlolatreía","definition":"[εἰδωλολατρεία] from {{g1497}} and {{g2999}}; image-worship (literally or figuratively)","strongs_number":"g1495"},"g1496":{"pronunciation":"i-do-lol-at'-race","unicode":"εἰδωλολάτρης","translit":"eidōlolátrēs","definition":"[εἰδωλολάτρης] from {{g1497}} and the base of {{g3000}}; an image- (servant or) worshipper (literally or figuratively)","strongs_number":"g1496"},"g1497":{"pronunciation":"i'-do-lon","unicode":"εἴδωλον","translit":"eídōlon","definition":"[εἴδωλον] from {{g1491}}; an image (i.e. for worship); by implication, a heathen god, or (plural) the worship of such","strongs_number":"g1497"},"g1498":{"pronunciation":"i'-ane","unicode":"εἴην","translit":"eíēn","definition":"[εἴην] optative (i.e. English subjunctive) present of {{g1510}} (including the other person); might (could, would, or should) be","strongs_number":"g1498"},"g1499":{"pronunciation":"i kahee","unicode":"εἰ καί","translit":"ei kaí","definition":"[εἰ καί] from {{g1487}} and {{g2532}}; if also (or even)","strongs_number":"g1499"},"g1500":{"pronunciation":"i-kay'","unicode":"εἰκῆ","translit":"eikē","definition":"[εἰκῆ] probably from {{g1502}} (through the idea of failure); idly, i.e. without reason (or effect)","strongs_number":"g1500"}}
@@ -0,0 +1 @@
1
+ {"g1501":{"pronunciation":"i'-kos-ee","unicode":"εἴκοσι","translit":"eíkosi","definition":"[εἴκοσι] of uncertain affinity; a score","strongs_number":"g1501"},"g1502":{"pronunciation":"i'-ko","unicode":"εἴκω","translit":"eíkō","definition":"[εἴκω] apparently a primary verb; properly, to be weak, i.e. yield","strongs_number":"g1502"},"g1503":{"pronunciation":"i'-ko","unicode":"εἴκω","translit":"eíkō","definition":"[εἴκω] apparently a primary verb (perhaps akin to {{g1502}} through the idea of faintness as a copy); to resemble","strongs_number":"g1503"},"g1504":{"pronunciation":"i-kone'","unicode":"εἰκών","translit":"eikṓn","definition":"[εἰκών] from {{g1503}}; a likeness, i.e. (literally) statue, profile, or (figuratively) representation, resemblance","strongs_number":"g1504"},"g1505":{"pronunciation":"i-lik-ree'-ni-ah","unicode":"εἰλικρίνεια","translit":"eilikríneia","definition":"[εἰλικρίνεια] from {{g1506}}; clearness, i.e. (by implication) purity (figuratively)","strongs_number":"g1505"},"g1506":{"pronunciation":"i-lik-ree-nace'","unicode":"εἰλικρινής","translit":"eilikrinḗs","definition":"[εἰλικρινής] from εἵλη (the sun's ray) and {{g2919}}; judged by sunlight, i.e. tested as genuine (figuratively)","strongs_number":"g1506"},"g1507":{"pronunciation":"hi-lis'-so","unicode":"εἱλίσσω","translit":"heilíssō","definition":"[εἱλίσσω] a prolonged form of a primary but defective verb εἵλω (of the same meaning); to coil or wrap See also {{g1667}}.","strongs_number":"g1507"},"g1508":{"pronunciation":"i may","unicode":"εἰ μή","translit":"ei mḗ","definition":"[εἰ μή] from {{g1487}} and {{g3361}}; if not","strongs_number":"g1508"},"g1509":{"pronunciation":"i may tee","unicode":"εἰ μή τι","translit":"ei mḗ ti","definition":"[εἰ μή τι] from {{g1508}} and the neuter of {{g5100}}; if not somewhat","strongs_number":"g1509"},"g1510":{"pronunciation":"i-mee'","unicode":"εἰμί","translit":"eimí","definition":"[εἰμί] the first person singular present indicative; a prolonged form of a primary and defective verb; I exist (used only when emphatic) See also {{g1488}}, {{g1498}}, {{g1511}}, {{g1526}}, {{g2258}}, {{g2071}}, {{g2070}}, {{g2075}}, {{g2076}}, {{g2771}}, {{g2468}}, {{g5600}}.","strongs_number":"g1510"},"g1511":{"pronunciation":"i'-nahee","unicode":"εἶναι","translit":"eînai","definition":"[εἶναι] present infinitive from {{g1510}}; to exist come, is, X lust after, X please well, there is, to be, was.","strongs_number":"g1511"},"g1512":{"pronunciation":"i per","unicode":"εἴ περ","translit":"eí per","definition":"[εἴ περ] from {{g1487}} and {{g4007}}; if perhaps","strongs_number":"g1512"},"g1513":{"pronunciation":"i poce","unicode":"εἴ πως","translit":"eí pōs","definition":"[εἴ πως] from {{g1487}} and {{g4458}}; if somehow","strongs_number":"g1513"},"g1514":{"pronunciation":"i-rane-yoo'-o","unicode":"εἰρηνεύω","translit":"eirēneúō","definition":"[εἰρηνεύω] from {{g1515}}; to be (act) peaceful","strongs_number":"g1514"},"g1515":{"pronunciation":"i-ray'-nay","unicode":"εἰρήνη","translit":"eirḗnē","definition":"[εἰρήνη] probably from a primary verb εἴρω (to join); peace (literally or figuratively); by implication, prosperity","strongs_number":"g1515"},"g1516":{"pronunciation":"i-ray-nee-kos'","unicode":"εἰρηνικός","translit":"eirēnikós","definition":"[εἰρηνικός] from {{g1515}}; pacific; by implication, salutary","strongs_number":"g1516"},"g1517":{"pronunciation":"i-ray-nop-oy-eh'-o","unicode":"εἰρηνοποιέω","translit":"eirēnopoiéō","definition":"[εἰρηνοποιέω] from {{g1518}}; to be a peace-maker, i.e. (figuratively) to harmonize","strongs_number":"g1517"},"g1518":{"pronunciation":"i-ray-nop-oy-os'","unicode":"εἰρηνοποιός","translit":"eirēnopoiós","definition":"[εἰρηνοποιός] from {{g1515}} and {{g4160}}; pacificatory, i.e. (subjectively) peaceable","strongs_number":"g1518"},"g1519":{"pronunciation":"ice","unicode":"εἰς","translit":"eis","definition":"[εἰς] a primary preposition; to or into (indicating the point reached or entered), of place, time, or (figuratively) purpose (result, etc.); also in adverbial phrases Often used in composition with the same general import, but only with verbs (etc.) expressing motion (literally or figuratively).","strongs_number":"g1519"},"g1520":{"pronunciation":"hice","unicode":"εἷς","translit":"heîs","definition":"[εἷς] (including the neuter (etc.) hen); a primary numeral; one See also {{g1527}}, {{g3367}}, {{g3391}}, {{g3762}}.","strongs_number":"g1520"},"g1521":{"pronunciation":"ice-ag'-o","unicode":"εἰσάγω","translit":"eiságō","definition":"[εἰσάγω] from {{g1519}} and {{g71}}; to introduce (literally or figuratively)","strongs_number":"g1521"},"g1522":{"pronunciation":"ice-ak-oo'-o","unicode":"εἰσακούω","translit":"eisakoúō","definition":"[εἰσακούω] from {{g1519}} and {{g191}}; to listen to","strongs_number":"g1522"},"g1523":{"pronunciation":"ice-dekh'-om-ahee","unicode":"εἰσδέχομαι","translit":"eisdéchomai","definition":"[εἰσδέχομαι] from {{g1519}} and {{g1209}}; to take into one's favor","strongs_number":"g1523"},"g1524":{"pronunciation":"ice'-i-mee","unicode":"εἴσειμι","translit":"eíseimi","definition":"[εἴσειμι] from {{g1519}} and εἶμι (to go); to enter","strongs_number":"g1524"},"g1525":{"pronunciation":"ice-er'-khom-ahee","unicode":"εἰσέρχομαι","translit":"eisérchomai","definition":"[εἰσέρχομαι] from {{g1519}} and {{g2064}}; to enter (literally or figuratively)","strongs_number":"g1525"},"g1526":{"pronunciation":"i-see'","unicode":"εἰσί","translit":"eisí","definition":"[εἰσί] 3rd person plural present indicative of {{g1510}}; they are","strongs_number":"g1526"},"g1527":{"pronunciation":"hice kath hice","unicode":"εἷς καθ’ εἷς","translit":"heîs kath’ heîs","definition":"[εἷς καθ’ εἷς] from {{g1520}} repeated with {{g2596}} inserted; severally","strongs_number":"g1527"},"g1528":{"pronunciation":"ice-kal-eh'-o","unicode":"εἰσκαλέω","translit":"eiskaléō","definition":"[εἰσκαλέω] from {{g1519}} and {{g2564}}; to invite in","strongs_number":"g1528"},"g1529":{"pronunciation":"ice'-od-os","unicode":"εἴσοδος","translit":"eísodos","definition":"[εἴσοδος] from {{g1519}} and {{g3598}}; an entrance (literally or figuratively)","strongs_number":"g1529"},"g1530":{"pronunciation":"ice-pay-dah'-o","unicode":"εἰσπηδάω","translit":"eispēdáō","definition":"[εἰσπηδάω] from {{g1519}} and πηδάω (to leap); to rush in","strongs_number":"g1530"},"g1531":{"pronunciation":"ice-por-yoo'-om-ahee","unicode":"εἰσπορεύομαι","translit":"eisporeúomai","definition":"[εἰσπορεύομαι] from {{g1519}} and {{g4198}}; to enter (literally or figuratively)","strongs_number":"g1531"},"g1532":{"pronunciation":"ice-trekh'-o","unicode":"εἰστρέχω","translit":"eistréchō","definition":"[εἰστρέχω] from {{g1519}} and {{g5143}}; to hasten inward","strongs_number":"g1532"},"g1533":{"pronunciation":"ice-fer'-o","unicode":"εἰσφέρω","translit":"eisphérō","definition":"[εἰσφέρω] from {{g1519}} and {{g5342}}; to carry inward (literally or figuratively)","strongs_number":"g1533"},"g1534":{"pronunciation":"i'-tah","unicode":"εἶτα","translit":"eîta","definition":"[εἶτα] of uncertain affinity; a particle of succession (in time or logical enumeration), then, moreover See also {{g1899}}.","strongs_number":"g1534"},"g1535":{"pronunciation":"i'-teh","unicode":"εἴτε","translit":"eíte","definition":"[εἴτε] from {{g1487}} and {{g5037}}; if too","strongs_number":"g1535"},"g1536":{"pronunciation":"i tis","unicode":"εἴ τις","translit":"eí tis","definition":"[εἴ τις] from {{g1487}} and {{g5100}}; if any","strongs_number":"g1536"},"g1537":{"pronunciation":"ek","unicode":"ἐκ","translit":"ek","definition":"[ἐκ] or ἐξa primary preposition denoting origin (the point whence action or motion proceeds), from, out (of place, time, or cause; literal or figurative; direct or remote) Often used in composition, with the same general import; often of completion.","strongs_number":"g1537"},"g1538":{"pronunciation":"hek'-as-tos","unicode":"ἕκαστος","translit":"hékastos","definition":"[ἕκαστος] as if a superlative of ἕκας (afar); each or every","strongs_number":"g1538"},"g1539":{"pronunciation":"hek-as'-tot-eh","unicode":"ἑκάστοτε","translit":"hekástote","definition":"[ἑκάστοτε] as if from {{g1538}} and {{g5119}}; at every time","strongs_number":"g1539"},"g1540":{"pronunciation":"hek-at-on'","unicode":"ἑκατόν","translit":"hekatón","definition":"[ἑκατόν] of uncertain affinity; a hundred","strongs_number":"g1540"},"g1541":{"pronunciation":"hek-at-on-tah-et'-ace","unicode":"ἑκατονταέτης","translit":"hekatontaétēs","definition":"[ἑκατονταέτης] from {{g1540}} and {{g2094}}; centenarian","strongs_number":"g1541"},"g1542":{"pronunciation":"hek-at-on-ta-plah-sec'-own","unicode":"ἑκατονταπλασίων","translit":"hekatontaplasíōn","definition":"[ἑκατονταπλασίων] from {{g1540}} and a presumed derivative of {{g4111}}; a hundred times","strongs_number":"g1542"},"g1543":{"pronunciation":"hek-at-on-tar'-khace","unicode":"ἑκατοντάρχης","translit":"hekatontárchēs","definition":"[ἑκατοντάρχης] or ἑκατόνταρχοςfrom {{g1540}} and {{g757}}; the captain of one hundred men","strongs_number":"g1543"},"g1544":{"pronunciation":"ek-bal'-lo","unicode":"ἐκβάλλω","translit":"ekbállō","definition":"[ἐκβάλλω] from {{g1537}} and {{g906}}; to eject (literally or figuratively)","strongs_number":"g1544"},"g1545":{"pronunciation":"ek'-bas-is","unicode":"ἔκβασις","translit":"ékbasis","definition":"[ἔκβασις] from a compound of {{g1537}} and the base of {{g939}} (meaning to go out); an exit (literally or figuratively)","strongs_number":"g1545"},"g1546":{"pronunciation":"ek-bol-ay'","unicode":"ἐκβολή","translit":"ekbolḗ","definition":"[ἐκβολή] from {{g1544}}; ejection, i.e. (specially) a throwing overboard of the cargo","strongs_number":"g1546"},"g1547":{"pronunciation":"ek-gam-id'-zo","unicode":"ἐκγαμίζω","translit":"ekgamízō","definition":"[ἐκγαμίζω] from {{g1537}} and a form of {{g1061}} (compare {{g1548}}); to marry off a daughter","strongs_number":"g1547"},"g1548":{"pronunciation":"ek-gam-is'-ko","unicode":"ἐκγαμίσκω","translit":"ekgamískō","definition":"[ἐκγαμίσκω] from {{g1537}} and {{g1061}}; the same as 1547","strongs_number":"g1548"},"g1549":{"pronunciation":"ek'-gon-on","unicode":"ἔκγονον","translit":"ékgonon","definition":"[ἔκγονον] neuter of a derivative of a compound of {{g1537}} and {{g1096}}; a descendant, i.e. (specially) grandchild","strongs_number":"g1549"},"g1550":{"pronunciation":"ek-dap-an-ah'-o","unicode":"ἐκδαπανάω","translit":"ekdapanáō","definition":"[ἐκδαπανάω] from {{g1537}} and {{g1159}}; to expend (wholly), i.e. (figuratively) exhaust","strongs_number":"g1550"},"g1551":{"pronunciation":"ek-dekh'-om-ahee","unicode":"ἐκδέχομαι","translit":"ekdéchomai","definition":"[ἐκδέχομαι] from {{g1537}} and {{g1209}}; to accept from some source, i.e. (by implication) to await","strongs_number":"g1551"},"g1552":{"pronunciation":"ek'-day-los","unicode":"ἔκδηλος","translit":"ékdēlos","definition":"[ἔκδηλος] from {{g1537}} and {{g1212}}; wholly evident","strongs_number":"g1552"},"g1553":{"pronunciation":"ek-day-meh'-o","unicode":"ἐκδημέω","translit":"ekdēméō","definition":"[ἐκδημέω] from a compound of {{g1537}} and {{g1218}}; to emigrate, i.e. (figuratively) vacate or quit","strongs_number":"g1553"},"g1554":{"pronunciation":"ek-did-o'-mee","unicode":"ἐκδίδωμι","translit":"ekdídōmi","definition":"[ἐκδίδωμι] from {{g1537}} and {{g1325}}; to give forth, i.e. (specially) to lease","strongs_number":"g1554"},"g1555":{"pronunciation":"ek-dee-ayg-eh'-om-ahee","unicode":"ἐκδιηγέομαι","translit":"ekdiēgéomai","definition":"[ἐκδιηγέομαι] from {{g1537}} and a compound of {{g1223}} and {{g2233}}; to narrate through wholly","strongs_number":"g1555"},"g1556":{"pronunciation":"ek-dik-eh'-o","unicode":"ἐκδικέω","translit":"ekdikéō","definition":"[ἐκδικέω] from {{g1558}}; to vindicate, retaliate, punish","strongs_number":"g1556"},"g1557":{"pronunciation":"ek-dik'-ay-sis","unicode":"ἐκδίκησις","translit":"ekdíkēsis","definition":"[ἐκδίκησις] from {{g1556}}; vindication, retribution","strongs_number":"g1557"},"g1558":{"pronunciation":"ek'-dik-os","unicode":"ἔκδικος","translit":"ékdikos","definition":"[ἔκδικος] from {{g1537}} and {{g1349}}; carrying justice out, i.e. a punisher","strongs_number":"g1558"},"g1559":{"pronunciation":"ek-dee-o'-ko","unicode":"ἐκδιώκω","translit":"ekdiṓkō","definition":"[ἐκδιώκω] from {{g1537}} and {{g1377}}; to pursue out, i.e. expel or persecute implacably","strongs_number":"g1559"},"g1560":{"pronunciation":"ek'-dot-os","unicode":"ἔκδοτος","translit":"ékdotos","definition":"[ἔκδοτος] from {{g1537}} and a derivative of {{g1325}}; given out or over, i.e. surrendered","strongs_number":"g1560"},"g1561":{"pronunciation":"ek-dokh-ay'","unicode":"ἐκδοχή","translit":"ekdochḗ","definition":"[ἐκδοχή] from {{g1551}}; expectation","strongs_number":"g1561"},"g1562":{"pronunciation":"ek-doo'-o","unicode":"ἐκδύω","translit":"ekdýō","definition":"[ἐκδύω] from {{g1537}} and the base of {{g1416}}; to cause to sink out of, i.e. (specially as of clothing) to divest","strongs_number":"g1562"},"g1563":{"pronunciation":"ek-i'","unicode":"ἐκεῖ","translit":"ekeî","definition":"[ἐκεῖ] of uncertain affinity; there; by extension, thither","strongs_number":"g1563"},"g1564":{"pronunciation":"ek-i'-then","unicode":"ἐκεῖθεν","translit":"ekeîthen","definition":"[ἐκεῖθεν] from {{g1563}}; thence","strongs_number":"g1564"},"g1565":{"pronunciation":"ek-i'-nos","unicode":"ἐκεῖνος","translit":"ekeînos","definition":"[ἐκεῖνος] from {{g1563}}; that one (or (neuter) thing); often intensified by the article prefixed See also {{g3778}}.","strongs_number":"g1565"},"g1566":{"pronunciation":"ek-i'-seh","unicode":"ἐκεῖσε","translit":"ekeîse","definition":"[ἐκεῖσε] from {{g1563}}; thither","strongs_number":"g1566"},"g1567":{"pronunciation":"ek-zay-teh'-o","unicode":"ἐκζητέω","translit":"ekzētéō","definition":"[ἐκζητέω] from {{g1537}} and {{g2212}}; to search out, i.e. (figuratively)investigate, crave, demand, (by Hebraism) worship","strongs_number":"g1567"},"g1568":{"pronunciation":"ek-tham-beh'-o","unicode":"ἐκθαμβέω","translit":"ekthambéō","definition":"[ἐκθαμβέω] from {{g1569}}; to astonish utterly","strongs_number":"g1568"},"g1569":{"pronunciation":"ek'-tham-bos","unicode":"ἔκθαμβος","translit":"ékthambos","definition":"[ἔκθαμβος] from {{g1537}} and {{g2285}}; utterly astounded","strongs_number":"g1569"},"g1570":{"pronunciation":"ek'-thet-os","unicode":"ἔκθετος","translit":"ékthetos","definition":"[ἔκθετος] from {{g1537}} and a derivative of {{g5087}}; put out, i.e. exposed to perish","strongs_number":"g1570"},"g1571":{"pronunciation":"ek-kath-ah'-ee-ro","unicode":"ἐκκαθαίρω","translit":"ekkathaírō","definition":"[ἐκκαθαίρω] from {{g1537}} and {{g2508}}; to cleanse thoroughly","strongs_number":"g1571"},"g1572":{"pronunciation":"ek-kah'-yo","unicode":"ἐκκαίω","translit":"ekkaíō","definition":"[ἐκκαίω] from {{g1537}} and {{g2545}}; to inflame deeply","strongs_number":"g1572"},"g1573":{"pronunciation":"ek-kak-eh'-o","unicode":"ἐκκακέω","translit":"ekkakéō","definition":"[ἐκκακέω] from {{g1537}} and {{g2556}}; to be (bad or) weak, i.e. (by implication) to fail (in heart)","strongs_number":"g1573"},"g1574":{"pronunciation":"ek-ken-teh'-o","unicode":"ἐκκεντέω","translit":"ekkentéō","definition":"[ἐκκεντέω] from {{g1537}} and the base of {{g2759}}; to transfix","strongs_number":"g1574"},"g1575":{"pronunciation":"ek-klah'-o","unicode":"ἐκκλάω","translit":"ekkláō","definition":"[ἐκκλάω] from {{g1537}} and {{g2806}}; to exscind","strongs_number":"g1575"},"g1576":{"pronunciation":"ek-kli'-o","unicode":"ἐκκλείω","translit":"ekkleíō","definition":"[ἐκκλείω] from {{g1537}} and {{g2808}}; to shut out (literally or figuratively)","strongs_number":"g1576"},"g1577":{"pronunciation":"ek-klay-see'-ah","unicode":"ἐκκλησία","translit":"ekklēsía","definition":"[ἐκκλησία] from a compound of {{g1537}} and a derivative of {{g2564}}; a calling out, i.e. (concretely) a popular meeting, especially a religious congregation (Jewish synagogue, or Christian community of members on earth or saints in heaven or both)","strongs_number":"g1577"},"g1578":{"pronunciation":"ek-klee'-no","unicode":"ἐκκλίνω","translit":"ekklínō","definition":"[ἐκκλίνω] from {{g1537}} and {{g2827}}; to deviate, i.e. (absolutely) to shun (literally or figuratively), or (relatively) to decline (from piety)","strongs_number":"g1578"},"g1579":{"pronunciation":"ek-kol-oom-bah'-o","unicode":"ἐκκολυμβάω","translit":"ekkolymbáō","definition":"[ἐκκολυμβάω] from {{g1537}} and {{g2860}}; to escape by swimming","strongs_number":"g1579"},"g1580":{"pronunciation":"ek-kom-id'-zo","unicode":"ἐκκομίζω","translit":"ekkomízō","definition":"[ἐκκομίζω] from {{g1537}} and {{g2865}}; to bear forth (to burial)","strongs_number":"g1580"},"g1581":{"pronunciation":"ek-kop'-to","unicode":"ἐκκόπτω","translit":"ekkóptō","definition":"[ἐκκόπτω] from {{g1537}} and {{g2875}}; to exscind; figuratively, to frustrate","strongs_number":"g1581"},"g1582":{"pronunciation":"ek-krem'-am-ahee","unicode":"ἐκκρέμαμαι","translit":"ekkrémamai","definition":"[ἐκκρέμαμαι] middle voice from {{g1537}} and {{g2910}}; to hang upon the lips of a speaker, i.e. listen closely","strongs_number":"g1582"},"g1583":{"pronunciation":"ek-lal-eh'-o","unicode":"ἐκλαλέω","translit":"eklaléō","definition":"[ἐκλαλέω] from {{g1537}} and {{g2980}}; to divulge","strongs_number":"g1583"},"g1584":{"pronunciation":"ek-lam'-po","unicode":"ἐκλάμπω","translit":"eklámpō","definition":"[ἐκλάμπω] from {{g1537}} and {{g2989}}; to be resplendent","strongs_number":"g1584"},"g1585":{"pronunciation":"ek-lan-than'-om-ahee","unicode":"ἐκλανθάνομαι","translit":"eklanthánomai","definition":"[ἐκλανθάνομαι] middle voice from {{g1537}} and {{g2990}}; to be utterly oblivious of","strongs_number":"g1585"},"g1586":{"pronunciation":"ek-leg'-om-ahee","unicode":"ἐκλέγομαι","translit":"eklégomai","definition":"[ἐκλέγομαι] middle voice from {{g1537}} and {{g3004}} (in its primary sense); to select","strongs_number":"g1586"},"g1587":{"pronunciation":"ek-li'-po","unicode":"ἐκλείπω","translit":"ekleípō","definition":"[ἐκλείπω] from {{g1537}} and {{g3007}}; to omit, i.e. (by implication) cease (die)","strongs_number":"g1587"},"g1588":{"pronunciation":"ek-lek-tos'","unicode":"ἐκλεκτός","translit":"eklektós","definition":"[ἐκλεκτός] from {{g1586}}; select; by implication, favorite","strongs_number":"g1588"},"g1589":{"pronunciation":"ek-log-ay'","unicode":"ἐκλογή","translit":"eklogḗ","definition":"[ἐκλογή] from {{g1586}}; (divine) selection (abstractly or concretely)","strongs_number":"g1589"},"g1590":{"pronunciation":"ek-loo'-o","unicode":"ἐκλύω","translit":"eklýō","definition":"[ἐκλύω] from {{g1537}} and {{g3089}}; to relax (literally or figuratively)","strongs_number":"g1590"},"g1591":{"pronunciation":"ek-mas'-so","unicode":"ἐκμάσσω","translit":"ekmássō","definition":"[ἐκμάσσω] from {{g1537}} and the base of {{g3145}}; to knead out, i.e. (by analogy) to wipe dry","strongs_number":"g1591"},"g1592":{"pronunciation":"ek-mook-ter-id'-zo","unicode":"ἐκμυκτηρίζω","translit":"ekmyktērízō","definition":"[ἐκμυκτηρίζω] from {{g1537}} and {{g3456}}; to sneer outright at","strongs_number":"g1592"},"g1593":{"pronunciation":"ek-nyoo'-o","unicode":"ἐκνεύω","translit":"ekneúō","definition":"[ἐκνεύω] from {{g1537}} and {{g3506}}; (by analogy) to slip off, i.e. quietly withdraw","strongs_number":"g1593"},"g1594":{"pronunciation":"ek-nay'-fo","unicode":"ἐκνήφω","translit":"eknḗphō","definition":"[ἐκνήφω] from {{g1537}} and {{g3525}}; (figuratively) to rouse (oneself) out of stupor","strongs_number":"g1594"},"g1595":{"pronunciation":"hek-oo'-see-on","unicode":"ἑκούσιον","translit":"hekoúsion","definition":"[ἑκούσιον] neuter of a derivative from {{g1635}}; voluntariness","strongs_number":"g1595"},"g1596":{"pronunciation":"hek-oo-see'-ose","unicode":"ἑκουσίως","translit":"hekousíōs","definition":"[ἑκουσίως] adverb from the same as {{g1595}}; voluntarily","strongs_number":"g1596"},"g1597":{"pronunciation":"eh'-pal-ahee","unicode":"ἔκπαλαι","translit":"ékpalai","definition":"[ἔκπαλαι] from {{g1537}} and {{g3819}}; long ago, for a long while","strongs_number":"g1597"},"g1598":{"pronunciation":"ek-pi-rad'-zo","unicode":"ἐκπειράζω","translit":"ekpeirázō","definition":"[ἐκπειράζω] from {{g1537}} and {{g3985}}; to test thoroughly","strongs_number":"g1598"},"g1599":{"pronunciation":"ek-pem'-po","unicode":"ἐκπέμπω","translit":"ekpémpō","definition":"[ἐκπέμπω] from {{g1537}} and {{g3992}}; to despatch","strongs_number":"g1599"},"g1600":{"pronunciation":"ek-pet-an'-noo-mee","unicode":"ἐκπετάννυμι","translit":"ekpetánnymi","definition":"[ἐκπετάννυμι] from {{g1537}} and a form of {{g4072}}; to fly out, i.e. (by analogy) to extend","strongs_number":"g1600"}}
@@ -0,0 +1 @@
1
+ {"g1601":{"pronunciation":"ek-pip'-to","unicode":"ἐκπίπτω","translit":"ekpíptō","definition":"[ἐκπίπτω] from {{g1537}} and {{g4098}}; to drop away; specially, be driven out of one's course; figuratively, to lose, become inefficient","strongs_number":"g1601"},"g1602":{"pronunciation":"ek-pleh'-o","unicode":"ἐκπλέω","translit":"ekpléō","definition":"[ἐκπλέω] from {{g1537}} and {{g4126}}; to depart by ship","strongs_number":"g1602"},"g1603":{"pronunciation":"ek-play-ro'-o","unicode":"ἐκπληρόω","translit":"ekplēróō","definition":"[ἐκπληρόω] from {{g1537}} and {{g4137}}; to accomplish entirely","strongs_number":"g1603"},"g1604":{"pronunciation":"ek-play'-ro-sis","unicode":"ἐκπλήρωσις","translit":"ekplḗrōsis","definition":"[ἐκπλήρωσις] from {{g1603}}; completion","strongs_number":"g1604"},"g1605":{"pronunciation":"ek-place'-so","unicode":"ἐκπλήσσω","translit":"ekplḗssō","definition":"[ἐκπλήσσω] from {{g1537}} and {{g4141}}; to strike with astonishment","strongs_number":"g1605"},"g1606":{"pronunciation":"ek-pneh'-o","unicode":"ἐκπνέω","translit":"ekpnéō","definition":"[ἐκπνέω] from {{g1537}} and {{g4154}}; to expire","strongs_number":"g1606"},"g1607":{"pronunciation":"ek-por-yoo'-om-ahee","unicode":"ἐκπορεύομαι","translit":"ekporeúomai","definition":"[ἐκπορεύομαι] from {{g1537}} and {{g4198}}; to depart, be discharged, proceed, project","strongs_number":"g1607"},"g1608":{"pronunciation":"ek-porn-yoo'-o","unicode":"ἐκπορνεύω","translit":"ekporneúō","definition":"[ἐκπορνεύω] from {{g1537}} and {{g4203}}; to be utterly unchaste","strongs_number":"g1608"},"g1609":{"pronunciation":"ek-ptoo'-o","unicode":"ἐκπτύω","translit":"ekptýō","definition":"[ἐκπτύω] from {{g1537}} and {{g4429}}; to spit out, i.e. (figuratively) spurn","strongs_number":"g1609"},"g1610":{"pronunciation":"ek-rid-zo'-o","unicode":"ἐκριζόω","translit":"ekrizóō","definition":"[ἐκριζόω] from {{g1537}} and {{g4492}}; to uproot","strongs_number":"g1610"},"g1611":{"pronunciation":"ek'-stas-is","unicode":"ἔκστασις","translit":"ékstasis","definition":"[ἔκστασις] from {{g1839}}; a displacement of the mind, i.e. bewilderment, \"ecstasy\"","strongs_number":"g1611"},"g1612":{"pronunciation":"ek-stref'-o","unicode":"ἐκστρέφω","translit":"ekstréphō","definition":"[ἐκστρέφω] from {{g1537}} and {{g4762}}; to pervert (figuratively)","strongs_number":"g1612"},"g1613":{"pronunciation":"ek-tar-as'-so","unicode":"ἐκταράσσω","translit":"ektarássō","definition":"[ἐκταράσσω] from {{g1537}} and {{g5015}}; to disturb wholly","strongs_number":"g1613"},"g1614":{"pronunciation":"ek-ti'-no","unicode":"ἐκτείνω","translit":"ekteínō","definition":"[ἐκτείνω] from {{g1537}} and teino (to stretch); to extend","strongs_number":"g1614"},"g1615":{"pronunciation":"ek-tel-eh'-o","unicode":"ἐκτελέω","translit":"ekteléō","definition":"[ἐκτελέω] from {{g1537}} and {{g5055}}; to complete fully","strongs_number":"g1615"},"g1616":{"pronunciation":"ek-ten'-i-ah","unicode":"ἐκτένεια","translit":"ekténeia","definition":"[ἐκτένεια] from {{g1618}}; intentness","strongs_number":"g1616"},"g1617":{"pronunciation":"ek-ten-es'-ter-on","unicode":"ἐκτενέστερον","translit":"ektenésteron","definition":"[ἐκτενέστερον] neuter of the comparative of {{g1618}}; more intently","strongs_number":"g1617"},"g1618":{"pronunciation":"ek-ten-ace'","unicode":"ἐκτενής","translit":"ektenḗs","definition":"[ἐκτενής] from {{g1614}}; intent","strongs_number":"g1618"},"g1619":{"pronunciation":"ek-ten-oce'","unicode":"ἐκτενῶς","translit":"ektenōs","definition":"[ἐκτενῶς] adverb from {{g1618}}; intently","strongs_number":"g1619"},"g1620":{"pronunciation":"ek-tith'-ay-mee","unicode":"ἐκτίθημι","translit":"ektíthēmi","definition":"[ἐκτίθημι] from {{g1537}} and {{g5087}}; to expose; figuratively, to declare","strongs_number":"g1620"},"g1621":{"pronunciation":"ek-tin-as'-so","unicode":"ἐκτινάσσω","translit":"ektinássō","definition":"[ἐκτινάσσω] from {{g1537}} and tinasso (to swing); to shake violently","strongs_number":"g1621"},"g1622":{"pronunciation":"ek-tos'","unicode":"ἐκτός","translit":"ektós","definition":"[ἐκτός] from {{g1537}}; the exterior; figuratively (as a preposition) aside from, besides","strongs_number":"g1622"},"g1623":{"pronunciation":"hek'-tos","unicode":"ἕκτος","translit":"héktos","definition":"[ἕκτος] ordinal from {{g1803}}; sixth","strongs_number":"g1623"},"g1624":{"pronunciation":"ek-trep'-o","unicode":"ἐκτρέπω","translit":"ektrépō","definition":"[ἐκτρέπω] from {{g1537}} and the base of {{g5157}}; to deflect, i.e. turn away (literally or figuratively)","strongs_number":"g1624"},"g1625":{"pronunciation":"ek-tref'-o","unicode":"ἐκτρέφω","translit":"ektréphō","definition":"[ἐκτρέφω] from {{g1537}} and {{g5142}}; to rear up to maturity, i.e. (genitive case) to cherish or train","strongs_number":"g1625"},"g1626":{"pronunciation":"ek'-tro-mah","unicode":"ἔκτρωμα","translit":"éktrōma","definition":"[ἔκτρωμα] from a comparative of {{g1537}} and τιτρώσκω (to wound); a miscarriage (abortion), i.e. (by analogy) untimely birth","strongs_number":"g1626"},"g1627":{"pronunciation":"ek-fer'-o","unicode":"ἐκφέρω","translit":"ekphérō","definition":"[ἐκφέρω] from {{g1537}} and {{g5342}}; to bear out (literally or figuratively)","strongs_number":"g1627"},"g1628":{"pronunciation":"ek-fyoo'-go","unicode":"ἐκφεύγω","translit":"ekpheúgō","definition":"[ἐκφεύγω] from {{g1537}} and {{g5343}}; to flee out","strongs_number":"g1628"},"g1629":{"pronunciation":"ek-fob-eh'-o","unicode":"ἐκφοβέω","translit":"ekphobéō","definition":"[ἐκφοβέω] from {{g1537}} and {{g5399}}; to frighten utterly","strongs_number":"g1629"},"g1630":{"pronunciation":"ek'-fob-os","unicode":"ἔκφοβος","translit":"ékphobos","definition":"[ἔκφοβος] from {{g1537}} and {{g5401}}; frightened out of one's wits","strongs_number":"g1630"},"g1631":{"pronunciation":"ek-foo'-o","unicode":"ἐκφύω","translit":"ekphýō","definition":"[ἐκφύω] from {{g1537}} and {{g5453}}; to sprout up","strongs_number":"g1631"},"g1632":{"pronunciation":"ek-kheh'-o","unicode":"ἐκχέω","translit":"ekchéō","definition":"[ἐκχέω] , or (by variation) ἐκχύνωfrom {{g1537}} and χέω (to pour); to pour forth; figuratively, to bestow","strongs_number":"g1632"},"g1633":{"pronunciation":"ek-kho-reh'-o","unicode":"ἐκχωρέω","translit":"ekchōréō","definition":"[ἐκχωρέω] from {{g1537}} and {{g5562}}; to depart","strongs_number":"g1633"},"g1634":{"pronunciation":"ek-psoo'-kho","unicode":"ἐκψύχω","translit":"ekpsýchō","definition":"[ἐκψύχω] from {{g1537}} and {{g5594}}; to expire","strongs_number":"g1634"},"g1635":{"pronunciation":"hek-own'","unicode":"ἑκών","translit":"hekṓn","definition":"[ἑκών] of uncertain affinity; voluntary","strongs_number":"g1635"},"g1636":{"pronunciation":"el-ah'-yah","unicode":"ἐλαία","translit":"elaía","definition":"[ἐλαία] feminine of a presumed derivative from an obsolete primary; an olive (the tree or the fruit)","strongs_number":"g1636"},"g1637":{"pronunciation":"el'-ah-yon","unicode":"ἔλαιον","translit":"élaion","definition":"[ἔλαιον] neuter of the same as {{g1636}}; olive oil","strongs_number":"g1637"},"g1638":{"pronunciation":"el-ah-yone'","unicode":"ἐλαιών","translit":"elaiṓn","definition":"[ἐλαιών] from {{g1636}}; an olive-orchard, i.e. (specially) the Mount of Olives","strongs_number":"g1638"},"g1639":{"pronunciation":"el-am-ee'-tace","unicode":"Ἐλαμίτης","translit":"Elamítēs","definition":"[Ἐλαμίτης] of Hebrew origin ({{h5867}}); an Elamite or Persian","strongs_number":"g1639"},"g1640":{"pronunciation":"el-as'-sone","unicode":"ἐλάσσων","translit":"elássōn","definition":"[ἐλάσσων] or ἐλάττωνcomparative of the same as {{g1646}}; smaller (in size, quantity, age or quality)","strongs_number":"g1640"},"g1641":{"pronunciation":"el-at-ton-eh-o","unicode":"ἐλαττονέω","translit":"elattonéō","definition":"[ἐλαττονέω] from {{g1640}}; to diminish, i.e. fall short","strongs_number":"g1641"},"g1642":{"pronunciation":"el-at-to'-o","unicode":"ἐλαττόω","translit":"elattóō","definition":"[ἐλαττόω] from {{g1640}}; to lessen (in rank or influence)","strongs_number":"g1642"},"g1643":{"pronunciation":"el-ow'-no","unicode":"ἐλαύνω","translit":"elaúnō","definition":"[ἐλαύνω] a prolonged form of a primary verb (obsolete except in certain tenses as an alternative of this) of uncertain affinity; to push (as wind, oars or dæmonical power)","strongs_number":"g1643"},"g1644":{"pronunciation":"el-af-ree'-ah","unicode":"ἐλαφρία","translit":"elaphría","definition":"[ἐλαφρία] from {{g1645}}; levity (figuratively), i.e. fickleness","strongs_number":"g1644"},"g1645":{"pronunciation":"el-af-ros'","unicode":"ἐλαφρός","translit":"elaphrós","definition":"[ἐλαφρός] probably akin to {{g1643}} and the base of {{g1640}}; light, i.e. easy","strongs_number":"g1645"},"g1646":{"pronunciation":"el-akh'-is-tos","unicode":"ἐλάχιστος","translit":"eláchistos","definition":"[ἐλάχιστος] superlative of ἔλαχυς (short); used as equivalent to {{g3398}}; least (in size, amount, dignity, etc.)","strongs_number":"g1646"},"g1647":{"pronunciation":"el-akh-is-tot'-er-os","unicode":"ἐλαχιστότερος","translit":"elachistóteros","definition":"[ἐλαχιστότερος] comparative of {{g1646}}; far less","strongs_number":"g1647"},"g1648":{"pronunciation":"el-eh-ad'-zar","unicode":"Ἐλεάζαρ","translit":"Eleázar","definition":"[Ἐλεάζαρ] of Hebrew origin ({{h499}}); Eleazar, an Israelite","strongs_number":"g1648"},"g1649":{"pronunciation":"el'-eng-xis","unicode":"ἔλεγξις","translit":"élenxis","definition":"[ἔλεγξις] from {{g1651}}; refutation, i.e. reproof","strongs_number":"g1649"},"g1650":{"pronunciation":"el'-eng-khos","unicode":"ἔλεγχος","translit":"élenchos","definition":"[ἔλεγχος] from {{g1651}}; proof, conviction","strongs_number":"g1650"},"g1651":{"pronunciation":"el-eng'-kho","unicode":"ἐλέγχω","translit":"elénchō","definition":"[ἐλέγχω] of uncertain affinity; to confute, admonish","strongs_number":"g1651"},"g1652":{"pronunciation":"el-eh-i-nos'","unicode":"ἐλεεινός","translit":"eleeinós","definition":"[ἐλεεινός] from {{g1656}}; pitiable","strongs_number":"g1652"},"g1653":{"pronunciation":"el-eh-eh'-o","unicode":"ἐλεέω","translit":"eleéō","definition":"[ἐλεέω] from {{g1656}}; to compassionate (by word or deed, specially, by divine grace)","strongs_number":"g1653"},"g1654":{"pronunciation":"el-eh-ay-mos-oo'-nay","unicode":"ἐλεημοσύνη","translit":"eleēmosýnē","definition":"[ἐλεημοσύνη] from {{g1656}}; compassionateness, i.e. (as exercised towards the poor) beneficence, or (concretely) a benefaction","strongs_number":"g1654"},"g1655":{"pronunciation":"el-eh-ay'-mone","unicode":"ἐλεήμων","translit":"eleḗmōn","definition":"[ἐλεήμων] from {{g1653}}; compassionate (actively)","strongs_number":"g1655"},"g1656":{"pronunciation":"el'-eh-os","unicode":"ἔλεος","translit":"éleos","definition":"[ἔλεος] of uncertain affinity; compassion (human or divine, especially active)","strongs_number":"g1656"},"g1657":{"pronunciation":"el-yoo-ther-ee'-ah","unicode":"ἐλευθερία","translit":"eleuthería","definition":"[ἐλευθερία] from {{g1658}}; freedom (legitimate or licentious, chiefly moral or ceremonial)","strongs_number":"g1657"},"g1658":{"pronunciation":"el-yoo'-ther-os","unicode":"ἐλεύθερος","translit":"eleútheros","definition":"[ἐλεύθερος] probably from the alternate of {{g2064}}; unrestrained (to go at pleasure), i.e. (as a citizen) not a slave (whether freeborn or manumitted), or (genitive case) exempt (from obligation or liability)","strongs_number":"g1658"},"g1659":{"pronunciation":"el-yoo-ther-o'-o","unicode":"ἐλευθερόω","translit":"eleutheróō","definition":"[ἐλευθερόω] from {{g1658}}; to liberate, i.e. (figuratively) to exempt (from moral, ceremonial or mortal liability)","strongs_number":"g1659"},"g1660":{"pronunciation":"el'-yoo-sis","unicode":"ἔλευσις","translit":"éleusis","definition":"[ἔλευσις] from the alternate of {{g2064}}; an advent","strongs_number":"g1660"},"g1661":{"pronunciation":"el-ef-an'-tee-nos","unicode":"ἐλεφάντινος","translit":"elephántinos","definition":"[ἐλεφάντινος] from ἔλεφας (an \"elephant\"); elephantine, i.e. (by implication) composed of ivory","strongs_number":"g1661"},"g1662":{"pronunciation":"el-ee-ak-ime'","unicode":"Ἐλιακείμ","translit":"Eliakeím","definition":"[Ἐλιακείμ] of Hebrew origin ({{h471}}); Eliakim, an Israelite","strongs_number":"g1662"},"g1663":{"pronunciation":"el-ee-ed'-zer","unicode":"Ἐλιέζερ","translit":"Eliézer","definition":"[Ἐλιέζερ] of Hebrew origin ({{h461}}); Eliezer, an Israelite","strongs_number":"g1663"},"g1664":{"pronunciation":"el-ee-ood'","unicode":"Ἐλιούδ","translit":"Elioúd","definition":"[Ἐλιούδ] of Hebrew origin ({{h410}} and {{h1935}}); God of majesty; Eliud, an Israelite","strongs_number":"g1664"},"g1665":{"pronunciation":"el-ee-sab'-et","unicode":"Ἐλισάβετ","translit":"Elisábet","definition":"[Ἐλισάβετ] of Hebrew origin ({{h472}}); Elisabet, an Israelitess","strongs_number":"g1665"},"g1666":{"pronunciation":"el-is-sah'-yos","unicode":"Ἐλισσαῖος","translit":"Elissaîos","definition":"[Ἐλισσαῖος] of Hebrew origin ({{h477}}); Elissæus, an Israelite","strongs_number":"g1666"},"g1667":{"pronunciation":"hel-is'-so","unicode":"ἑλίσσω","translit":"helíssō","definition":"[ἑλίσσω] a form of {{g1507}}; to coil or wrap","strongs_number":"g1667"},"g1668":{"pronunciation":"hel'-kos","unicode":"ἕλκος","translit":"hélkos","definition":"[ἕλκος] probably from {{g1670}}; an ulcer (as if drawn together)","strongs_number":"g1668"},"g1669":{"pronunciation":"hel-ko'-o","unicode":"ἑλκόω","translit":"helkóō","definition":"[ἑλκόω] from {{g1668}}; to cause to ulcerate, i.e. (passively) be ulcerous","strongs_number":"g1669"},"g1670":{"pronunciation":"hel-koo'-o","unicode":"ἑλκύω","translit":"helkýō","definition":"[ἑλκύω] or ἕλκω; probably akin to {{g138}}; to drag (literally or figuratively) Compare {{g1667}}.","strongs_number":"g1670"},"g1671":{"pronunciation":"hel-las'","unicode":"Ἑλλάς","translit":"Hellás","definition":"[Ἑλλάς] of uncertain affinity; Hellas (or Greece), a country of Europe","strongs_number":"g1671"},"g1672":{"pronunciation":"hel'-lane","unicode":"Ἕλλην","translit":"Héllēn","definition":"[Ἕλλην] from {{g1671}}; a Hellen (Grecian) or inhabitant of Hellas; by extension a Greek-speaking person, especially a non-Jew","strongs_number":"g1672"},"g1673":{"pronunciation":"hel-lay-nee-kos'","unicode":"Ἑλληνικός","translit":"Hellēnikós","definition":"[Ἑλληνικός] from {{g1672}}; Hellenic, i.e. Grecian (in language)","strongs_number":"g1673"},"g1674":{"pronunciation":"hel-lay-nis'","unicode":"Ἑλληνίς","translit":"Hellēnís","definition":"[Ἑλληνίς] feminine of {{g1672}}; a Grecian (i.e. non-Jewish) woman","strongs_number":"g1674"},"g1675":{"pronunciation":"hel-lay-nis-tace'","unicode":"Ἑλληνιστής","translit":"Hellēnistḗs","definition":"[Ἑλληνιστής] from a derivative of {{g1672}}; a Hellenist or Greek-speaking Jew","strongs_number":"g1675"},"g1676":{"pronunciation":"hel-lay-nis-tee'","unicode":"Ἑλληνιστί","translit":"Hellēnistí","definition":"[Ἑλληνιστί] adverb from the same as {{g1675}}; Hellenistically, i.e. in the Grecian language","strongs_number":"g1676"},"g1677":{"pronunciation":"el-log-eh'-o","unicode":"ἐλλογέω","translit":"ellogéō","definition":"[ἐλλογέω] from {{g1722}} and {{g3056}} (in the sense of account); to reckon in, i.e. attribute","strongs_number":"g1677"},"g1678":{"pronunciation":"el-mo-dam'","unicode":"Ἐλμωδάμ","translit":"Elmōdám","definition":"[Ἐλμωδάμ] of Hebrew origin (perhaps for {{h486}}); Elmodam, an Israelite","strongs_number":"g1678"},"g1679":{"pronunciation":"el-pid'-zo","unicode":"ἐλπίζω","translit":"elpízō","definition":"[ἐλπίζω] from {{g1680}}; to expect or confide","strongs_number":"g1679"},"g1680":{"pronunciation":"el-pece'","unicode":"ἐλπίς","translit":"elpís","definition":"[ἐλπίς] from a primary ἔλπω (to anticipate, usually with pleasure); expectation (abstractly or concretely) or confidence","strongs_number":"g1680"},"g1681":{"pronunciation":"el-oo'-mas","unicode":"Ἐλύμας","translit":"Elýmas","definition":"[Ἐλύμας] of foreign origin; Elymas, a wizard","strongs_number":"g1681"},"g1682":{"pronunciation":"el-o-ee'","unicode":"ἐλοΐ","translit":"eloḯ","definition":"[ἐλοΐ] of Chaldean origin ({{h426}} with pronominal suffix) my God","strongs_number":"g1682"},"g1683":{"pronunciation":"em-ow-too'","unicode":"ἐμαυτοῦ","translit":"emautoû","definition":"[ἐμαυτοῦ] genitive case compound of {{g1700}} and {{g846}}; of myself so likewise the dative case ἐμαυτῷ, and accusative case ἐμαυτόν","strongs_number":"g1683"},"g1684":{"pronunciation":"em-ba'-hee-no","unicode":"ἐμβαίνω","translit":"embaínō","definition":"[ἐμβαίνω] from {{g1722}} and the base of {{g939}}; to walk on, i.e. embark (aboard a vessel), reach (a pool)","strongs_number":"g1684"},"g1685":{"pronunciation":"em-bal'-lo","unicode":"ἐμβάλλω","translit":"embállō","definition":"[ἐμβάλλω] from {{g1722}} and {{g906}}; to throw on, i.e. (figuratively) subject to (eternal punishment)","strongs_number":"g1685"},"g1686":{"pronunciation":"em-bap'-to","unicode":"ἐμβάπτω","translit":"embáptō","definition":"[ἐμβάπτω] from {{g1722}} and {{g911}}; to whelm on, i.e. wet (a part of the person, etc.) by contact with a fluid","strongs_number":"g1686"},"g1687":{"pronunciation":"em-bat-yoo'-o","unicode":"ἐμβατεύω","translit":"embateúō","definition":"[ἐμβατεύω] from {{g1722}} and a presumed derivative of the base of {{g939}}; equivalent to {{g1684}}; to intrude on (figuratively)","strongs_number":"g1687"},"g1688":{"pronunciation":"em-bib-ad'-zo","unicode":"ἐμβιβάζω","translit":"embibázō","definition":"[ἐμβιβάζω] from {{g1722}} and βιβάζω (to mount; causative of {{g1684}}); to place on, i.e. transfer (aboard a vessel)","strongs_number":"g1688"},"g1689":{"pronunciation":"em-blep'-o","unicode":"ἐμβλέπω","translit":"emblépō","definition":"[ἐμβλέπω] from {{g1722}} and {{g991}}; to look on, i.e. (relatively) to observe fixedly, or (absolutely) to discern clearly","strongs_number":"g1689"},"g1690":{"pronunciation":"em-brim-ah'-om-ahee","unicode":"ἐμβριμάομαι","translit":"embrimáomai","definition":"[ἐμβριμάομαι] from {{g1722}} and βριμάομαι (to snort with anger); to have indignation on, i.e. (transitively) to blame, (intransitively) to sigh with chagrin, (specially) to sternly enjoin","strongs_number":"g1690"},"g1691":{"pronunciation":"em-eh'","unicode":"ἐμέ","translit":"emé","definition":"[ἐμέ] a prolonged form of {{g3165}}; me","strongs_number":"g1691"},"g1692":{"pronunciation":"em-eh'-o","unicode":"ἐμέω","translit":"eméō","definition":"[ἐμέω] of uncertain affinity; to vomit","strongs_number":"g1692"},"g1693":{"pronunciation":"em-mah'-ee-nom-ahee","unicode":"ἐμμαίνομαι","translit":"emmaínomai","definition":"[ἐμμαίνομαι] from {{g1722}} and {{g3105}}; to rave on, i.e. rage at","strongs_number":"g1693"},"g1694":{"pronunciation":"em-man-oo-ale'","unicode":"Ἐμμανουήλ","translit":"Emmanouḗl","definition":"[Ἐμμανουήλ] of Hebrew origin ({{h6005}}); God with us; Emmanuel, a name of Christ","strongs_number":"g1694"},"g1695":{"pronunciation":"em-mah-ooce'","unicode":"Ἐμμαούς","translit":"Emmaoús","definition":"[Ἐμμαούς] probably of Hebrew origin (compare {{h3222}}); Emmaus, a place in Palestine","strongs_number":"g1695"},"g1696":{"pronunciation":"em-men'-o","unicode":"ἐμμένω","translit":"emménō","definition":"[ἐμμένω] from {{g1722}} and {{g3306}}; to stay in the same place, i.e. (figuratively) persevere","strongs_number":"g1696"},"g1697":{"pronunciation":"em-mor'","unicode":"Ἐμμόρ","translit":"Emmór","definition":"[Ἐμμόρ] of Hebrew origin ({{h2544}}); Emmor (i.e. Chamor), a Canaanite","strongs_number":"g1697"},"g1698":{"pronunciation":"em-oy'","unicode":"ἐμοί","translit":"emoí","definition":"[ἐμοί] a prolonged form of {{g3427}}; to me","strongs_number":"g1698"},"g1699":{"pronunciation":"em-os'","unicode":"ἐμός","translit":"emós","definition":"[ἐμός] from the oblique cases of {{g1473}} ({{g1698}}, {{g1700}}, {{g1691}}); my","strongs_number":"g1699"},"g1700":{"pronunciation":"em-oo'","unicode":"ἐμοῦ","translit":"emoû","definition":"[ἐμοῦ] a prolonged form of {{g3449}}; of me","strongs_number":"g1700"}}