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
+ {"g1701":{"pronunciation":"emp-aheeg-mos'","unicode":"ἐμπαιγμός","translit":"empaigmós","definition":"[ἐμπαιγμός] from {{g1702}}; derision","strongs_number":"g1701"},"g1702":{"pronunciation":"emp-aheed'-zo","unicode":"ἐμπαίζω","translit":"empaízō","definition":"[ἐμπαίζω] from {{g1722}} and {{g3815}}; to jeer at, i.e. deride","strongs_number":"g1702"},"g1703":{"pronunciation":"emp-aheek-tace'","unicode":"ἐμπαίκτης","translit":"empaíktēs","definition":"[ἐμπαίκτης] from {{g1702}}; a derider, i.e. (by implication) a false teacher","strongs_number":"g1703"},"g1704":{"pronunciation":"em-per-ee-pat-eh'-o","unicode":"ἐμπεριπατέω","translit":"emperipatéō","definition":"[ἐμπεριπατέω] from {{g1722}} and {{g4043}}; to perambulate on a place, i.e. (figuratively) to be occupied among persons","strongs_number":"g1704"},"g1705":{"pronunciation":"em-pip'-lay-mee","unicode":"ἐμπίπλημι","translit":"empíplēmi","definition":"[ἐμπίπλημι] or ἐμπλήθωfrom {{g1722}} and the base of {{g4118}};to fill in (up), i.e. (by implication) to satisfy (literally or figuratively)","strongs_number":"g1705"},"g1706":{"pronunciation":"em-pip'-to","unicode":"ἐμπίπτω","translit":"empíptō","definition":"[ἐμπίπτω] from {{g1722}} and {{g4098}}; to fall on, i.e. (literally) to be entrapped by, or (figuratively) be overwhelmed with","strongs_number":"g1706"},"g1707":{"pronunciation":"em-plek'-o","unicode":"ἐμπλέκω","translit":"emplékō","definition":"[ἐμπλέκω] from {{g1722}} and {{g4120}}; to entwine, i.e. (figuratively) involve with","strongs_number":"g1707"},"g1708":{"pronunciation":"em-plok-ay'","unicode":"ἐμπλοκή","translit":"emplokḗ","definition":"[ἐμπλοκή] from {{g1707}}; elaborate braiding of the hair","strongs_number":"g1708"},"g1709":{"pronunciation":"emp-neh'-o","unicode":"ἐμπνέω","translit":"empnéō","definition":"[ἐμπνέω] from {{g1722}} and {{g4154}}; to inhale, i.e. (figuratively) to be animated by (bent upon)","strongs_number":"g1709"},"g1710":{"pronunciation":"em-por-yoo'-om-ahee","unicode":"ἐμπορεύομαι","translit":"emporeúomai","definition":"[ἐμπορεύομαι] from {{g1722}} and {{g4198}}; to travel in (a country as a pedlar), i.e. (by implication) to trade","strongs_number":"g1710"},"g1711":{"pronunciation":"em-por-ee'-ah","unicode":"ἐμπορία","translit":"emporía","definition":"[ἐμπορία] feminine from {{g1713}}; traffic","strongs_number":"g1711"},"g1712":{"pronunciation":"em-por'-ee-on","unicode":"ἐμπόριον","translit":"empórion","definition":"[ἐμπόριον] neuter from {{g1713}}; a mart (\"emporium\")","strongs_number":"g1712"},"g1713":{"pronunciation":"em'-por-os","unicode":"ἔμπορος","translit":"émporos","definition":"[ἔμπορος] from {{g1722}} and the base of {{g4198}}; a (wholesale) tradesman","strongs_number":"g1713"},"g1714":{"pronunciation":"em-pray'-tho","unicode":"ἐμπρήθω","translit":"emprḗthō","definition":"[ἐμπρήθω] from {{g1722}} and πρήθω (to blow a flame); to enkindle, i.e. set on fire","strongs_number":"g1714"},"g1715":{"pronunciation":"em'-pros-then","unicode":"ἔμπροσθεν","translit":"émprosthen","definition":"[ἔμπροσθεν] from {{g1722}} and {{g4314}}; in front of (in place (literally or figuratively) or time)","strongs_number":"g1715"},"g1716":{"pronunciation":"emp-too'-o","unicode":"ἐμπτύω","translit":"emptýō","definition":"[ἐμπτύω] from {{g1722}} and {{g4429}}; to spit at or on","strongs_number":"g1716"},"g1717":{"pronunciation":"em-fan-ace'","unicode":"ἐμφανής","translit":"emphanḗs","definition":"[ἐμφανής] from a compound of {{g1722}} and {{g5316}}; apparent in self","strongs_number":"g1717"},"g1718":{"pronunciation":"em-fan-id'-zo","unicode":"ἐμφανίζω","translit":"emphanízō","definition":"[ἐμφανίζω] from {{g1717}}; to exhibit (in person) or disclose (by words)","strongs_number":"g1718"},"g1719":{"pronunciation":"em'-fob-os","unicode":"ἔμφοβος","translit":"émphobos","definition":"[ἔμφοβος] from {{g1722}} and {{g5401}}; in fear, i.e. alarmed","strongs_number":"g1719"},"g1720":{"pronunciation":"em-foo-sah'-o","unicode":"ἐμφυσάω","translit":"emphysáō","definition":"[ἐμφυσάω] from {{g1722}} and φυσάω (to puff) (compare {{g5453}}); to blow at or on","strongs_number":"g1720"},"g1721":{"pronunciation":"em'-foo-tos","unicode":"ἔμφυτος","translit":"émphytos","definition":"[ἔμφυτος] from {{g1722}} and a derivative of {{g5453}}; implanted (figuratively)","strongs_number":"g1721"},"g1722":{"pronunciation":"en","unicode":"ἐν","translit":"en","definition":"[ἐν] a primary preposition denoting (fixed) position (in place, time or state), and (by implication) instrumentality (medially or constructively), i.e. a relation of rest (intermediate between {{g1519}} and {{g1537}}); \"in,\" at, (up-)on, by, etc. Often used in compounds, with substantially the same import; rarely with verbs of motion, and then not to indicate direction, except (elliptically) by a separate (and different) preposition.","strongs_number":"g1722"},"g1723":{"pronunciation":"en-ang-kal-id'-zom-ahee","unicode":"ἐναγκαλίζομαι","translit":"enankalízomai","definition":"[ἐναγκαλίζομαι] from {{g1722}} and a derivative of {{g43}}; to take in one's arms, i.e. embrace","strongs_number":"g1723"},"g1724":{"pronunciation":"en-al'-ee-os","unicode":"ἐνάλιος","translit":"enálios","definition":"[ἐνάλιος] from {{g1722}} and {{g251}}; in the sea, i.e. marine","strongs_number":"g1724"},"g1725":{"pronunciation":"en'-an-tee","unicode":"ἔναντι","translit":"énanti","definition":"[ἔναντι] from {{g1722}} and {{g473}}; in front (i.e. figuratively, presence) of","strongs_number":"g1725"},"g1726":{"pronunciation":"en-an-tee'-on","unicode":"ἐναντίον","translit":"enantíon","definition":"[ἐναντίον] neuter of {{g1727}}; (adverbially) in the presence (view) of","strongs_number":"g1726"},"g1727":{"pronunciation":"en-an-tee'-os","unicode":"ἐναντίος","translit":"enantíos","definition":"[ἐναντίος] from {{g1725}}; opposite; figuratively, antagonistic","strongs_number":"g1727"},"g1728":{"pronunciation":"en-ar'-khom-ahee","unicode":"ἐνάρχομαι","translit":"enárchomai","definition":"[ἐνάρχομαι] from {{g1722}} and {{g756}}; to commence on","strongs_number":"g1728"},"g1729":{"pronunciation":"en-deh-ace'","unicode":"ἐνδεής","translit":"endeḗs","definition":"[ἐνδεής] from a compound of {{g1722}} and {{g1210}} (in the sense of lacking); deficient in","strongs_number":"g1729"},"g1730":{"pronunciation":"en'-dighe-mah","unicode":"ἔνδειγμα","translit":"éndeigma","definition":"[ἔνδειγμα] from {{g1731}}; an indication (concretely)","strongs_number":"g1730"},"g1731":{"pronunciation":"en-dike'-noo-mee","unicode":"ἐνδείκνυμι","translit":"endeíknymi","definition":"[ἐνδείκνυμι] from {{g1722}} and {{g1166}}; to indicate (by word or act)","strongs_number":"g1731"},"g1732":{"pronunciation":"en'-dike-sis","unicode":"ἔνδειξις","translit":"éndeixis","definition":"[ἔνδειξις] from {{g1731}}; indication (abstractly)","strongs_number":"g1732"},"g1733":{"pronunciation":"hen'-dek-ah","unicode":"ἕνδεκα","translit":"héndeka","definition":"[ἕνδεκα] from (the neuter of) {{g1520}} and {{g1176}}; one and ten, i.e. eleven","strongs_number":"g1733"},"g1734":{"pronunciation":"hen-dek'-at-os","unicode":"ἑνδέκατος","translit":"hendékatos","definition":"[ἑνδέκατος] ordinal from {{g1733}}; eleventh","strongs_number":"g1734"},"g1735":{"pronunciation":"en-dekh'-et-ahee","unicode":"ἐνδέχεται","translit":"endéchetai","definition":"[ἐνδέχεται] third person singular present of a compound of {{g1722}} and {{g1209}}; (impersonally) it is accepted in, i.e. admitted (possible)","strongs_number":"g1735"},"g1736":{"pronunciation":"en-day-meh'-o","unicode":"ἐνδημέω","translit":"endēméō","definition":"[ἐνδημέω] from a compound of {{g1722}} and {{g1218}}; to be in one's own country, i.e. home (figuratively)","strongs_number":"g1736"},"g1737":{"pronunciation":"en-did-oos'-ko","unicode":"ἐνδιδύσκω","translit":"endidýskō","definition":"[ἐνδιδύσκω] a prolonged form of {{g1746}}; to invest (with a garment)","strongs_number":"g1737"},"g1738":{"pronunciation":"en'-dee-kos","unicode":"ἔνδικος","translit":"éndikos","definition":"[ἔνδικος] from {{g1722}} and {{g1349}}; in the right, i.e. equitable","strongs_number":"g1738"},"g1739":{"pronunciation":"en-dom'-ay-sis","unicode":"ἐνδόμησις","translit":"endómēsis","definition":"[ἐνδόμησις] from a compound of {{g1722}} and a derivative of the base of {{g1218}}; a housing in (residence), i.e. structure","strongs_number":"g1739"},"g1740":{"pronunciation":"en-dox-ad'-zo","unicode":"ἐνδοξάζω","translit":"endoxázō","definition":"[ἐνδοξάζω] from {{g1741}}; to glorify","strongs_number":"g1740"},"g1741":{"pronunciation":"en'-dox-os","unicode":"ἔνδοξος","translit":"éndoxos","definition":"[ἔνδοξος] from {{g1722}} and {{g1391}}; in glory, i.e. splendid, (figuratively) noble","strongs_number":"g1741"},"g1742":{"pronunciation":"en'-doo-mah","unicode":"ἔνδυμα","translit":"éndyma","definition":"[ἔνδυμα] from {{g1746}}; apparel (especially the outer robe)","strongs_number":"g1742"},"g1743":{"pronunciation":"en-doo-nam-o'-o","unicode":"ἐνδυναμόω","translit":"endynamóō","definition":"[ἐνδυναμόω] from {{g1722}} and {{g1412}}; to empower","strongs_number":"g1743"},"g1744":{"pronunciation":"en-doo'-no","unicode":"ἐνδύνω","translit":"endýnō","definition":"[ἐνδύνω] from {{g1772}} and {{g1416}}; to sink (by implication, wrap (compare {{g1746}}) on, i.e. (figuratively) sneak","strongs_number":"g1744"},"g1745":{"pronunciation":"en'-doo-sis","unicode":"ἔνδυσις","translit":"éndysis","definition":"[ἔνδυσις] from {{g1746}}; investment with clothing","strongs_number":"g1745"},"g1746":{"pronunciation":"en-doo'-o","unicode":"ἐνδύω","translit":"endýō","definition":"[ἐνδύω] from {{g1722}} and {{g1416}} (in the sense of sinking into a garment); to invest with clothing (literally or figuratively)","strongs_number":"g1746"},"g1747":{"pronunciation":"en-ed'-rah","unicode":"ἐνέδρα","translit":"enédra","definition":"[ἐνέδρα] feminine from {{g1722}} and the base of {{g1476}}; an ambuscade, i.e. (figuratively) murderous purpose See also {{g1749}}.","strongs_number":"g1747"},"g1748":{"pronunciation":"en-ed-ryoo'-o","unicode":"ἐνεδρεύω","translit":"enedreúō","definition":"[ἐνεδρεύω] from {{g1747}}; to lurk, i.e. (figuratively) plot assassination","strongs_number":"g1748"},"g1749":{"pronunciation":"en'-ed-ron","unicode":"ἔνεδρον","translit":"énedron","definition":"[ἔνεδρον] neuter of the same as {{g1747}}; an ambush, i.e. (figuratively) murderous design","strongs_number":"g1749"},"g1750":{"pronunciation":"en-i-leh'-o","unicode":"ἐνειλέω","translit":"eneiléō","definition":"[ἐνειλέω] from {{g1772}} and the base of {{g1507}}; to enwrap","strongs_number":"g1750"},"g1751":{"pronunciation":"en'-i-mee","unicode":"ἔνειμι","translit":"éneimi","definition":"[ἔνειμι] from {{g1772}} and {{g1510}}; to be within (neuter participle plural) See also {{g1762}}.","strongs_number":"g1751"},"g1752":{"pronunciation":"hen'-ek-ah","unicode":"ἕνεκα","translit":"héneka","definition":"[ἕνεκα] or ἕνεκεν or εἵνεκενof uncertain affinity; on account of","strongs_number":"g1752"},"g1753":{"pronunciation":"en-erg'-i-ah","unicode":"ἐνέργεια","translit":"enérgeia","definition":"[ἐνέργεια] from {{g1756}}; efficiency (\"energy\")","strongs_number":"g1753"},"g1754":{"pronunciation":"en-erg-eh'-o","unicode":"ἐνεργέω","translit":"energéō","definition":"[ἐνεργέω] from {{g1756}}; to be active, efficient","strongs_number":"g1754"},"g1755":{"pronunciation":"en-erg'-ay-mah","unicode":"ἐνέργημα","translit":"enérgēma","definition":"[ἐνέργημα] from {{g1754}}; an effect","strongs_number":"g1755"},"g1756":{"pronunciation":"en-er-gace'","unicode":"ἐνεργής","translit":"energḗs","definition":"[ἐνεργής] from {{g1722}} and {{g2041}}; active, operative","strongs_number":"g1756"},"g1757":{"pronunciation":"en-yoo-log-eh'-o","unicode":"ἐνευλογέω","translit":"eneulogéō","definition":"[ἐνευλογέω] from {{g1722}} and {{g2127}}; to confer a benefit on","strongs_number":"g1757"},"g1758":{"pronunciation":"en-ekh'-o","unicode":"ἐνέχω","translit":"enéchō","definition":"[ἐνέχω] from {{g1722}} and {{g2192}}; to hold in or upon, i.e. ensnare; by implication, to keep a grudge","strongs_number":"g1758"},"g1759":{"pronunciation":"en-thad'-eh","unicode":"ἐνθάδε","translit":"entháde","definition":"[ἐνθάδε] from a prolonged form of {{g1722}}; properly, within, i.e. (of place) here, hither","strongs_number":"g1759"},"g1760":{"pronunciation":"en-thoo-meh'-om-ahee","unicode":"ἐνθυμέομαι","translit":"enthyméomai","definition":"[ἐνθυμέομαι] from a compound of {{g1722}} and {{g2372}}; to be inspirited, i.e. ponder","strongs_number":"g1760"},"g1761":{"pronunciation":"en-thoo'-may-sis","unicode":"ἐνθύμησις","translit":"enthýmēsis","definition":"[ἐνθύμησις] from {{g1760}}; deliberation","strongs_number":"g1761"},"g1762":{"pronunciation":"en'-ee","unicode":"ἔνι","translit":"éni","definition":"[ἔνι] contraction for the third person singular present indicative of {{g1751}}; impersonally, there is in or among","strongs_number":"g1762"},"g1763":{"pronunciation":"en-ee-ow-tos'","unicode":"ἐνιαυτός","translit":"eniautós","definition":"[ἐνιαυτός] prolongation from a primary ἔνος (a year); a year","strongs_number":"g1763"},"g1764":{"pronunciation":"en-is'-tay-mee","unicode":"ἐνίστημι","translit":"enístēmi","definition":"[ἐνίστημι] from {{g1722}} and {{g2476}}; to place on hand, i.e. (reflexively) impend, (participle) be instant","strongs_number":"g1764"},"g1765":{"pronunciation":"en-is-khoo'-o","unicode":"ἐνισχύω","translit":"enischýō","definition":"[ἐνισχύω] from {{g1722}} and {{g2480}}; to invigorate (transitively or reflexively)","strongs_number":"g1765"},"g1766":{"pronunciation":"en'-nat-os","unicode":"ἔννατος","translit":"énnatos","definition":"[ἔννατος] ordinal from {{g1767}}; ninth","strongs_number":"g1766"},"g1767":{"pronunciation":"en-neh'-ah","unicode":"ἐννέα","translit":"ennéa","definition":"[ἐννέα] a primary number; nine","strongs_number":"g1767"},"g1768":{"pronunciation":"en-nen-ay-kon-tah-en-neh'-ah","unicode":"ἐννενηκονταεννέα","translit":"ennenēkontaennéa","definition":"[ἐννενηκονταεννέα] from a (tenth) multiple of {{g1767}} and {{g1767}} itself; ninety-nine","strongs_number":"g1768"},"g1769":{"pronunciation":"en-neh-os'","unicode":"ἐννεός","translit":"enneós","definition":"[ἐννεός] from {{g1770}}; dumb (as making signs), i.e. silent from astonishment","strongs_number":"g1769"},"g1770":{"pronunciation":"en-nyoo'-o","unicode":"ἐννεύω","translit":"enneúō","definition":"[ἐννεύω] from {{g1722}} and {{g3506}}; to nod at, i.e. beckon or communicate by gesture","strongs_number":"g1770"},"g1771":{"pronunciation":"en'-noy-ah","unicode":"ἔννοια","translit":"énnoia","definition":"[ἔννοια] from a compound of {{g1722}} and {{g3563}}; thoughtfulness, i.e. moral understanding","strongs_number":"g1771"},"g1772":{"pronunciation":"en'-nom-os","unicode":"ἔννομος","translit":"énnomos","definition":"[ἔννομος] from {{g1722}} and {{g3551}}; (subjectively) legal, or (objectively) subject to","strongs_number":"g1772"},"g1773":{"pronunciation":"en'-noo-khon","unicode":"ἔννυχον","translit":"énnychon","definition":"[ἔννυχον] neuter of a compound of {{g1722}} and {{g3571}}; (adverbially) by night","strongs_number":"g1773"},"g1774":{"pronunciation":"en-oy-keh'-o","unicode":"ἐνοικέω","translit":"enoikéō","definition":"[ἐνοικέω] from {{g1722}} and {{g3611}}; to inhabit (figuratively)","strongs_number":"g1774"},"g1775":{"pronunciation":"hen-ot-ace'","unicode":"ἑνότης","translit":"henótēs","definition":"[ἑνότης] from {{g1520}}; oneness, i.e. (figuratively) unanimity","strongs_number":"g1775"},"g1776":{"pronunciation":"en-okh-leh'-o","unicode":"ἐνοχλέω","translit":"enochléō","definition":"[ἐνοχλέω] from {{g1722}} and {{g3791}}; to crowd in, i.e. (figuratively) to annoy","strongs_number":"g1776"},"g1777":{"pronunciation":"en'-okh-os","unicode":"ἔνοχος","translit":"énochos","definition":"[ἔνοχος] from {{g1758}}; liable to (a condition, penalty or imputation)","strongs_number":"g1777"},"g1778":{"pronunciation":"en'-tal-mah","unicode":"ἔνταλμα","translit":"éntalma","definition":"[ἔνταλμα] from {{g1781}}; an injunction, i.e. religious precept","strongs_number":"g1778"},"g1779":{"pronunciation":"en-taf-ee-ad'-zo","unicode":"ἐνταφιάζω","translit":"entaphiázō","definition":"[ἐνταφιάζω] from a compound of {{g1722}} and {{g5028}}; to inswathe with cerements for interment","strongs_number":"g1779"},"g1780":{"pronunciation":"en-taf-ee-as-mos'","unicode":"ἐνταφιασμός","translit":"entaphiasmós","definition":"[ἐνταφιασμός] from {{g1779}}; preparation for interment","strongs_number":"g1780"},"g1781":{"pronunciation":"en-tel'-lom-ahee","unicode":"ἐντέλλομαι","translit":"entéllomai","definition":"[ἐντέλλομαι] from {{g1722}} and the base of {{g5056}}; to enjoin","strongs_number":"g1781"},"g1782":{"pronunciation":"ent-yoo'-then","unicode":"ἐντεῦθεν","translit":"enteûthen","definition":"[ἐντεῦθεν] from the same as {{g1759}}; hence (literally or figuratively); (repeated) on both sides","strongs_number":"g1782"},"g1783":{"pronunciation":"ent'-yook-sis","unicode":"ἔντευξις","translit":"énteuxis","definition":"[ἔντευξις] from {{g1793}}; an interview, i.e. (specially) supplication","strongs_number":"g1783"},"g1784":{"pronunciation":"en'-tee-mos","unicode":"ἔντιμος","translit":"éntimos","definition":"[ἔντιμος] from {{g1722}} and {{g5092}}; valued (figuratively)","strongs_number":"g1784"},"g1785":{"pronunciation":"en-tol-ay'","unicode":"ἐντολή","translit":"entolḗ","definition":"[ἐντολή] from {{g1781}}; injunction, i.e. an authoritative prescription","strongs_number":"g1785"},"g1786":{"pronunciation":"en-top'-ee-os","unicode":"ἐντόπιος","translit":"entópios","definition":"[ἐντόπιος] from {{g1722}} and {{g5117}}; a resident","strongs_number":"g1786"},"g1787":{"pronunciation":"en-tos'","unicode":"ἐντός","translit":"entós","definition":"[ἐντός] from {{g1722}}; inside (adverb or noun)","strongs_number":"g1787"},"g1788":{"pronunciation":"en-trep'-o","unicode":"ἐντρέπω","translit":"entrépō","definition":"[ἐντρέπω] from {{g1722}} and the base of {{g5157}}; to invert, i.e. (figuratively and reflexively) in a good sense, to respect; or in a bad one, to confound","strongs_number":"g1788"},"g1789":{"pronunciation":"en-tref'-o","unicode":"ἐντρέφω","translit":"entréphō","definition":"[ἐντρέφω] from {{g1722}} and {{g5142}}; (figuratively) to educate","strongs_number":"g1789"},"g1790":{"pronunciation":"en'-trom-os","unicode":"ἔντρομος","translit":"éntromos","definition":"[ἔντρομος] from {{g1722}} and {{g5156}}; terrified","strongs_number":"g1790"},"g1791":{"pronunciation":"en-trop-ay'","unicode":"ἐντροπή","translit":"entropḗ","definition":"[ἐντροπή] from {{g1788}}; confusion","strongs_number":"g1791"},"g1792":{"pronunciation":"en-troo-fah'-o","unicode":"ἐντρυφάω","translit":"entrypháō","definition":"[ἐντρυφάω] from {{g1722}} and {{g5171}}; to revel in","strongs_number":"g1792"},"g1793":{"pronunciation":"en-toong-khan'-o","unicode":"ἐντυγχάνω","translit":"entynchánō","definition":"[ἐντυγχάνω] from {{g1722}} and {{g5177}}; to chance upon, i.e. (by implication) confer with; by extension to entreat (in favor or against)","strongs_number":"g1793"},"g1794":{"pronunciation":"en-too-lis'-so","unicode":"ἐντυλίσσω","translit":"entylíssō","definition":"[ἐντυλίσσω] from {{g1722}} and τυλίσσω (to twist; probably akin to {{g1507}}); to entwine, i.e. wind up in","strongs_number":"g1794"},"g1795":{"pronunciation":"en-too-po'-o","unicode":"ἐντυπόω","translit":"entypóō","definition":"[ἐντυπόω] from {{g1722}} and a derivative of {{g5179}}; to enstamp, i.e. engrave","strongs_number":"g1795"},"g1796":{"pronunciation":"en-oo-brid'-zo","unicode":"ἐνυβρίζω","translit":"enybrízō","definition":"[ἐνυβρίζω] from {{g1722}} and {{g5195}}; to insult","strongs_number":"g1796"},"g1797":{"pronunciation":"en-oop-nee-ad'-zom-ahee","unicode":"ἐνυπνιάζομαι","translit":"enypniázomai","definition":"[ἐνυπνιάζομαι] middle voice from {{g1798}}; to dream","strongs_number":"g1797"},"g1798":{"pronunciation":"en-oop'-nee-on","unicode":"ἐνύπνιον","translit":"enýpnion","definition":"[ἐνύπνιον] from {{g1722}} and {{g5258}}; something seen in sleep, i.e. a dream (vision in a dream)","strongs_number":"g1798"},"g1799":{"pronunciation":"en-o'-pee-on","unicode":"ἐνώπιον","translit":"enṓpion","definition":"[ἐνώπιον] neuter of a compound of {{g1722}} and a derivative of {{g3700}}; in the face of (literally or figuratively)","strongs_number":"g1799"},"g1800":{"pronunciation":"en-oce'","unicode":"Ἐνώς","translit":"Enṓs","definition":"[Ἐνώς] of Hebrew origin ({{h583}}); Enos (i.e. Enosh), a patriarch","strongs_number":"g1800"}}
@@ -0,0 +1 @@
1
+ {"g1801":{"pronunciation":"en-o-tid'-zom-ahee","unicode":"ἐνωτίζομαι","translit":"enōtízomai","definition":"[ἐνωτίζομαι] middle voice from a compound of {{g1722}} and {{g3775}}; to take in one's ear, i.e. to listen","strongs_number":"g1801"},"g1802":{"pronunciation":"en-oke'","unicode":"Ἐνώχ","translit":"Enṓch","definition":"[Ἐνώχ] of Hebrew origin ({{h2585}}); Enoch (i.e. Chanok), an antediluvian","strongs_number":"g1802"},"g1803":{"pronunciation":"hex","unicode":"ἕξ","translit":"héx","definition":"[ἕξ] a primary numeral; six","strongs_number":"g1803"},"g1804":{"pronunciation":"ex-ang-el'-lo","unicode":"ἐξαγγέλλω","translit":"exangéllō","definition":"[ἐξαγγέλλω] from {{g1537}} and the base of {{g32}}; to publish, i.e. celebrate","strongs_number":"g1804"},"g1805":{"pronunciation":"ex-ag-or-ad'-zo","unicode":"ἐξαγοράζω","translit":"exagorázō","definition":"[ἐξαγοράζω] from {{g1537}} and {{g59}}; to buy up, i.e. ransom; figuratively, to rescue from loss (improve opportunity)","strongs_number":"g1805"},"g1806":{"pronunciation":"ex-ag'-o","unicode":"ἐξάγω","translit":"exágō","definition":"[ἐξάγω] from {{g1537}} and {{g71}}; to lead forth","strongs_number":"g1806"},"g1807":{"pronunciation":"ex-ahee-reh'-o","unicode":"ἐξαιρέω","translit":"exairéō","definition":"[ἐξαιρέω] from {{g1537}} and {{g138}}; actively, to tear out; middle voice, to select; figuratively, to release","strongs_number":"g1807"},"g1808":{"pronunciation":"ex-ah'-ee-ro","unicode":"ἐξαίρω","translit":"exaírō","definition":"[ἐξαίρω] from {{g1537}} and {{g142}}; to remove","strongs_number":"g1808"},"g1809":{"pronunciation":"ex-ahee-teh'-om-ahee","unicode":"ἐξαιτέομαι","translit":"exaitéomai","definition":"[ἐξαιτέομαι] middle voice from {{g1537}} and {{g154}}; to demand (for trial)","strongs_number":"g1809"},"g1810":{"pronunciation":"ex-ah'-eef-nace","unicode":"ἐξαίφνης","translit":"exaíphnēs","definition":"[ἐξαίφνης] from {{g1537}} and the base of {{g160}}; of a sudden (unexpectedly) Compare {{g1819}}.","strongs_number":"g1810"},"g1811":{"pronunciation":"ex-ak-ol-oo-theh'-o","unicode":"ἐξακολουθέω","translit":"exakolouthéō","definition":"[ἐξακολουθέω] from {{g1537}} and {{g190}}; to follow out, i.e. (figuratively) to imitate, obey, yield to","strongs_number":"g1811"},"g1812":{"pronunciation":"hex-ak-os'-ee-oy","unicode":"ἑξακόσιοι","translit":"hexakósioi","definition":"[ἑξακόσιοι] plural ordinal from {{g1803}} and {{g1540}}; six hundred","strongs_number":"g1812"},"g1813":{"pronunciation":"ex-al-i'-fo","unicode":"ἐξαλείφω","translit":"exaleíphō","definition":"[ἐξαλείφω] from {{g1537}} and {{g218}}; to smear out, i.e. obliterate (erase tears, figuratively, pardon sin)","strongs_number":"g1813"},"g1814":{"pronunciation":"ex-al'-lom-ahee","unicode":"ἐξάλλομαι","translit":"exállomai","definition":"[ἐξάλλομαι] from {{g1537}} and {{g242}}; to spring forth ","strongs_number":"g1814"},"g1815":{"pronunciation":"ex-an-as'-tas-is","unicode":"ἐξανάστασις","translit":"exanástasis","definition":"[ἐξανάστασις] from {{g1817}}; a rising from death","strongs_number":"g1815"},"g1816":{"pronunciation":"ex-an-at-el'-lo","unicode":"ἐξανατέλλω","translit":"exanatéllō","definition":"[ἐξανατέλλω] from {{g1537}} and {{g393}}; to start up out of the ground, i.e. germinate","strongs_number":"g1816"},"g1817":{"pronunciation":"ex-an-is'-tay-mee","unicode":"ἐξανίστημι","translit":"exanístēmi","definition":"[ἐξανίστημι] from {{g1537}} and {{g450}}; objectively, to produce, i.e. (figuratively) beget; subjectively, to arise, i.e. (figuratively) object","strongs_number":"g1817"},"g1818":{"pronunciation":"ex-ap-at-ah'-o","unicode":"ἐξαπατάω","translit":"exapatáō","definition":"[ἐξαπατάω] from {{g1537}} and {{g538}}; to seduce wholly","strongs_number":"g1818"},"g1819":{"pronunciation":"ex-ap'-ee-nah","unicode":"ἐξάπινα","translit":"exápina","definition":"[ἐξάπινα] from {{g1537}} and a derivative of the same as {{g160}}; of a sudden, i.e. unexpectedly Compare {{g1810}}.","strongs_number":"g1819"},"g1820":{"pronunciation":"ex-ap-or-eh'-om-ahee","unicode":"ἐξαπορέομαι","translit":"exaporéomai","definition":"[ἐξαπορέομαι] middle voice from {{g1537}} and {{g639}}; to be utterly at a loss, i.e. despond","strongs_number":"g1820"},"g1821":{"pronunciation":"ex-ap-os-tel'-lo","unicode":"ἐξαποστέλλω","translit":"exapostéllō","definition":"[ἐξαποστέλλω] from {{g1537}} and {{g649}}; to send away forth, i.e. (on a mission) to despatch, or (peremptorily) to dismiss","strongs_number":"g1821"},"g1822":{"pronunciation":"ex-ar-tid'-zo","unicode":"ἐξαρτίζω","translit":"exartízō","definition":"[ἐξαρτίζω] from {{g1537}} and a derivative of {{g739}}; to finish out (time); figuratively, to equip fully (a teacher)","strongs_number":"g1822"},"g1823":{"pronunciation":"ex-as-trap'-to","unicode":"ἐξαστράπτω","translit":"exastráptō","definition":"[ἐξαστράπτω] from {{g1537}} and {{g797}}; to lighten forth, i.e. (figuratively) to be radiant (of very white garments)","strongs_number":"g1823"},"g1824":{"pronunciation":"ex-ow'-tace","unicode":"ἐξαυτῆς","translit":"exautēs","definition":"[ἐξαυτῆς] from {{g1537}} and the genitive case singular feminine of {{g846}} ({{g5610}} being understood); from that hour, i.e. instantly","strongs_number":"g1824"},"g1825":{"pronunciation":"ex-eg-i'-ro","unicode":"ἐξεγείρω","translit":"exegeírō","definition":"[ἐξεγείρω] from {{g1537}} and {{g1453}}; to rouse fully, i.e. (figuratively) to resuscitate (from death), release (from infliction)","strongs_number":"g1825"},"g1826":{"pronunciation":"ex'-i-mee","unicode":"ἔξειμι","translit":"éxeimi","definition":"[ἔξειμι] from {{g1537}} and εἶμι (to go); to issue, i.e. leave (a place), escape (to the shore)","strongs_number":"g1826"},"g1827":{"pronunciation":"ex-el-eng'-kho","unicode":"ἐξελέγχω","translit":"exelénchō","definition":"[ἐξελέγχω] from {{g1537}} and {{g1651}}; to convict fully, i.e. (by implication) to punish","strongs_number":"g1827"},"g1828":{"pronunciation":"ex-el'-ko","unicode":"ἐξέλκω","translit":"exélkō","definition":"[ἐξέλκω] from {{g1537}} and {{g1670}}; to drag forth, i.e. (figuratively) to entice (to sin)","strongs_number":"g1828"},"g1829":{"pronunciation":"ex-er'-am-ah","unicode":"ἐξέραμα","translit":"exérama","definition":"[ἐξέραμα] from a comparative of {{g1537}} and a presumed ἐράω (to spue); vomit, i.e. food disgorged","strongs_number":"g1829"},"g1830":{"pronunciation":"ex-er-yoo-nah'-o","unicode":"ἐξερευνάω","translit":"exereunáō","definition":"[ἐξερευνάω] from {{g1537}} and {{g2045}}; to explore (figuratively)","strongs_number":"g1830"},"g1831":{"pronunciation":"ex-er'-khom-ahee","unicode":"ἐξέρχομαι","translit":"exérchomai","definition":"[ἐξέρχομαι] from {{g1537}} and {{g2064}}; to issue (literally or figuratively)","strongs_number":"g1831"},"g1832":{"pronunciation":"ex'-es-tee","unicode":"ἔξεστι","translit":"éxesti","definition":"[ἔξεστι] third person singular present indicative of a compound of {{g1537}} and {{g1510}}; so also ἐξόν neuter present participle of the same (with or without some form of {{g1510}} expressed); impersonally, it is right (through the figurative idea of being out in public)","strongs_number":"g1832"},"g1833":{"pronunciation":"ex-et-ad'-zo","unicode":"ἐξετάζω","translit":"exetázō","definition":"[ἐξετάζω] from {{g1537}} and ἐτάζω (to examine); to test thoroughly (by questions), i.e. ascertain or interrogate","strongs_number":"g1833"},"g1834":{"pronunciation":"ex-ayg-eh'-om-ahee","unicode":"ἐξηγέομαι","translit":"exēgéomai","definition":"[ἐξηγέομαι] from {{g1537}} and {{g2233}}; to consider out (aloud), i.e. rehearse, unfold","strongs_number":"g1834"},"g1835":{"pronunciation":"hex-ay'-kon-tah","unicode":"ἑξήκοντα","translit":"hexḗkonta","definition":"[ἑξήκοντα] the tenth multiple of {{g1803}}; sixty","strongs_number":"g1835"},"g1836":{"pronunciation":"hex-ace'","unicode":"ἑξῆς","translit":"hexēs","definition":"[ἑξῆς] from {{g2192}} (in the sense of taking hold of, i.e. adjoining); successive","strongs_number":"g1836"},"g1837":{"pronunciation":"ex-ay-kheh'-om-ahee","unicode":"ἐξηχέομαι","translit":"exēchéomai","definition":"[ἐξηχέομαι] middle voice from {{g1537}} and {{g2278}}; to \"echo\" forth, i.e. resound (be generally reported)","strongs_number":"g1837"},"g1838":{"pronunciation":"hex'-is","unicode":"ἕξις","translit":"héxis","definition":"[ἕξις] from {{g2192}}; habit, i.e. (by implication) practice","strongs_number":"g1838"},"g1839":{"pronunciation":"ex-is'-tay-mee","unicode":"ἐξίστημι","translit":"exístēmi","definition":"[ἐξίστημι] from {{g1537}} and {{g2476}}; to put (stand) out of wits, i.e. astound, or (reflexively) become astounded, insane","strongs_number":"g1839"},"g1840":{"pronunciation":"ex-is-khoo'-o","unicode":"ἐξισχύω","translit":"exischýō","definition":"[ἐξισχύω] from {{g1537}} and {{g2480}}; to have full strength, i.e. be entirely competent","strongs_number":"g1840"},"g1841":{"pronunciation":"ex'-od-os","unicode":"ἔξοδος","translit":"éxodos","definition":"[ἔξοδος] from {{g1537}} and {{g3598}}; an exit, i.e. (figuratively) death","strongs_number":"g1841"},"g1842":{"pronunciation":"ex-ol-oth-ryoo'-o","unicode":"ἐξολοθρεύω","translit":"exolothreúō","definition":"[ἐξολοθρεύω] from {{g1537}} and {{g3645}}; to extirpate","strongs_number":"g1842"},"g1843":{"pronunciation":"ex-om-ol-og-eh'-o","unicode":"ἐξομολογέω","translit":"exomologéō","definition":"[ἐξομολογέω] from {{g1537}} and {{g3670}}; to acknowledge or (by implication, of assent) agree fully","strongs_number":"g1843"},"g1844":{"pronunciation":"ex-or-kid'-zo","unicode":"ἐξορκίζω","translit":"exorkízō","definition":"[ἐξορκίζω] from {{g1537}} and {{g3726}}; to exact an oath, i.e. conjure","strongs_number":"g1844"},"g1845":{"pronunciation":"ex-or-kis-tace'","unicode":"ἐξορκιστής","translit":"exorkistḗs","definition":"[ἐξορκιστής] from {{g1844}}; one that binds by an oath (or spell), i.e. (by implication) an \"exorcist\" (conjurer)","strongs_number":"g1845"},"g1846":{"pronunciation":"ex-or-oos'-so","unicode":"ἐξορύσσω","translit":"exorýssō","definition":"[ἐξορύσσω] from {{g1537}} and {{g3736}}; to dig out, i.e. (by extension) to extract (an eye), remove (roofing)","strongs_number":"g1846"},"g1847":{"pronunciation":"ex-oo-den-o'-o","unicode":"ἐξουδενόω","translit":"exoudenóō","definition":"[ἐξουδενόω] from {{g1537}} and a derivative of the neuter of {{g3762}}; to make utterly nothing of, i.e. despise See also {{g1848}}.","strongs_number":"g1847"},"g1848":{"pronunciation":"ex-oo-then-eh'-o","unicode":"ἐξουθενέω","translit":"exouthenéō","definition":"[ἐξουθενέω] a variation of {{g1847}} and meaning the same","strongs_number":"g1848"},"g1849":{"pronunciation":"ex-oo-see'-ah","unicode":"ἐξουσία","translit":"exousía","definition":"[ἐξουσία] from {{g1832}} (in the sense of ability); privilege, i.e. (subjectively) force, capacity, competency, freedom, or (objectively) mastery (concretely, magistrate, superhuman, potentate, token of control), delegated influence","strongs_number":"g1849"},"g1850":{"pronunciation":"ex-oo-see-ad'-zo","unicode":"ἐξουσιάζω","translit":"exousiázō","definition":"[ἐξουσιάζω] from {{g1849}}; to control","strongs_number":"g1850"},"g1851":{"pronunciation":"ex-okh-ay'","unicode":"ἐξοχή","translit":"exochḗ","definition":"[ἐξοχή] from a compound of {{g1537}} and {{g2192}} (meaning to stand out); prominence (figuratively)","strongs_number":"g1851"},"g1852":{"pronunciation":"ex-oop-nid'-zo","unicode":"ἐξυπνίζω","translit":"exypnízō","definition":"[ἐξυπνίζω] from {{g1853}}; to waken","strongs_number":"g1852"},"g1853":{"pronunciation":"ex'-oop-nos","unicode":"ἔξυπνος","translit":"éxypnos","definition":"[ἔξυπνος] from {{g1537}} and {{g5258}}; awake","strongs_number":"g1853"},"g1854":{"pronunciation":"ex'-o","unicode":"ἔξω","translit":"éxō","definition":"[ἔξω] adverb from {{g1537}}; out(-side, of doors), literally or figuratively","strongs_number":"g1854"},"g1855":{"pronunciation":"ex'-o-then","unicode":"ἔξωθεν","translit":"éxōthen","definition":"[ἔξωθεν] from {{g1854}}; external(-ly)","strongs_number":"g1855"},"g1856":{"pronunciation":"ex-o-theh'-o","unicode":"ἐξωθέω","translit":"exōthéō","definition":"[ἐξωθέω] or ἐξώθωfrom {{g1537}} and ὠθέω (to push); to expel; by implication, to propel","strongs_number":"g1856"},"g1857":{"pronunciation":"ex-o'-ter-os","unicode":"ἐξώτερος","translit":"exṓteros","definition":"[ἐξώτερος] comparative of {{g1854}}; exterior","strongs_number":"g1857"},"g1858":{"pronunciation":"heh-or-tad'-zo","unicode":"ἑορτάζω","translit":"heortázō","definition":"[ἑορτάζω] from {{g1859}}; to observe a festival","strongs_number":"g1858"},"g1859":{"pronunciation":"heh-or-tay'","unicode":"ἑορτή","translit":"heortḗ","definition":"[ἑορτή] of uncertain affinity; a festival","strongs_number":"g1859"},"g1860":{"pronunciation":"ep-ang-el-ee'-ah","unicode":"ἐπαγγελία","translit":"epangelía","definition":"[ἐπαγγελία] from {{g1861}}; an announcement (for information, assent or pledge; especially a divine assurance of good)","strongs_number":"g1860"},"g1861":{"pronunciation":"ep-ang-el'-lo","unicode":"ἐπαγγέλλω","translit":"epangéllō","definition":"[ἐπαγγέλλω] from {{g1909}} and the base of {{g32}}; to announce upon (reflexively), i.e. (by implication) to engage to do something, to assert something respecting oneself","strongs_number":"g1861"},"g1862":{"pronunciation":"ep-ang'-el-mah","unicode":"ἐπάγγελμα","translit":"epángelma","definition":"[ἐπάγγελμα] from {{g1861}}; a self-committal (by assurance of conferring some good)","strongs_number":"g1862"},"g1863":{"pronunciation":"ep-ag'-o","unicode":"ἐπάγω","translit":"epágō","definition":"[ἐπάγω] from {{g1909}} and {{g71}}; to superinduce, i.e. inflict (an evil), charge (a crime)","strongs_number":"g1863"},"g1864":{"pronunciation":"ep-ag-o-nid'-zom-ahee","unicode":"ἐπαγωνίζομαι","translit":"epagōnízomai","definition":"[ἐπαγωνίζομαι] from {{g1909}} and {{g75}}; to struggle for","strongs_number":"g1864"},"g1865":{"pronunciation":"ep-ath-roid'-zo","unicode":"ἐπαθροίζω","translit":"epathroízō","definition":"[ἐπαθροίζω] from {{g1909}} and ἀθροίζω (to assemble); to accumulate","strongs_number":"g1865"},"g1866":{"pronunciation":"ep-a'-hee-net-os","unicode":"Ἐπαίνετος","translit":"Epaínetos","definition":"[Ἐπαίνετος] from {{g1867}}; praised; Epænetus, a Christian","strongs_number":"g1866"},"g1867":{"pronunciation":"ep-ahee-neh'-o","unicode":"ἐπαινέω","translit":"epainéō","definition":"[ἐπαινέω] from {{g1909}} and {{g134}}; to applaud","strongs_number":"g1867"},"g1868":{"pronunciation":"ep'-ahee-nos","unicode":"ἔπαινος","translit":"épainos","definition":"[ἔπαινος] from {{g1909}} and the base of {{g134}}; laudation; concretely, a commendable thing","strongs_number":"g1868"},"g1869":{"pronunciation":"ep-ahee'-ro","unicode":"ἐπαίρω","translit":"epaírō","definition":"[ἐπαίρω] from {{g1909}} and {{g142}}; to raise up (literally or figuratively)","strongs_number":"g1869"},"g1870":{"pronunciation":"ep-ahee-skhoo'-nom-ahee","unicode":"ἐπαισχύνομαι","translit":"epaischýnomai","definition":"[ἐπαισχύνομαι] from {{g1909}} and {{g153}}; to feel shame for something","strongs_number":"g1870"},"g1871":{"pronunciation":"ep-ahee-teh'-o","unicode":"ἐπαιτέω","translit":"epaitéō","definition":"[ἐπαιτέω] from {{g1909}} and {{g154}}; to ask for","strongs_number":"g1871"},"g1872":{"pronunciation":"ep-ak-ol-oo-theh'-o","unicode":"ἐπακολουθέω","translit":"epakolouthéō","definition":"[ἐπακολουθέω] from {{g1909}} and {{g190}}; to accompany","strongs_number":"g1872"},"g1873":{"pronunciation":"ep-ak-oo'-o","unicode":"ἐπακούω","translit":"epakoúō","definition":"[ἐπακούω] from {{g1909}} and {{g191}}; to hearken (favorably) to","strongs_number":"g1873"},"g1874":{"pronunciation":"ep-ak-ro-ah'-om-ahee","unicode":"ἐπακροάομαι","translit":"epakroáomai","definition":"[ἐπακροάομαι] from {{g1909}} and the base of {{g202}}; to listen (intently) to","strongs_number":"g1874"},"g1875":{"pronunciation":"ep-an'","unicode":"ἐπάν","translit":"epán","definition":"[ἐπάν] from {{g1909}} and {{g302}}; a particle of indefinite contemporaneousness; whenever, as soon as","strongs_number":"g1875"},"g1876":{"pronunciation":"ep-an'-ang-kes","unicode":"ἐπάναγκες","translit":"epánankes","definition":"[ἐπάναγκες] neuter of a presumed compound of {{g1909}} and {{g318}}; (adverbially) on necessity, i.e. necessarily","strongs_number":"g1876"},"g1877":{"pronunciation":"ep-an-ag'-o","unicode":"ἐπανάγω","translit":"epanágō","definition":"[ἐπανάγω] from {{g1909}} and {{g321}}; to lead up on, i.e. (technical) to put out (to sea); (intransitively) to return","strongs_number":"g1877"},"g1878":{"pronunciation":"ep-an-ah-mim-nace'-ko","unicode":"ἐπαναμιμνήσκω","translit":"epanamimnḗskō","definition":"[ἐπαναμιμνήσκω] from {{g1909}} and {{g363}}; to remind of","strongs_number":"g1878"},"g1879":{"pronunciation":"ep-an-ah-pow'-om-ahee","unicode":"ἐπαναπαύομαι","translit":"epanapaúomai","definition":"[ἐπαναπαύομαι] middle voice from {{g1909}} and {{g373}}; to settle on; literally (remain) or figuratively (rely)","strongs_number":"g1879"},"g1880":{"pronunciation":"ep-an-er'-khom-ahee","unicode":"ἐπανέρχομαι","translit":"epanérchomai","definition":"[ἐπανέρχομαι] from {{g1909}} and {{g424}}; to come up on, i.e. return","strongs_number":"g1880"},"g1881":{"pronunciation":"ep-an-is'-tam-ahee","unicode":"ἐπανίσταμαι","translit":"epanístamai","definition":"[ἐπανίσταμαι] middle voice from {{g1909}} and {{g450}}; to stand up on, i.e. (figuratively) to attack","strongs_number":"g1881"},"g1882":{"pronunciation":"ep-an-or'-tho-sis","unicode":"ἐπανόρθωσις","translit":"epanórthōsis","definition":"[ἐπανόρθωσις] from a compound of {{g1909}} and {{g461}}; a straightening up again, i.e. (figuratively) rectification (reformation)","strongs_number":"g1882"},"g1883":{"pronunciation":"ep-an'-o","unicode":"ἐπάνω","translit":"epánō","definition":"[ἐπάνω] from {{g1909}} and {{g507}}; up above, i.e. over or on (of place, amount, rank, etc.)","strongs_number":"g1883"},"g1884":{"pronunciation":"ep-ar-keh'-o","unicode":"ἐπαρκέω","translit":"eparkéō","definition":"[ἐπαρκέω] from {{g1909}} and {{g714}}; to avail for, i.e. help","strongs_number":"g1884"},"g1885":{"pronunciation":"ep-ar-khee'-ah","unicode":"ἐπαρχία","translit":"eparchía","definition":"[ἐπαρχία] from a compound of {{g1909}} and {{g757}} (meaning a governor of a district, \"eparch\"); a special region of government, i.e. a Roman præfecture","strongs_number":"g1885"},"g1886":{"pronunciation":"ep'-ow-lis","unicode":"ἔπαυλις","translit":"épaulis","definition":"[ἔπαυλις] from {{g1909}} and an equivalent of {{g833}}; a hut over the head, i.e. a dwelling","strongs_number":"g1886"},"g1887":{"pronunciation":"ep-ow'-ree-on","unicode":"ἐπαύριον","translit":"epaúrion","definition":"[ἐπαύριον] from {{g1909}} and {{g839}}; occurring on the succeeding day, i.e. ({{g2250}} being implied) to-morrow","strongs_number":"g1887"},"g1888":{"pronunciation":"ep-ow-tof-o'-ro","unicode":"ἐπαυτοφώρῳ","translit":"epautophṓrōi","definition":"[ἐπαυτοφώρῳ] from {{g1909}} and {{g846}} and (the dative case singular of) a derivative of φώρ (a thief); in theft itself, i.e. (by analogy) in actual crime","strongs_number":"g1888"},"g1889":{"pronunciation":"ep-af-ras'","unicode":"Ἐπαφρᾶς","translit":"Epaphrâs","definition":"[Ἐπαφρᾶς] contracted from {{g1891}}; Epaphras, a Christian","strongs_number":"g1889"},"g1890":{"pronunciation":"ep-af-rid'-zo","unicode":"ἐπαφρίζω","translit":"epaphrízō","definition":"[ἐπαφρίζω] from {{g1909}} and {{g875}}; to foam upon, i.e. (figuratively) to exhibit (a vile passion)","strongs_number":"g1890"},"g1891":{"pronunciation":"ep-af-rod'-ee-tos","unicode":"Ἐπαφρόδιτος","translit":"Epaphróditos","definition":"[Ἐπαφρόδιτος] from {{g1909}} (in the sense of devoted to) and Ἀφροδίτη (Venus); Epaphroditus, a Christian Compare {{g1889}}.","strongs_number":"g1891"},"g1892":{"pronunciation":"ep-eg-i'-ro","unicode":"ἐπεγείρω","translit":"epegeírō","definition":"[ἐπεγείρω] from {{g1909}} and {{g1453}}; to rouse upon, i.e. (figuratively) to excite against","strongs_number":"g1892"},"g1893":{"pronunciation":"ep-i'","unicode":"ἐπεί","translit":"epeí","definition":"[ἐπεί] from {{g1909}} and {{g1487}}; thereupon, i.e. since (of time or cause)","strongs_number":"g1893"},"g1894":{"pronunciation":"ep-i-day'","unicode":"ἐπειδή","translit":"epeidḗ","definition":"[ἐπειδή] from {{g1893}} and {{g1211}}; since now, i.e. (of time) when, or (of cause) whereas","strongs_number":"g1894"},"g1895":{"pronunciation":"ep-i-day'-per","unicode":"ἐπειδήπερ","translit":"epeidḗper","definition":"[ἐπειδήπερ] from {{g1894}} and {{g4007}}; since indeed (of cause)","strongs_number":"g1895"},"g1896":{"pronunciation":"ep-i'-don","unicode":"ἐπεῖδον","translit":"epeîdon","definition":"[ἐπεῖδον] and other moods and persons of the same tense; from {{g1909}} and {{g1492}}; to regard (favorably or otherwise)","strongs_number":"g1896"},"g1897":{"pronunciation":"ep-i'-per","unicode":"ἐπείπερ","translit":"epeíper","definition":"[ἐπείπερ] from {{g1893}} and {{g4007}}; since indeed (of cause)","strongs_number":"g1897"},"g1898":{"pronunciation":"ep-ice-ag-o-gay'","unicode":"ἐπεισαγωγή","translit":"epeisagōgḗ","definition":"[ἐπεισαγωγή] from a compound of {{g1909}} and {{g1521}}; a superintroduction","strongs_number":"g1898"},"g1899":{"pronunciation":"ep'-i-tah","unicode":"ἔπειτα","translit":"épeita","definition":"[ἔπειτα] from {{g1909}} and {{g1534}}; thereafter","strongs_number":"g1899"},"g1900":{"pronunciation":"ep-ek'-i-nah","unicode":"ἐπέκεινα","translit":"epékeina","definition":"[ἐπέκεινα] from {{g1909}} and (the accusative case plural neuter of) {{g1565}}; upon those parts of, i.e. on the further side of","strongs_number":"g1900"}}
@@ -0,0 +1 @@
1
+ {"g1901":{"pronunciation":"ep-ek-ti'-nom-ahee","unicode":"ἐπεκτείνομαι","translit":"epekteínomai","definition":"[ἐπεκτείνομαι] middle voice from {{g1909}} and {{g1614}}; to stretch (oneself) forward upon","strongs_number":"g1901"},"g1902":{"pronunciation":"ep-en-doo'-om-ahee","unicode":"ἐπενδύομαι","translit":"ependýomai","definition":"[ἐπενδύομαι] middle voice from {{g1909}} and {{g1746}}; to invest upon oneself","strongs_number":"g1902"},"g1903":{"pronunciation":"ep-en-doo'-tace","unicode":"ἐπενδύτης","translit":"ependýtēs","definition":"[ἐπενδύτης] from {{g1902}}; a wrapper, i.e. outer garment","strongs_number":"g1903"},"g1904":{"pronunciation":"ep-er'-khom-ahee","unicode":"ἐπέρχομαι","translit":"epérchomai","definition":"[ἐπέρχομαι] from {{g1909}} and {{g2064}}; to supervene, i.e. arrive, occur, impend, attack, (figuratively) influence","strongs_number":"g1904"},"g1905":{"pronunciation":"ep-er-o-tah'-o","unicode":"ἐπερωτάω","translit":"eperōtáō","definition":"[ἐπερωτάω] from {{g1909}} and {{g2065}}; to ask for, i.e. inquire, seek","strongs_number":"g1905"},"g1906":{"pronunciation":"ep-er-o'-tay-mah","unicode":"ἐπερώτημα","translit":"eperṓtēma","definition":"[ἐπερώτημα] from {{g1905}}; an inquiry","strongs_number":"g1906"},"g1907":{"pronunciation":"ep-ekh'-o","unicode":"ἐπέχω","translit":"epéchō","definition":"[ἐπέχω] from {{g1909}} and {{g2192}}; to hold upon, i.e. (by implication) to retain; (by extension) to detain; (with implication, of {{g3563}}) to pay attention to","strongs_number":"g1907"},"g1908":{"pronunciation":"ep-ay-reh-ad'-zo","unicode":"ἐπηρεάζω","translit":"epēreázō","definition":"[ἐπηρεάζω] from a comparative of {{g1909}} and (probably) ἀρειά (threats); to insult, slander","strongs_number":"g1908"},"g1909":{"pronunciation":"ep-ee'","unicode":"ἐπί","translit":"epí","definition":"[ἐπί] a primary preposition; properly, meaning superimposition (of time, place, order, etc.), as a relation of distribution (with the genitive case), i.e. over, upon, etc.; of rest (with the dative case) at, on, etc.; of direction (with the accusative case) towards, upon, etc. In compounds it retains essentially the same import, at, upon, etc. (literally or figuratively).","strongs_number":"g1909"},"g1910":{"pronunciation":"ep-ee-bah'-ee-no","unicode":"ἐπιβαίνω","translit":"epibaínō","definition":"[ἐπιβαίνω] from {{g1909}} and the base of {{g939}}; to walk upon, i.e. mount, ascend, embark, arrive","strongs_number":"g1910"},"g1911":{"pronunciation":"ep-ee-bal'-lo","unicode":"ἐπιβάλλω","translit":"epibállō","definition":"[ἐπιβάλλω] from {{g1909}} and {{g906}}; to throw upon (literal or figurative, transitive or reflexive; usually with more or less force); specially (with {{g1438}} implied) to reflect; impersonally, to belong to","strongs_number":"g1911"},"g1912":{"pronunciation":"ep-ee-bar-eh'-o","unicode":"ἐπιβαρέω","translit":"epibaréō","definition":"[ἐπιβαρέω] from {{g1909}} and {{g916}}; to be heavy upon, i.e. (pecuniarily) to be expensive to; figuratively, to be severe towards","strongs_number":"g1912"},"g1913":{"pronunciation":"ep-ee-bee-bad'-zo","unicode":"ἐπιβιβάζω","translit":"epibibázō","definition":"[ἐπιβιβάζω] from {{g1909}} and a reduplicated derivative of the base of {{g939}} (compare {{g307}}); to cause to mount (an animal)","strongs_number":"g1913"},"g1914":{"pronunciation":"ep-ee-blep'-o","unicode":"ἐπιβλέπω","translit":"epiblépō","definition":"[ἐπιβλέπω] from {{g1909}} and {{g991}}; to gaze at (with favor, pity or partiality)","strongs_number":"g1914"},"g1915":{"pronunciation":"ep-ib'-lay-mah","unicode":"ἐπίβλημα","translit":"epíblēma","definition":"[ἐπίβλημα] from {{g1911}}; a patch","strongs_number":"g1915"},"g1916":{"pronunciation":"ep-ee-bo-ah'-o","unicode":"ἐπιβοάω","translit":"epiboáō","definition":"[ἐπιβοάω] from {{g1909}} and {{g994}}; to exclaim against","strongs_number":"g1916"},"g1917":{"pronunciation":"ep-ee-boo-lay'","unicode":"ἐπιβουλή","translit":"epiboulḗ","definition":"[ἐπιβουλή] from a presumed compound of {{g1909}} and {{g1014}}; a plan against someone, i.e. a plot","strongs_number":"g1917"},"g1918":{"pronunciation":"ep-ee-gam-bryoo'-o","unicode":"ἐπιγαμβρεύω","translit":"epigambreúō","definition":"[ἐπιγαμβρεύω] from {{g1909}} and a derivative of {{g1062}}; to form affinity with, i.e. (specially) in a levirate way","strongs_number":"g1918"},"g1919":{"pronunciation":"ep-ig'-i-os","unicode":"ἐπίγειος","translit":"epígeios","definition":"[ἐπίγειος] from {{g1909}} and {{g1093}}; worldly (physically or morally)","strongs_number":"g1919"},"g1920":{"pronunciation":"ep-ig-in'-om-ahee","unicode":"ἐπιγίνομαι","translit":"epigínomai","definition":"[ἐπιγίνομαι] from {{g1909}} and {{g1096}}; to arrive upon, i.e. spring up (as a wind)","strongs_number":"g1920"},"g1921":{"pronunciation":"ep-ig-in-oce'-ko","unicode":"ἐπιγινώσκω","translit":"epiginṓskō","definition":"[ἐπιγινώσκω] from {{g1909}} and {{g1097}}; to know upon some mark, i.e. recognize; by implication, to become fully acquainted with, to acknowledge","strongs_number":"g1921"},"g1922":{"pronunciation":"ep-ig'-no-sis","unicode":"ἐπίγνωσις","translit":"epígnōsis","definition":"[ἐπίγνωσις] from {{g1921}}; recognition, i.e. (by implication) full discernment, acknowledgement","strongs_number":"g1922"},"g1923":{"pronunciation":"ep-ig-raf-ay'","unicode":"ἐπιγραφή","translit":"epigraphḗ","definition":"[ἐπιγραφή] from {{g1924}}; an inscription","strongs_number":"g1923"},"g1924":{"pronunciation":"ep-ee-graf'-o","unicode":"ἐπιγράφω","translit":"epigráphō","definition":"[ἐπιγράφω] from {{g1909}} and {{g1125}}; to inscribe (physically or mentally)","strongs_number":"g1924"},"g1925":{"pronunciation":"ep-ee-dike'-noo-mee","unicode":"ἐπιδείκνυμι","translit":"epideíknymi","definition":"[ἐπιδείκνυμι] from {{g1909}} and {{g1166}}; to exhibit (physically or mentally)","strongs_number":"g1925"},"g1926":{"pronunciation":"ep-ee-dekh'-om-ahee","unicode":"ἐπιδέχομαι","translit":"epidéchomai","definition":"[ἐπιδέχομαι] from {{g1909}} and {{g1209}}; to admit (as a guest or (figuratively) teacher)","strongs_number":"g1926"},"g1927":{"pronunciation":"ep-ee-day-meh'-o","unicode":"ἐπιδημέω","translit":"epidēméō","definition":"[ἐπιδημέω] from a compound of {{g1909}} and {{g1218}}; to make oneself at home, i.e. (by extension) to reside (in a foreign country)","strongs_number":"g1927"},"g1928":{"pronunciation":"ep-ee-dee-ah-tas'-som-ahee","unicode":"ἐπιδιατάσσομαι","translit":"epidiatássomai","definition":"[ἐπιδιατάσσομαι] middle voice from {{g1909}} and {{g1299}}; to appoint besides, i.e. supplement (as a codicil)","strongs_number":"g1928"},"g1929":{"pronunciation":"ep-ee-did'-o-mee","unicode":"ἐπιδίδωμι","translit":"epidídōmi","definition":"[ἐπιδίδωμι] from {{g1909}} and {{g1325}}; to give over (by hand or surrender)","strongs_number":"g1929"},"g1930":{"pronunciation":"ep-ee-dee-or-tho'-o","unicode":"ἐπιδιορθόω","translit":"epidiorthóō","definition":"[ἐπιδιορθόω] from {{g1909}} and a derivative of {{g3717}}; to straighten further, i.e. (figuratively) arrange additionally","strongs_number":"g1930"},"g1931":{"pronunciation":"ep-ee-doo'-o","unicode":"ἐπιδύω","translit":"epidýō","definition":"[ἐπιδύω] from {{g1909}} and {{g1416}}; to set fully (as the sun)","strongs_number":"g1931"},"g1932":{"pronunciation":"ep-ee-i'-ki-ah","unicode":"ἐπιείκεια","translit":"epieíkeia","definition":"[ἐπιείκεια] from {{g1933}}; suitableness, i.e. (by implication) equity, mildness","strongs_number":"g1932"},"g1933":{"pronunciation":"ep-ee-i-kace'","unicode":"ἐπιεικής","translit":"epieikḗs","definition":"[ἐπιεικής] from {{g1909}} and {{g1503}}; appropriate, i.e. (by implication) mild","strongs_number":"g1933"},"g1934":{"pronunciation":"ep-eed-zay-teh'-o","unicode":"ἐπιζητέω","translit":"epizētéō","definition":"[ἐπιζητέω] from {{g1909}} and {{g2212}}; to search (inquire) for; intensively, to demand, to crave","strongs_number":"g1934"},"g1935":{"pronunciation":"ep-ee-than-at'-ee-os","unicode":"ἐπιθανάτιος","translit":"epithanátios","definition":"[ἐπιθανάτιος] from {{g1909}} and {{g2288}}; doomed to death","strongs_number":"g1935"},"g1936":{"pronunciation":"ep-ith'-es-is","unicode":"ἐπίθεσις","translit":"epíthesis","definition":"[ἐπίθεσις] from {{g2007}}; an imposition (of hands officially)","strongs_number":"g1936"},"g1937":{"pronunciation":"ep-ee-thoo-meh'-o","unicode":"ἐπιθυμέω","translit":"epithyméō","definition":"[ἐπιθυμέω] from {{g1909}} and {{g2372}}; to set the heart upon, i.e. long for (rightfully or otherwise)","strongs_number":"g1937"},"g1938":{"pronunciation":"ep-ee-thoo-may-tace'","unicode":"ἐπιθυμητής","translit":"epithymētḗs","definition":"[ἐπιθυμητής] from {{g1937}}; a craver","strongs_number":"g1938"},"g1939":{"pronunciation":"ep-ee-thoo-mee'-ah","unicode":"ἐπιθυμία","translit":"epithymía","definition":"[ἐπιθυμία] from {{g1937}}; a longing (especially for what is forbidden)","strongs_number":"g1939"},"g1940":{"pronunciation":"ep-ee-kath-id'-zo","unicode":"ἐπικαθίζω","translit":"epikathízō","definition":"[ἐπικαθίζω] from {{g1909}} and {{g2523}}; to seat upon","strongs_number":"g1940"},"g1941":{"pronunciation":"ep-ee-kal-eh'-om-ahee","unicode":"ἐπικαλέομαι","translit":"epikaléomai","definition":"[ἐπικαλέομαι] middle voice from {{g1909}} and {{g2564}}; to entitle; by implication, to invoke (for aid, worship, testimony, decision, etc.)","strongs_number":"g1941"},"g1942":{"pronunciation":"ep-ee-kal'-oo-mah","unicode":"ἐπικάλυμα","translit":"epikályma","definition":"[ἐπικάλυμα] from {{g1943}}; a covering, i.e. (figuratively) pretext","strongs_number":"g1942"},"g1943":{"pronunciation":"ep-ee-kal-oop'-to","unicode":"ἐπικαλύπτω","translit":"epikalýptō","definition":"[ἐπικαλύπτω] from {{g1909}} and {{g2572}}; to conceal, i.e. (figuratively) forgive","strongs_number":"g1943"},"g1944":{"pronunciation":"ep-ee-kat-ar'-at-os","unicode":"ἐπικατάρατος","translit":"epikatáratos","definition":"[ἐπικατάρατος] from {{g1909}} and a derivative of {{g2672}}; imprecated, i.e. execrable","strongs_number":"g1944"},"g1945":{"pronunciation":"ep-ik'-i-mahee","unicode":"ἐπίκειμαι","translit":"epíkeimai","definition":"[ἐπίκειμαι] from {{g1909}} and {{g2749}}; to rest upon (literally or figuratively)","strongs_number":"g1945"},"g1946":{"pronunciation":"ep-ee-koo'-ri-os","unicode":"Ἐπικούρειος","translit":"Epikoúreios","definition":"[Ἐπικούρειος] from Ἐπίκουρος (compare {{g1947}}) (a noted philosopher); an Epicurean or follower of Epicurus","strongs_number":"g1946"},"g1947":{"pronunciation":"ep-ee-koo-ree'-ah","unicode":"ἐπικουρία","translit":"epikouría","definition":"[ἐπικουρία] from a compound of {{g1909}} and a (prolonged) form of the base of {{g2877}} (in the sense of servant); assistance","strongs_number":"g1947"},"g1948":{"pronunciation":"ep-ee-kree'-no","unicode":"ἐπικρίνω","translit":"epikrínō","definition":"[ἐπικρίνω] from {{g1909}} and {{g2919}}; to adjudge","strongs_number":"g1948"},"g1949":{"pronunciation":"ep-ee-lam-ban'-om-ahee","unicode":"ἐπιλαμβάνομαι","translit":"epilambánomai","definition":"[ἐπιλαμβάνομαι] middle voice from {{g1909}} and {{g2983}}; to seize (for help, injury, attainment, or any other purpose; literally or figuratively)","strongs_number":"g1949"},"g1950":{"pronunciation":"ep-ee-lan-than'-om-ahee","unicode":"ἐπιλανθάνομαι","translit":"epilanthánomai","definition":"[ἐπιλανθάνομαι] middle voice from {{g1909}} and {{g2990}}; to lose out of mind; by implication, to neglect","strongs_number":"g1950"},"g1951":{"pronunciation":"ep-ee-leg'-om-ahee","unicode":"ἐπιλέγομαι","translit":"epilégomai","definition":"[ἐπιλέγομαι] middle voice from {{g1909}} and {{g3004}}; to surname, select","strongs_number":"g1951"},"g1952":{"pronunciation":"ep-ee-li'-po","unicode":"ἐπιλείπω","translit":"epileípō","definition":"[ἐπιλείπω] from {{g1909}} and {{g3007}}; to leave upon, i.e. (figuratively) to be insufficient for","strongs_number":"g1952"},"g1953":{"pronunciation":"ep-ee-lace-mon-ay'","unicode":"ἐπιλησμονή","translit":"epilēsmonḗ","definition":"[ἐπιλησμονή] from a derivative of {{g1950}}; negligence","strongs_number":"g1953"},"g1954":{"pronunciation":"ep-il'-oy-pos","unicode":"ἐπίλοιπος","translit":"epíloipos","definition":"[ἐπίλοιπος] from {{g1909}} and {{g3062}}; left over, i.e. remaining","strongs_number":"g1954"},"g1955":{"pronunciation":"ep-il'-oo-sis","unicode":"ἐπίλυσις","translit":"epílysis","definition":"[ἐπίλυσις] from {{g1956}}; explanation, i.e. application","strongs_number":"g1955"},"g1956":{"pronunciation":"ep-ee-loo'-o","unicode":"ἐπιλύω","translit":"epilýō","definition":"[ἐπιλύω] from {{g1909}} and {{g3089}}; to solve further, i.e. (figuratively) to explain, decide","strongs_number":"g1956"},"g1957":{"pronunciation":"ep-ee-mar-too-reh'-o","unicode":"ἐπιμαρτυρέω","translit":"epimartyréō","definition":"[ἐπιμαρτυρέω] from {{g1909}} and {{g3140}}; to attest further, i.e. corroborate","strongs_number":"g1957"},"g1958":{"pronunciation":"ep-ee-mel'-i-ah","unicode":"ἐπιμέλεια","translit":"epiméleia","definition":"[ἐπιμέλεια] from {{g1959}}; carefulness, i.e. kind attention (hospitality)","strongs_number":"g1958"},"g1959":{"pronunciation":"ep-ee-mel-eh'-om-ahee","unicode":"ἐπιμελέομαι","translit":"epimeléomai","definition":"[ἐπιμελέομαι] middle voice from {{g1909}} and the same as {{g3199}}; to care for (physically or otherwise)","strongs_number":"g1959"},"g1960":{"pronunciation":"ep-ee-mel-oce'","unicode":"ἐπιμελῶς","translit":"epimelōs","definition":"[ἐπιμελῶς] adverb from a derivative of {{g1959}}; carefully","strongs_number":"g1960"},"g1961":{"pronunciation":"ep-ee-men'-o","unicode":"ἐπιμένω","translit":"epiménō","definition":"[ἐπιμένω] from {{g1909}} and {{g3306}}; to stay over, i.e. remain (figuratively, persevere)","strongs_number":"g1961"},"g1962":{"pronunciation":"ep-een-yoo'-o","unicode":"ἐπινεύω","translit":"epineúō","definition":"[ἐπινεύω] from {{g1909}} and {{g3506}}; to nod at, i.e. (by implication) to assent","strongs_number":"g1962"},"g1963":{"pronunciation":"ep-in'-oy-ah","unicode":"ἐπίνοια","translit":"epínoia","definition":"[ἐπίνοια] from {{g1909}} and {{g3563}}; attention of the mind, i.e. (by implication) purpose","strongs_number":"g1963"},"g1964":{"pronunciation":"ep-ee-or-keh'-o","unicode":"ἐπιορκέω","translit":"epiorkéō","definition":"[ἐπιορκέω] from {{g1965}}; to commit perjury","strongs_number":"g1964"},"g1965":{"pronunciation":"ep-ee'-or-kos","unicode":"ἐπίορκος","translit":"epíorkos","definition":"[ἐπίορκος] from {{g1909}} and {{g3727}}; on oath, i.e. (falsely) a forswearer","strongs_number":"g1965"},"g1966":{"pronunciation":"ep-ee-oo'-sah","unicode":"ἐπιοῦσα","translit":"epioûsa","definition":"[ἐπιοῦσα] feminine singular participle of a comparative of {{g1909}} and εἶμι (to go); supervening, i.e. ({{g2250}} or {{g3571}} being expressed or implied) the ensuing day or night","strongs_number":"g1966"},"g1967":{"pronunciation":"ep-ee-oo'-see-os","unicode":"ἐπιούσιος","translit":"epioúsios","definition":"[ἐπιούσιος] perhaps from the same as {{g1966}}; tomorrow's; but more probably from {{g1909}} and a derivative of the present participle feminine of {{g1510}}; for subsistence, i.e. needful","strongs_number":"g1967"},"g1968":{"pronunciation":"ep-ee-pip'-to","unicode":"ἐπιπίπτω","translit":"epipíptō","definition":"[ἐπιπίπτω] from {{g1909}} and {{g4098}}; to embrace (with affection) or seize (with more or less violence; literally or figuratively)","strongs_number":"g1968"},"g1969":{"pronunciation":"ep-ee-place'-so","unicode":"ἐπιπλήσσω","translit":"epiplḗssō","definition":"[ἐπιπλήσσω] from {{g1909}} and {{g4141}}; to chastise, i.e. (with words) to upbraid","strongs_number":"g1969"},"g1970":{"pronunciation":"ep-ee-pnee'-go","unicode":"ἐπιπνίγω","translit":"epipnígō","definition":"[ἐπιπνίγω] from {{g1909}} and {{g4155}}; to throttle upon, i.e. (figuratively) overgrow","strongs_number":"g1970"},"g1971":{"pronunciation":"ep-ee-poth-eh'-o","unicode":"ἐπιποθέω","translit":"epipothéō","definition":"[ἐπιποθέω] from {{g1909}} and potheo (to yearn); to dote upon, i.e. intensely crave possession (lawfully or wrongfully)","strongs_number":"g1971"},"g1972":{"pronunciation":"ep-ee-poth'-ay-sis","unicode":"ἐπιπόθησις","translit":"epipóthēsis","definition":"[ἐπιπόθησις] from {{g1971}}; a longing for","strongs_number":"g1972"},"g1973":{"pronunciation":"ep-ee-poth'-ay-tos","unicode":"ἐπιπόθητος","translit":"epipóthētos","definition":"[ἐπιπόθητος] from {{g1909}} and a derivative of the latter part of {{g1971}}; yearned upon, i.e. greatly loved","strongs_number":"g1973"},"g1974":{"pronunciation":"ep-ee-poth-ee'-ah","unicode":"ἐπιποθία","translit":"epipothía","definition":"[ἐπιποθία] from {{g1971}}; intense longing","strongs_number":"g1974"},"g1975":{"pronunciation":"ep-ee-por-yoo'-om-ahee","unicode":"ἐπιπορεύομαι","translit":"epiporeúomai","definition":"[ἐπιπορεύομαι] from {{g1909}} and {{g4198}}; to journey further, i.e. travel on (reach)","strongs_number":"g1975"},"g1976":{"pronunciation":"ep-ir-hrap'-to","unicode":"ἐπιῤῥάπτω","translit":"epirrháptō","definition":"[ἐπιῤῥάπτω] from {{g1909}} and the base of {{g4476}}; to stitch upon, i.e. fasten with the needle","strongs_number":"g1976"},"g1977":{"pronunciation":"ep-ir-hrip'-to","unicode":"ἐπιῤῥίπτω","translit":"epirrhíptō","definition":"[ἐπιῤῥίπτω] from {{g1909}} and {{g4496}}; to throw upon (literally or figuratively)","strongs_number":"g1977"},"g1978":{"pronunciation":"ep-is'-ay-mos","unicode":"ἐπίσημος","translit":"epísēmos","definition":"[ἐπίσημος] from {{g1909}} and some form of the base of {{g4591}}; remarkable, i.e. (figuratively) eminent","strongs_number":"g1978"},"g1979":{"pronunciation":"ep-ee-sit-is-mos'","unicode":"ἐπισιτισμός","translit":"episitismós","definition":"[ἐπισιτισμός] from a compound of {{g1909}} and a derivative of {{g4621}}; a provisioning, i.e. (concretely) food","strongs_number":"g1979"},"g1980":{"pronunciation":"ep-ee-skep'-tom-ahee","unicode":"ἐπισκέπτομαι","translit":"episképtomai","definition":"[ἐπισκέπτομαι] middle voice from {{g1909}} and the base of {{g4649}}; to inspect, i.e. (by implication) to select; by extension, to go to see, relieve","strongs_number":"g1980"},"g1981":{"pronunciation":"ep-ee-skay-no'-o","unicode":"ἐπισκηνόω","translit":"episkēnóō","definition":"[ἐπισκηνόω] from {{g1909}} and {{g4637}}; to tent upon, i.e. (figuratively) abide with ","strongs_number":"g1981"},"g1982":{"pronunciation":"ep-ee-skee-ad'-zo","unicode":"ἐπισκιάζω","translit":"episkiázō","definition":"[ἐπισκιάζω] from {{g1909}} and a derivative of {{g4639}}; to cast a shade upon, i.e. (by analogy) to envelop in a haze of brilliancy; figuratively, to invest with preternatural influence","strongs_number":"g1982"},"g1983":{"pronunciation":"ep-ee-skop-eh'-o","unicode":"ἐπισκοπέω","translit":"episkopéō","definition":"[ἐπισκοπέω] from {{g1909}} and {{g4648}}; to oversee; by implication, to beware","strongs_number":"g1983"},"g1984":{"pronunciation":"ep-is-kop-ay'","unicode":"ἐπισκοπή","translit":"episkopḗ","definition":"[ἐπισκοπή] from {{g1980}}; inspection (for relief); by implication, superintendence; specially, the Christian \"episcopate\"","strongs_number":"g1984"},"g1985":{"pronunciation":"ep-is'-kop-os","unicode":"ἐπίσκοπος","translit":"epískopos","definition":"[ἐπίσκοπος] from {{g1909}} and {{g4649}} (in the sense of {{g1983}}); a superintendent, i.e. Christian officer in genitive case charge of a (or the) church (literally or figuratively)","strongs_number":"g1985"},"g1986":{"pronunciation":"ep-ee-spah'-om-ahee","unicode":"ἐπισπάομαι","translit":"epispáomai","definition":"[ἐπισπάομαι] from {{g1909}} and {{g4685}}; to draw over, i.e. (with {{g203}} implied) efface the mark of circumcision (by recovering with the foreskin)","strongs_number":"g1986"},"g1987":{"pronunciation":"ep-is'-tam-ahee","unicode":"ἐπίσταμαι","translit":"epístamai","definition":"[ἐπίσταμαι] apparently a middle voice of {{g2186}} (with {{g3563}} implied); to put the mind upon, i.e. comprehend, or be acquainted with","strongs_number":"g1987"},"g1988":{"pronunciation":"ep-is-tat'-ace","unicode":"ἐπιστάτης","translit":"epistátēs","definition":"[ἐπιστάτης] from {{g1909}} and a presumed derivative of {{g2476}}; an appointee over, i.e. commander (teacher)","strongs_number":"g1988"},"g1989":{"pronunciation":"ep-ee-stel'-lo","unicode":"ἐπιστέλλω","translit":"epistéllō","definition":"[ἐπιστέλλω] from {{g1909}} and {{g4724}}; to enjoin (by writing), i.e. (genitive case) to communicate by letter (for any purpose)","strongs_number":"g1989"},"g1990":{"pronunciation":"ep-ee-stay'-mone","unicode":"ἐπιστήμων","translit":"epistḗmōn","definition":"[ἐπιστήμων] from {{g1987}}; intelligent","strongs_number":"g1990"},"g1991":{"pronunciation":"ep-ee-stay-rid'-zo","unicode":"ἐπιστηρίζω","translit":"epistērízō","definition":"[ἐπιστηρίζω] from {{g1909}} and {{g4741}}; to support further, i.e. reestablish","strongs_number":"g1991"},"g1992":{"pronunciation":"ep-is-tol-ay'","unicode":"ἐπιστολή","translit":"epistolḗ","definition":"[ἐπιστολή] from {{g1989}}; a written message","strongs_number":"g1992"},"g1993":{"pronunciation":"ep-ee-stom-id'-zo","unicode":"ἐπιστομίζω","translit":"epistomízō","definition":"[ἐπιστομίζω] from {{g1909}} and {{g4750}}; to put something over the mouth, i.e. (figuratively) to silence","strongs_number":"g1993"},"g1994":{"pronunciation":"ep-ee-stref'-o","unicode":"ἐπιστρέφω","translit":"epistréphō","definition":"[ἐπιστρέφω] from {{g1909}} and {{g4762}}; to revert (literally, figuratively or morally)","strongs_number":"g1994"},"g1995":{"pronunciation":"ep-is-trof-ay'","unicode":"ἐπιστροφή","translit":"epistrophḗ","definition":"[ἐπιστροφή] from {{g1994}}; reversion, i.e. morally, revolution","strongs_number":"g1995"},"g1996":{"pronunciation":"ep-ee-soon-ag'-o","unicode":"ἐπισυνάγω","translit":"episynágō","definition":"[ἐπισυνάγω] from {{g1909}} and {{g4863}}; to collect upon the same place","strongs_number":"g1996"},"g1997":{"pronunciation":"ep-ee-soon-ag-o-gay'","unicode":"ἐπισυναγωγή","translit":"episynagōgḗ","definition":"[ἐπισυναγωγή] from {{g1996}}; a complete collection; especially a Christian meeting (for worship)","strongs_number":"g1997"},"g1998":{"pronunciation":"ep-ee-soon-trekh'-o","unicode":"ἐπισυντρέχω","translit":"episyntréchō","definition":"[ἐπισυντρέχω] from {{g1909}} and {{g4936}}; to hasten together upon one place (or a particular occasion)","strongs_number":"g1998"},"g1999":{"pronunciation":"ep-ee-soo'-stas-is","unicode":"ἐπισύστασις","translit":"episýstasis","definition":"[ἐπισύστασις] from the middle voice of a compound of {{g1909}} and {{g4921}}; a conspiracy, i.e. concourse (riotous or friendly)","strongs_number":"g1999"},"g2000":{"pronunciation":"ep-ee-sfal-ace'","unicode":"ἐπισφαλής","translit":"episphalḗs","definition":"[ἐπισφαλής] from a compound of {{g1909}} and σφάλλω (to trip); figuratively, insecure","strongs_number":"g2000"}}
@@ -0,0 +1 @@
1
+ {"g201":{"pronunciation":"ak-ro-at-ay'-ree-on","unicode":"ἀκροατήριον","translit":"akroatḗrion","definition":"[ἀκροατήριον] from {{g202}}; an audience-room","strongs_number":"g201"},"g202":{"pronunciation":"ak-ro-at-ace'","unicode":"ἀκροατής","translit":"akroatḗs","definition":"[ἀκροατής] from ἀκροάομαι (to listen; apparently an intensive of {{g191}}); a hearer (merely)","strongs_number":"g202"},"g203":{"pronunciation":"ak-rob-oos-tee'-ah","unicode":"ἀκροβυστία","translit":"akrobystía","definition":"[ἀκροβυστία] from {{g206}} and probably a modified form of πόσθη (the penis or male sexual organ); the prepuce; by implication, an uncircumcised (i.e. gentile, figuratively, unregenerate) state or person","strongs_number":"g203"},"g204":{"pronunciation":"ak-rog-o-nee-ah'-yos","unicode":"ἀκρογωνιαῖος","translit":"akrogōniaîos","definition":"[ἀκρογωνιαῖος] from {{g206}} and {{g1137}}; belonging to the extreme corner","strongs_number":"g204"},"g205":{"pronunciation":"ak-roth-in'-ee-on","unicode":"ἀκροθίνιον","translit":"akrothínion","definition":"[ἀκροθίνιον] from {{g206}} and θίς (a heap); properly (in the plural) the top of the heap, i.e. (by implication) best of the booty","strongs_number":"g205"},"g206":{"pronunciation":"ak'-ron","unicode":"ἄκρον","translit":"ákron","definition":"[ἄκρον] neuter of an adjective probably akin to the base of {{g188}}; the extremity","strongs_number":"g206"},"g207":{"pronunciation":"ak-oo'-las","unicode":"Ἀκύλας","translit":"Akýlas","definition":"[Ἀκύλας] probably for Latin (an eagle); Akulas, an Israelite","strongs_number":"g207"},"g208":{"pronunciation":"ak-oo-ro'-o","unicode":"ἀκυρόω","translit":"akyróō","definition":"[ἀκυρόω] from {{g1}} (as a negative particle) and {{g2964}}; to invalidate","strongs_number":"g208"},"g209":{"pronunciation":"ak-o-loo'-toce","unicode":"ἀκωλύτως","translit":"akōlýtōs","definition":"[ἀκωλύτως] adverb from a compound of {{g1}} (as a negative particle) and a derivative of {{g2967}}; in an unhindered manner, i.e. freely","strongs_number":"g209"},"g210":{"pronunciation":"ak'-ohn","unicode":"ἄκων","translit":"ákōn","definition":"[ἄκων] from {{g1}} (as a negative particle) and {{g1635}}; unwilling","strongs_number":"g210"},"g211":{"pronunciation":"al-ab'-as-tron","unicode":"ἀλάβαστρον","translit":"alábastron","definition":"[ἀλάβαστρον] neuter of ἀλάβαστρος (of uncertain derivation), the name of a stone; properly, an \"alabaster\" box, i.e. (by extension) a perfume vase (of any material)","strongs_number":"g211"},"g212":{"pronunciation":"al-ad-zon-i'-a","unicode":"ἀλαζονεία","translit":"alazoneía","definition":"[ἀλαζονεία] from {{g213}}; braggadocio, i.e. (by implication) self-confidence","strongs_number":"g212"},"g213":{"pronunciation":"al-ad-zone'","unicode":"ἀλαζών","translit":"alazṓn","definition":"[ἀλαζών] from ἄλη (vagrancy); braggart","strongs_number":"g213"},"g214":{"pronunciation":"al-al-ad'-zo","unicode":"ἀλαλάζω","translit":"alalázō","definition":"[ἀλαλάζω] from ἀλαλή ( a shout, \"halloo\"); to vociferate, i.e. (by implication) to wail; figuratively, to clang","strongs_number":"g214"},"g215":{"pronunciation":"al-al'-ay-tos","unicode":"ἀλάλητος","translit":"alálētos","definition":"[ἀλάλητος] from {{g1}} (as a negative particle) and a derivative of {{g2980}}; unspeakable","strongs_number":"g215"},"g216":{"pronunciation":"al'-al-os","unicode":"ἄλαλος","translit":"álalos","definition":"[ἄλαλος] from {{g1}} (as a negative particle) and {{g2980}}; mute","strongs_number":"g216"},"g217":{"pronunciation":"hal'-as","unicode":"ἅλας","translit":"hálas","definition":"[ἅλας] from {{g251}}; salt; figuratively, prudence","strongs_number":"g217"},"g218":{"pronunciation":"al-i'-fo","unicode":"ἀλείφω","translit":"aleíphō","definition":"[ἀλείφω] from {{g1}} (as particle of union) and the base of {{g3045}}; to oil (with perfume)","strongs_number":"g218"},"g219":{"pronunciation":"al-ek-tor-of-o-nee'-ah","unicode":"ἀλεκτοροφωνία","translit":"alektorophōnía","definition":"[ἀλεκτοροφωνία] from {{g220}} and {{g5456}}; cock-crow, i.e. the third night-watch","strongs_number":"g219"},"g220":{"pronunciation":"al-ek'-tore","unicode":"ἀλέκτωρ","translit":"aléktōr","definition":"[ἀλέκτωρ] from ἀλέκω (to ward off); a cock or male fowl","strongs_number":"g220"},"g221":{"pronunciation":"al-ex-and-reuce'","unicode":"Ἀλεξανδρεύς","translit":"Alexandreús","definition":"[Ἀλεξανδρεύς] from Ἀλεξάνδρεια (the city so called); an Alexandreian or inhabitant of Alexandria","strongs_number":"g221"},"g222":{"pronunciation":"al-ex-an-dree'-nos","unicode":"Ἀλεξανδρῖνος","translit":"Alexandrînos","definition":"[Ἀλεξανδρῖνος] from the same as {{g221}}; Alexandrine, or belonging to Alexandria","strongs_number":"g222"},"g223":{"pronunciation":"al-ex'-an-dros","unicode":"Ἀλέξανδρος","translit":"Aléxandros","definition":"[Ἀλέξανδρος] from the same as (the first part of) {{g220}} and {{g435}}; man-defender; Alexander, the name of three Israelites and one other man","strongs_number":"g223"},"g224":{"pronunciation":"al'-yoo-ron","unicode":"ἄλευρον","translit":"áleuron","definition":"[ἄλευρον] from ἀλέω(to grind); flour","strongs_number":"g224"},"g225":{"pronunciation":"al-ay'-thi-a","unicode":"ἀλήθεια","translit":"alḗtheia","definition":"[ἀλήθεια] from {{g227}}; truth","strongs_number":"g225"},"g226":{"pronunciation":"al-ayth-yoo'-o","unicode":"ἀληθεύω","translit":"alētheúō","definition":"[ἀληθεύω] from {{g227}}; to be true (in doctrine and profession)","strongs_number":"g226"},"g227":{"pronunciation":"al-ay-thace'","unicode":"ἀληθής","translit":"alēthḗs","definition":"[ἀληθής] from {{g1}} (as a negative particle) and {{g2990}}; true (as not concealing)","strongs_number":"g227"},"g228":{"pronunciation":"al-ay-thee-nos'","unicode":"ἀληθινός","translit":"alēthinós","definition":"[ἀληθινός] from {{g227}}; truthful","strongs_number":"g228"},"g229":{"pronunciation":"al-ay'-tho","unicode":"ἀλήθω","translit":"alḗthō","definition":"[ἀλήθω] from the same as {{g224}}; to grind","strongs_number":"g229"},"g230":{"pronunciation":"al-ay-thoce'","unicode":"ἀληθῶς","translit":"alēthōs","definition":"[ἀληθῶς] adverb from {{g227}}; truly","strongs_number":"g230"},"g231":{"pronunciation":"hal-ee-yoos'","unicode":"ἁλιεύς","translit":"halieús","definition":"[ἁλιεύς] from {{g251}}; a sailor (as engaged on the salt water), i.e. (by implication) a fisher","strongs_number":"g231"},"g232":{"pronunciation":"hal-ee-yoo'-o","unicode":"ἁλιεύω","translit":"halieúō","definition":"[ἁλιεύω] from {{g231}}; to be a fisher, i.e. (by implication) to fish","strongs_number":"g232"},"g233":{"pronunciation":"hal-id'-zo","unicode":"ἁλίζω","translit":"halízō","definition":"[ἁλίζω] from {{g251}}; to salt","strongs_number":"g233"},"g234":{"pronunciation":"al-is'-ghem-ah","unicode":"ἀλίσγεμα","translit":"alísgema","definition":"[ἀλίσγεμα] from ἀλισγέω (to soil); (ceremonially) defilement","strongs_number":"g234"},"g235":{"pronunciation":"al-lah'","unicode":"ἀλλά","translit":"allá","definition":"[ἀλλά] neuter plural of {{g243}}; properly, other things, i.e. (adverbially) contrariwise (in many relations)","strongs_number":"g235"},"g236":{"pronunciation":"al-las'-so","unicode":"ἀλλάσσω","translit":"allássō","definition":"[ἀλλάσσω] from {{g243}}; to make different","strongs_number":"g236"},"g237":{"pronunciation":"al-lakh-oth'-en","unicode":"ἀλλαχόθεν","translit":"allachóthen","definition":"[ἀλλαχόθεν] from {{g243}}; from elsewhere","strongs_number":"g237"},"g238":{"pronunciation":"al-lay-gor-eh'-o","unicode":"ἀλληγορέω","translit":"allēgoréō","definition":"[ἀλληγορέω] from {{g243}} and ἀγορέω (to harangue (compare {{g58}})); to allegorize","strongs_number":"g238"},"g239":{"pronunciation":"al-lay-loo'-ee-ah","unicode":"ἀλληλουϊα","translit":"allēlouïa","definition":"[ἀλληλουϊα] of Hebrew origin (imperative of {{h1984}} and {{h3050}}); praise ye Jah!, an adoring exclamation","strongs_number":"g239"},"g240":{"pronunciation":"al-lay'-lone","unicode":"ἀλλήλων","translit":"allḗlōn","definition":"[ἀλλήλων] Genitive plural from {{g243}} reduplicated; one another","strongs_number":"g240"},"g241":{"pronunciation":"al-log-en-ace'","unicode":"ἀλλογενής","translit":"allogenḗs","definition":"[ἀλλογενής] from {{g243}} and {{g1085}}; foreign, i.e. not a Jew","strongs_number":"g241"},"g242":{"pronunciation":"hal'-lom-ahee","unicode":"ἅλλομαι","translit":"hállomai","definition":"[ἅλλομαι] middle voice of apparently a primary verb; to jump; figuratively, to gush","strongs_number":"g242"},"g243":{"pronunciation":"al'-los","unicode":"ἄλλος","translit":"állos","definition":"[ἄλλος] a primary word; \"else,\" i.e. different (in many applications)","strongs_number":"g243"},"g244":{"pronunciation":"al-lot-ree-ep-is'-kop-os","unicode":"ἀλλοτριεπίσκοπος","translit":"allotriepískopos","definition":"[ἀλλοτριεπίσκοπος] from {{g245}} and {{g1985}}; overseeing others' affairs, i.e. a meddler (specially, in Gentile customs)","strongs_number":"g244"},"g245":{"pronunciation":"al-lot'-ree-os","unicode":"ἀλλότριος","translit":"allótrios","definition":"[ἀλλότριος] from {{g243}}; another's, i.e. not one's own; by extension foreign, not akin, hostile","strongs_number":"g245"},"g246":{"pronunciation":"al-lof'-oo-los","unicode":"ἀλλόφυλος","translit":"allóphylos","definition":"[ἀλλόφυλος] from {{g243}} and {{g5443}}; foreign, i.e. (specially) Gentile","strongs_number":"g246"},"g247":{"pronunciation":"al'-loce","unicode":"ἄλλως","translit":"állōs","definition":"[ἄλλως] adverb from {{g243}}; differently","strongs_number":"g247"},"g248":{"pronunciation":"al-o-ah'-o","unicode":"ἀλοάω","translit":"aloáō","definition":"[ἀλοάω] from the same as {{g257}}; to tread out grain","strongs_number":"g248"},"g249":{"pronunciation":"al'-og-os","unicode":"ἄλογος","translit":"álogos","definition":"[ἄλογος] from {{g1}} (as a negative particle) and {{g3056}}; irrational","strongs_number":"g249"},"g250":{"pronunciation":"al-o-ay'","unicode":"ἀλόη","translit":"alóē","definition":"[ἀλόη] of foreign origin (compare {{g174}}); aloes (the gum)","strongs_number":"g250"},"g251":{"pronunciation":"halce","unicode":"ἅλς","translit":"háls","definition":"[ἅλς] a primary word; \"salt\"","strongs_number":"g251"},"g252":{"pronunciation":"hal-oo-kos'","unicode":"ἁλυκός","translit":"halykós","definition":"[ἁλυκός] from {{g251}}; briny","strongs_number":"g252"},"g253":{"pronunciation":"al-oo-pot'-er-os","unicode":"ἀλυπότερος","translit":"alypóteros","definition":"[ἀλυπότερος] comparative of a compound of {{g1}} (as a negative particle) and {{g3077}}; more without grief","strongs_number":"g253"},"g254":{"pronunciation":"hal'-oo-sis","unicode":"ἅλυσις","translit":"hálysis","definition":"[ἅλυσις] of uncertain derivation; a fetter or manacle","strongs_number":"g254"},"g255":{"pronunciation":"al-oo-sit-el-ace'","unicode":"ἀλυσιτελής","translit":"alysitelḗs","definition":"[ἀλυσιτελής] from {{g1}} (as a negative particle) and the base of {{g3081}}; gainless, i.e. (by implication) pernicious","strongs_number":"g255"},"g256":{"pronunciation":"al-fah'-yos","unicode":"Ἀλφαῖος","translit":"Alphaîos","definition":"[Ἀλφαῖος] of Hebrew origin (compare {{h2501}}); Alphæus, an Israelite","strongs_number":"g256"},"g257":{"pronunciation":"hal'-ohn","unicode":"ἅλων","translit":"hálōn","definition":"[ἅλων] probably from the base of {{g1507}}; a threshing-floor (as rolled hard), i.e. (figuratively) the grain (and chaff, as just threshed)","strongs_number":"g257"},"g258":{"pronunciation":"al-o'-pakes","unicode":"ἀλώπηξ","translit":"alṓpēx","definition":"[ἀλώπηξ] of uncertain derivation; a fox, i.e. (figuratively) a cunning person","strongs_number":"g258"},"g259":{"pronunciation":"hal'-o-sis","unicode":"ἅλωσις","translit":"hálōsis","definition":"[ἅλωσις] from a collateral form of {{g138}}; capture, be taken.","strongs_number":"g259"},"g260":{"pronunciation":"ham'-ah","unicode":"ἅμα","translit":"háma","definition":"[ἅμα] a primary particle; properly, at the \"same\" time, but freely used as a preposition or adverb denoting close association","strongs_number":"g260"},"g261":{"pronunciation":"am-ath-ace'","unicode":"ἀμαθής","translit":"amathḗs","definition":"[ἀμαθής] from {{g1}} (as a negative particle) and {{g3129}}; ignorant","strongs_number":"g261"},"g262":{"pronunciation":"am-ar-an'-tee-nos","unicode":"ἀμαράντινος","translit":"amarántinos","definition":"[ἀμαράντινος] from {{g263}}; \"amaranthine\", i.e. (by implication) fadeless","strongs_number":"g262"},"g263":{"pronunciation":"am-ar'-an-tos","unicode":"ἀμάραντος","translit":"amárantos","definition":"[ἀμάραντος] from {{g1}} (as a negative particle) and a presumed derivative of {{g3133}}; unfading, i.e. (by implication) perpetual","strongs_number":"g263"},"g264":{"pronunciation":"ham-ar-tan'-o","unicode":"ἁμαρτάνω","translit":"hamartánō","definition":"[ἁμαρτάνω] perhaps from {{g1}} (as a negative particle) and the base of {{g3313}}; properly, to miss the mark (and so not share in the prize), i.e. (figuratively) to err, especially (morally) to sin","strongs_number":"g264"},"g265":{"pronunciation":"ham-ar'-tay-mah","unicode":"ἁμάρτημα","translit":"hamártēma","definition":"[ἁμάρτημα] from {{g264}}; a sin (properly concrete)","strongs_number":"g265"},"g266":{"pronunciation":"ham-ar-tee'-ah","unicode":"ἁμαρτία","translit":"hamartía","definition":"[ἁμαρτία] from {{g264}}; a sin (properly abstract)","strongs_number":"g266"},"g267":{"pronunciation":"am-ar'-too-ros","unicode":"ἀμάρτυρος","translit":"amártyros","definition":"[ἀμάρτυρος] from {{g1}} (as a negative particle) and a form of {{g3144}}; unattested","strongs_number":"g267"},"g268":{"pronunciation":"ham-ar-to-los'","unicode":"ἁμαρτωλός","translit":"hamartōlós","definition":"[ἁμαρτωλός] from {{g264}}; sinful, i.e. a sinner","strongs_number":"g268"},"g269":{"pronunciation":"am'-akh-os","unicode":"ἄμαχος","translit":"ámachos","definition":"[ἄμαχος] from {{g1}} (as a negative particle) and {{g3163}}; peaceable","strongs_number":"g269"},"g270":{"pronunciation":"am-ah'-o","unicode":"ἀμάω","translit":"amáō","definition":"[ἀμάω] from {{g260}}; properly, to collect, i.e. (by implication) reap","strongs_number":"g270"},"g271":{"pronunciation":"am-eth'-oos-tos","unicode":"ἀμέθυστος","translit":"améthystos","definition":"[ἀμέθυστος] from {{g1}} (as a negative particle) and a derivative of {{g3184}}; the \"amethyst\" (supposed to prevent intoxication)","strongs_number":"g271"},"g272":{"pronunciation":"am-el-eh'-o","unicode":"ἀμελέω","translit":"ameléō","definition":"[ἀμελέω] from {{g1}} (as a negative particle) and {{g3199}}; to be careless of","strongs_number":"g272"},"g273":{"pronunciation":"am'-emp-tos","unicode":"ἄμεμπτος","translit":"ámemptos","definition":"[ἄμεμπτος] from {{g1}} (as a negative particle) and a derivative of {{g3201}}; irreproachable","strongs_number":"g273"},"g274":{"pronunciation":"am-emp'-toce","unicode":"ἀμέμπτως","translit":"amémptōs","definition":"[ἀμέμπτως] adverb from {{g273}}; faultlessly","strongs_number":"g274"},"g275":{"pronunciation":"am-er'-im-nos","unicode":"ἀμέριμνος","translit":"amérimnos","definition":"[ἀμέριμνος] from {{g1}} (as a negative particle) and {{g3308}}; not anxious","strongs_number":"g275"},"g276":{"pronunciation":"am-et-ath'-et-os","unicode":"ἀμετάθετος","translit":"ametáthetos","definition":"[ἀμετάθετος] from {{g1}} (as a negative particle) and a derivative of {{g3346}}; unchangeable, or (neuter as abstract) unchangeability","strongs_number":"g276"},"g277":{"pronunciation":"am-et-ak-in'-ay-tos","unicode":"ἀμετακίνητος","translit":"ametakínētos","definition":"[ἀμετακίνητος] from {{g1}} (as a negative particle) and a derivative of {{g3334}}; immovable","strongs_number":"g277"},"g278":{"pronunciation":"am-et-am-el'-ay-tos","unicode":"ἀμεταμέλητος","translit":"ametamélētos","definition":"[ἀμεταμέλητος] from {{g1}} (as a negative particle) and a presumed derivative of {{g3338}}; irrevocable","strongs_number":"g278"},"g279":{"pronunciation":"am-et-an-o'-ay-tos","unicode":"ἀμετανόητος","translit":"ametanóētos","definition":"[ἀμετανόητος] from {{g1}} (as a negative particle) and a presumed derivative of {{g3340}}; unrepentant","strongs_number":"g279"},"g280":{"pronunciation":"am'-et-ros","unicode":"ἄμετρος","translit":"ámetros","definition":"[ἄμετρος] from {{g1}} (as a negative particle) and {{g3358}}; immoderate","strongs_number":"g280"},"g281":{"pronunciation":"am-ane'","unicode":"ἀμήν","translit":"amḗn","definition":"[ἀμήν] of Hebrew origin ({{h543}}); properly, firm, i.e. (figuratively) trustworthy; adverbially, surely (often as interjection, so be it)","strongs_number":"g281"},"g282":{"pronunciation":"am-ay'-tore","unicode":"ἀμήτωρ","translit":"amḗtōr","definition":"[ἀμήτωρ] from {{g1}} (as a negative particle) and {{g3384}}; motherless, i.e. of unknown maternity","strongs_number":"g282"},"g283":{"pronunciation":"am-ee'-an-tos","unicode":"ἀμίαντος","translit":"amíantos","definition":"[ἀμίαντος] from {{g1}} (as a negative particle) and a derivative of {{g3392}}; unsoiled, i.e. (figuratively) pure","strongs_number":"g283"},"g284":{"pronunciation":"am-ee-nad-ab'","unicode":"Ἀμιναδάβ","translit":"Aminadáb","definition":"[Ἀμιναδάβ] of Hebrew origin ({{h5992}}); Aminadab, an Israelite","strongs_number":"g284"},"g285":{"pronunciation":"am'-mos","unicode":"ἄμμος","translit":"ámmos","definition":"[ἄμμος] perhaps from {{g260}}; sand (as heaped on the beach)","strongs_number":"g285"},"g286":{"pronunciation":"am-nos'","unicode":"ἀμνός","translit":"amnós","definition":"[ἀμνός] apparently a primary word; a lamb","strongs_number":"g286"},"g287":{"pronunciation":"am-oy-bay'","unicode":"ἀμοιβή","translit":"amoibḗ","definition":"[ἀμοιβή] from ἀμείβω (to exchange); requital","strongs_number":"g287"},"g288":{"pronunciation":"am'-pel-os","unicode":"ἄμπελος","translit":"ámpelos","definition":"[ἄμπελος] probably from the base of {{g297}} and that of {{g257}}; a vine (as coiling about a support)","strongs_number":"g288"},"g289":{"pronunciation":"am-pel-oor-gos'","unicode":"ἀμπελουργός","translit":"ampelourgós","definition":"[ἀμπελουργός] from {{g288}} and {{g2041}}; a vine-worker, i.e. pruner","strongs_number":"g289"},"g290":{"pronunciation":"am-pel-ohn'","unicode":"ἀμπελών","translit":"ampelṓn","definition":"[ἀμπελών] from {{g288}}; a vineyard","strongs_number":"g290"},"g291":{"pronunciation":"am-plee'-as","unicode":"Ἀμπλίας","translit":"Amplías","definition":"[Ἀμπλίας] contracted for Latin (enlarged); Amplias, a Roman Christian","strongs_number":"g291"},"g292":{"pronunciation":"am-oo'-nom-ahee","unicode":"ἀμύνομαι","translit":"amýnomai","definition":"[ἀμύνομαι] middle voice of a primary verb; to ward off (for oneself), i.e. protect","strongs_number":"g292"},"g293":{"pronunciation":"am-fib'-lace-tron","unicode":"ἀμφίβληστρον","translit":"amphíblēstron","definition":"[ἀμφίβληστρον] from a compound of the base of {{g297}} and {{g906}}; a (fishing) net (as thrown about the fish)","strongs_number":"g293"},"g294":{"pronunciation":"am-fee-en'-noo-mee","unicode":"ἀμφιέννυμι","translit":"amphiénnymi","definition":"[ἀμφιέννυμι] from the base of {{g297}} and ἕννυμι (to invest); to enrobe","strongs_number":"g294"},"g295":{"pronunciation":"am-fip'-ol-is","unicode":"Ἀμφίπολις","translit":"Amphípolis","definition":"[Ἀμφίπολις] from the base of {{g297}} and {{g4172}}; a city surrounded by a river; Amphipolis, a place in Macedonia","strongs_number":"g295"},"g296":{"pronunciation":"am'-fod-on","unicode":"ἄμφοδον","translit":"ámphodon","definition":"[ἄμφοδον] from the base of {{g297}} and {{g3598}}; a fork in the road","strongs_number":"g296"},"g297":{"pronunciation":"am-fot'-er-os","unicode":"ἀμφότερος","translit":"amphóteros","definition":"[ἀμφότερος] comparative of ἀμφί (around); (in plural) both","strongs_number":"g297"},"g298":{"pronunciation":"am-o'-may-tos","unicode":"ἀμώμητος","translit":"amṓmētos","definition":"[ἀμώμητος] from {{g1}} (as a negative particle) and a derivative of {{g3469}}; unblamable","strongs_number":"g298"},"g299":{"pronunciation":"am'-o-mos","unicode":"ἄμωμος","translit":"ámōmos","definition":"[ἄμωμος] from {{g1}} (as a negative particle) and {{g3470}}; unblemished (literally or figuratively)","strongs_number":"g299"},"g300":{"pronunciation":"am-one'","unicode":"Ἀμών","translit":"Amṓn","definition":"[Ἀμών] of Hebrew origin ({{h526}}); Amon, an Israelite","strongs_number":"g300"}}
@@ -0,0 +1 @@
1
+ {"g2001":{"pronunciation":"ep-is-khoo'-o","unicode":"ἐπισχύω","translit":"epischýō","definition":"[ἐπισχύω] from {{g1909}} and {{g2480}}; to avail further, i.e. (figuratively) insist stoutly","strongs_number":"g2001"},"g2002":{"pronunciation":"ep-ee-so-ryoo'-o","unicode":"ἐπισωρεύω","translit":"episōreúō","definition":"[ἐπισωρεύω] from {{g1909}} and {{g4987}}; to accumulate further, i.e. (figuratively) seek additionally","strongs_number":"g2002"},"g2003":{"pronunciation":"ep-ee-tag-ay'","unicode":"ἐπιταγή","translit":"epitagḗ","definition":"[ἐπιταγή] from {{g2004}}; an injunction or decree; by implication, authoritativeness","strongs_number":"g2003"},"g2004":{"pronunciation":"ep-ee-tas'-so","unicode":"ἐπιτάσσω","translit":"epitássō","definition":"[ἐπιτάσσω] from {{g1909}} and {{g5021}}; to arrange upon, i.e. order","strongs_number":"g2004"},"g2005":{"pronunciation":"ep-ee-tel-eh'-o","unicode":"ἐπιτελέω","translit":"epiteléō","definition":"[ἐπιτελέω] from {{g1909}} and {{g5055}}; to fulfill further (or completely), i.e. execute; by implication, to terminate, undergo","strongs_number":"g2005"},"g2006":{"pronunciation":"ep-ee-tay'-di-os","unicode":"ἐπιτήδειος","translit":"epitḗdeios","definition":"[ἐπιτήδειος] from ἐπιτηδές (enough); serviceable, i.e. (by implication) requisite","strongs_number":"g2006"},"g2007":{"pronunciation":"ep-ee-tith'-ay-mee","unicode":"ἐπιτίθημι","translit":"epitíthēmi","definition":"[ἐπιτίθημι] from {{g1909}} and {{g5087}}; to impose (in a friendly or hostile sense)","strongs_number":"g2007"},"g2008":{"pronunciation":"ep-ee-tee-mah'-o","unicode":"ἐπιτιμάω","translit":"epitimáō","definition":"[ἐπιτιμάω] from {{g1909}} and {{g5091}}; to tax upon, i.e. censure or admonish; by implication, forbid","strongs_number":"g2008"},"g2009":{"pronunciation":"ep-ee-tee-mee'-ah","unicode":"ἐπιτιμία","translit":"epitimía","definition":"[ἐπιτιμία] from a compound of {{g1909}} and {{g5092}}; properly, esteem, i.e. citizenship; used (in the sense of {{g2008}}) of a penalty","strongs_number":"g2009"},"g2010":{"pronunciation":"ep-ee-trep'-o","unicode":"ἐπιτρέπω","translit":"epitrépō","definition":"[ἐπιτρέπω] from {{g1909}} and the base of {{g5157}}; to turn over (transfer), i.e. allow","strongs_number":"g2010"},"g2011":{"pronunciation":"ep-ee-trop-ay'","unicode":"ἐπιτροπή","translit":"epitropḗ","definition":"[ἐπιτροπή] from {{g2010}}; permission, i.e. (by implication) full power","strongs_number":"g2011"},"g2012":{"pronunciation":"ep-it'-rop-os","unicode":"ἐπίτροπος","translit":"epítropos","definition":"[ἐπίτροπος] from {{g1909}} and {{g5158}} (in the sense of {{g2011}}); a commissioner, i.e. domestic manager, guardian","strongs_number":"g2012"},"g2013":{"pronunciation":"ep-ee-toong-khan'-o","unicode":"ἐπιτυγχάνω","translit":"epitynchánō","definition":"[ἐπιτυγχάνω] from {{g1909}} and {{g5177}}; to chance upon, i.e. (by implication) to attain","strongs_number":"g2013"},"g2014":{"pronunciation":"ep-ee-fah'-ee-no","unicode":"ἐπιφαίνω","translit":"epiphaínō","definition":"[ἐπιφαίνω] from {{g1909}} and {{g5316}}; to shine upon, i.e. become (literally) visible or (figuratively) known","strongs_number":"g2014"},"g2015":{"pronunciation":"ep-if-an'-i-ah","unicode":"ἐπιφάνεια","translit":"epipháneia","definition":"[ἐπιφάνεια] from {{g2016}}; a manifestation, i.e. (specially) the advent of Christ (past or future)","strongs_number":"g2015"},"g2016":{"pronunciation":"ep-if-an-ace'","unicode":"ἐπιφανής","translit":"epiphanḗs","definition":"[ἐπιφανής] from {{g2014}}; conspicuous, i.e. (figuratively) memorable","strongs_number":"g2016"},"g2017":{"pronunciation":"ep-ee-fow'-o","unicode":"ἐπιφαύω","translit":"epiphaúō","definition":"[ἐπιφαύω] a form of {{g2014}}; to illuminate (figuratively)","strongs_number":"g2017"},"g2018":{"pronunciation":"ep-ee-fer'-o","unicode":"ἐπιφέρω","translit":"epiphérō","definition":"[ἐπιφέρω] from {{g1909}} and {{g5342}}; to bear upon (or further), i.e. adduce (personally or judicially (accuse, inflict)), superinduce","strongs_number":"g2018"},"g2019":{"pronunciation":"ep-ee-fo-neh'-o","unicode":"ἐπιφωνέω","translit":"epiphōnéō","definition":"[ἐπιφωνέω] from {{g1909}} and {{g5455}}; to call at something, i.e. exclaim","strongs_number":"g2019"},"g2020":{"pronunciation":"ep-ee-foce'-ko","unicode":"ἐπιφώσκω","translit":"epiphṓskō","definition":"[ἐπιφώσκω] a form of {{g2017}}; to begin to grow light","strongs_number":"g2020"},"g2021":{"pronunciation":"ep-ee-khi-reh'-o","unicode":"ἐπιχειρέω","translit":"epicheiréō","definition":"[ἐπιχειρέω] from {{g1909}} and {{g5495}}; to put the hand upon, i.e. undertake","strongs_number":"g2021"},"g2022":{"pronunciation":"ep-ee-kheh'-o","unicode":"ἐπιχέω","translit":"epichéō","definition":"[ἐπιχέω] from {{g1909}} and χέω (to pour);","strongs_number":"g2022"},"g2023":{"pronunciation":"ep-ee-khor-ayg-eh'-o","unicode":"ἐπιχορηγέω","translit":"epichorēgéō","definition":"[ἐπιχορηγέω] from {{g1909}} and {{g5524}}; to furnish besides, i.e. fully supply, (figuratively) aid or contribute","strongs_number":"g2023"},"g2024":{"pronunciation":"ep-ee-khor-ayg-ee'-ah","unicode":"ἐπιχορηγία","translit":"epichorēgía","definition":"[ἐπιχορηγία] from {{g2023}}; contribution","strongs_number":"g2024"},"g2025":{"pronunciation":"ep-ee-khree'-o","unicode":"ἐπιχρίω","translit":"epichríō","definition":"[ἐπιχρίω] from {{g1909}} and {{g5548}}; to smear over","strongs_number":"g2025"},"g2026":{"pronunciation":"ep-oy-kod-om-eh'-o","unicode":"ἐποικοδομέω","translit":"epoikodoméō","definition":"[ἐποικοδομέω] from {{g1909}} and {{g3618}}; to build upon, i.e. (figuratively) to rear up","strongs_number":"g2026"},"g2027":{"pronunciation":"ep-ok-el'-lo","unicode":"ἐποκέλλω","translit":"epokéllō","definition":"[ἐποκέλλω] from {{g1909}} and ὀκέλλω (to urge); to drive upon the shore, i.e. to beach a vessel","strongs_number":"g2027"},"g2028":{"pronunciation":"ep-on-om-ad'-zo","unicode":"ἐπονομάζω","translit":"eponomázō","definition":"[ἐπονομάζω] from {{g1909}} and {{g3687}}; to name further, i.e. denominate","strongs_number":"g2028"},"g2029":{"pronunciation":"ep-opt-yoo'-o","unicode":"ἐποπτεύω","translit":"epopteúō","definition":"[ἐποπτεύω] from {{g1909}} and a derivative of {{g3700}}; to inspect, i.e. watch","strongs_number":"g2029"},"g2030":{"pronunciation":"ep-op'-tace","unicode":"ἐπόπτης","translit":"epóptēs","definition":"[ἐπόπτης] from {{g1909}} and a presumed derivative of {{g3700}}; a looker-on","strongs_number":"g2030"},"g2031":{"pronunciation":"ep'-os","unicode":"ἔπος","translit":"épos","definition":"[ἔπος] from {{g2036}}; a word","strongs_number":"g2031"},"g2032":{"pronunciation":"ep-oo-ran'-ee-os","unicode":"ἐπουράνιος","translit":"epouránios","definition":"[ἐπουράνιος] from {{g1909}} and {{g3772}}; above the sky","strongs_number":"g2032"},"g2033":{"pronunciation":"hep-tah'","unicode":"ἑπτά","translit":"heptá","definition":"[ἑπτά] a primary number; seven","strongs_number":"g2033"},"g2034":{"pronunciation":"hep-tak-is'","unicode":"ἑπτάκις","translit":"heptákis","definition":"[ἑπτάκις] adverb from {{g2033}}; seven times","strongs_number":"g2034"},"g2035":{"pronunciation":"hep-tak-is-khil'-ee-oy","unicode":"ἑπτακισχίλιοι","translit":"heptakischílioi","definition":"[ἑπτακισχίλιοι] from {{g2034}} and {{g5507}}; seven times a thousand","strongs_number":"g2035"},"g2036":{"pronunciation":"ep'-o","unicode":"ἔπω","translit":"épō","definition":"[ἔπω] a primary verb (used only in the definite past tense, the others being borrowed from {{g2046}}, {{g4483}}, and {{g5346}}); to speak or say (by word or writing) Compare {{g3004}}.","strongs_number":"g2036"},"g2037":{"pronunciation":"er'-as-tos","unicode":"Ἔραστος","translit":"Érastos","definition":"[Ἔραστος] from ἐράω (to love); beloved; Erastus, a Christian","strongs_number":"g2037"},"g2038":{"pronunciation":"er-gad'-zom-ahee","unicode":"ἐργάζομαι","translit":"ergázomai","definition":"[ἐργάζομαι] middle voice from {{g2041}}; to toil (as a task, occupation, etc.), (by implication) effect, be engaged in or with, etc.","strongs_number":"g2038"},"g2039":{"pronunciation":"er-gas-ee'-ah","unicode":"ἐργασία","translit":"ergasía","definition":"[ἐργασία] from {{g2040}}; occupation; by implication, profit, pains","strongs_number":"g2039"},"g2040":{"pronunciation":"er-gat'-ace","unicode":"ἐργάτης","translit":"ergátēs","definition":"[ἐργάτης] from {{g2041}}; a toiler; figuratively, a teacher","strongs_number":"g2040"},"g2041":{"pronunciation":"er'-gon","unicode":"ἔργον","translit":"érgon","definition":"[ἔργον] from a primary (but obsolete) ἔργω (to work); toil (as an effort or occupation); by implication, an act","strongs_number":"g2041"},"g2042":{"pronunciation":"er-eth-id'-zo","unicode":"ἐρεθίζω","translit":"erethízō","definition":"[ἐρεθίζω] from a presumed prolonged form of {{g2054}}; to stimulate (especially to anger)","strongs_number":"g2042"},"g2043":{"pronunciation":"er-i'-do","unicode":"ἐρείδω","translit":"ereídō","definition":"[ἐρείδω] of obscure affinity; to prop, i.e. (reflexively) get fast","strongs_number":"g2043"},"g2044":{"pronunciation":"er-yoog'-om-ahee","unicode":"ἐρεύγομαι","translit":"ereúgomai","definition":"[ἐρεύγομαι] of uncertain affinity; to belch, i.e. (figuratively) to speak out","strongs_number":"g2044"},"g2045":{"pronunciation":"er-yoo-nah'-o","unicode":"ἐρευνάω","translit":"ereunáō","definition":"[ἐρευνάω] apparently from {{g2046}} (through the idea of inquiry); to seek, i.e. (figuratively) to investigate","strongs_number":"g2045"},"g2046":{"pronunciation":"er-eh'-o","unicode":"ἐρέω","translit":"eréō","definition":"[ἐρέω] probably a fuller form of {{g4483}}; an alternate for {{g2036}} in certain tenses; to utter, i.e. speak or say","strongs_number":"g2046"},"g2047":{"pronunciation":"er-ay-mee'-ah","unicode":"ἐρημία","translit":"erēmía","definition":"[ἐρημία] from {{g2048}}; solitude (concretely)","strongs_number":"g2047"},"g2048":{"pronunciation":"er'-ay-mos","unicode":"ἔρημος","translit":"érēmos","definition":"[ἔρημος] of uncertain affinity; lonesome, i.e. (by implication) waste (usually as a noun, {{g5561}} being implied)","strongs_number":"g2048"},"g2049":{"pronunciation":"er-ay-mo'-o","unicode":"ἐρημόω","translit":"erēmóō","definition":"[ἐρημόω] from {{g2048}}; to lay waste (literally or figuratively)","strongs_number":"g2049"},"g2050":{"pronunciation":"er-ay'-mo-sis","unicode":"ἐρήμωσις","translit":"erḗmōsis","definition":"[ἐρήμωσις] from {{g2049}}; despoliation","strongs_number":"g2050"},"g2051":{"pronunciation":"er-id'-zo","unicode":"ἐρίζω","translit":"erízō","definition":"[ἐρίζω] from {{g2054}}; to wrangle","strongs_number":"g2051"},"g2052":{"pronunciation":"er-ith-i'-ah","unicode":"ἐριθεία","translit":"eritheía","definition":"[ἐριθεία] perhaps as the same as {{g2042}}; properly, intrigue, i.e. (by implication) faction","strongs_number":"g2052"},"g2053":{"pronunciation":"er'-ee-on","unicode":"ἔριον","translit":"érion","definition":"[ἔριον] of obscure affinity; wool","strongs_number":"g2053"},"g2054":{"pronunciation":"er'-is","unicode":"ἔρις","translit":"éris","definition":"[ἔρις] of uncertain affinity; a quarrel, i.e. (by implication) wrangling","strongs_number":"g2054"},"g2055":{"pronunciation":"er-if'-ee-on","unicode":"ἐρίφιον","translit":"eríphion","definition":"[ἐρίφιον] from {{g2056}}; a kidling, i.e. (genitive case) goat (symbolically, wicked person)","strongs_number":"g2055"},"g2056":{"pronunciation":"er'-if-os","unicode":"ἔριφος","translit":"ériphos","definition":"[ἔριφος] perhaps from the same as {{g2053}} (through the idea of hairiness); a kid or (genitive case) goat","strongs_number":"g2056"},"g2057":{"pronunciation":"her-mas'","unicode":"Ἑρμᾶς","translit":"Hermâs","definition":"[Ἑρμᾶς] probably from {{g2060}}; Hermas, a Christian","strongs_number":"g2057"},"g2058":{"pronunciation":"her-may-ni'-ah","unicode":"ἑρμηνεία","translit":"hermēneía","definition":"[ἑρμηνεία] from the same as {{g2059}}; translation","strongs_number":"g2058"},"g2059":{"pronunciation":"her-mayn-yoo'-o","unicode":"ἑρμηνεύω","translit":"hermēneúō","definition":"[ἑρμηνεύω] from a presumed derivative of {{g2060}} (as the god of language); to translate","strongs_number":"g2059"},"g2060":{"pronunciation":"her-mace'","unicode":"Ἑρμῆς","translit":"Hermēs","definition":"[Ἑρμῆς] perhaps from {{g2046}}; Hermes, the name of the messenger of the Greek deities; also of a Christian","strongs_number":"g2060"},"g2061":{"pronunciation":"her-mog-en'-ace","unicode":"Ἑρμογένης","translit":"Hermogénēs","definition":"[Ἑρμογένης] from {{g2060}} and {{g1096}}; born of Hermes; Hermogenes, an apostate Christian","strongs_number":"g2061"},"g2062":{"pronunciation":"her-pet-on'","unicode":"ἑρπετόν","translit":"herpetón","definition":"[ἑρπετόν] neuter of a derivative of ἕρπω (to creep); a reptile, i.e. (by Hebraism (compare {{h7431}})) a small animal","strongs_number":"g2062"},"g2063":{"pronunciation":"er-oo-thros'","unicode":"ἐρυθρός","translit":"erythrós","definition":"[ἐρυθρός] of uncertain affinity; red, i.e. (with {{g2281}}) the Red Sea","strongs_number":"g2063"},"g2064":{"pronunciation":"er'-khom-ahee","unicode":"ἔρχομαι","translit":"érchomai","definition":"[ἔρχομαι] middle voice of a primary verb (used only in the present and imperfect tenses, the others being supplied by a kindred (middle voice) ἐλεύθομαι, or (active) ἔλθω, which do not otherwise occur); to come or go (in a great variety of applications, literally and figuratively)","strongs_number":"g2064"},"g2065":{"pronunciation":"er-o-tah'-o","unicode":"ἐρωτάω","translit":"erōtáō","definition":"[ἐρωτάω] apparently from {{g2046}} (compare {{g2045}}); to interrogate; by implication, to request Compare {{g4441}}.","strongs_number":"g2065"},"g2066":{"pronunciation":"es-thace'","unicode":"ἐσθής","translit":"esthḗs","definition":"[ἐσθής] from ἕννυμι (to clothe); dress","strongs_number":"g2066"},"g2067":{"pronunciation":"es'-thay-sis","unicode":"ἔσθησις","translit":"ésthēsis","definition":"[ἔσθησις] from a derivative of {{g2066}}; clothing (concretely)","strongs_number":"g2067"},"g2068":{"pronunciation":"es-thee'-o","unicode":"ἐσθίω","translit":"esthíō","definition":"[ἐσθίω] strengthened for a primary ἔδω (to eat); used only in certain tenses, the rest being supplied by {{g5315}}; to eat (usually literal)","strongs_number":"g2068"},"g2069":{"pronunciation":"es-lee'","unicode":"Ἐσλί","translit":"Eslí","definition":"[Ἐσλί] of Hebrew origin (probably for {{h454}}); Esli, an Israelite","strongs_number":"g2069"},"g2070":{"pronunciation":"es-men'","unicode":"ἐσμέν","translit":"esmén","definition":"[ἐσμέν] first person plural indicative of {{g1510}}; we are","strongs_number":"g2070"},"g2071":{"pronunciation":"es'-om-ahee","unicode":"ἔσομαι","translit":"ésomai","definition":"[ἔσομαι] future of {{g1510}}; will be","strongs_number":"g2071"},"g2072":{"pronunciation":"es'-op-tron","unicode":"ἔσοπτρον","translit":"ésoptron","definition":"[ἔσοπτρον] from {{g1519}} and a presumed derivative of {{g3700}}; a mirror (for looking into) Compare {{g2734}}.","strongs_number":"g2072"},"g2073":{"pronunciation":"hes-per'-ah","unicode":"ἑσπέρα","translit":"hespéra","definition":"[ἑσπέρα] feminine of an adjective hesperos (evening); the eve ({{g5610}} being implied)","strongs_number":"g2073"},"g2074":{"pronunciation":"es-rome","unicode":"Ἐσρώμ","translit":"Esrṓm","definition":"[Ἐσρώμ] of Hebrew origin ({{h2696}}); Esrom (i.e. Chetsron), an Israelite","strongs_number":"g2074"},"g2075":{"pronunciation":"es-teh'","unicode":"ἐστέ","translit":"esté","definition":"[ἐστέ] second person plural present indicative of {{g1510}}; ye are","strongs_number":"g2075"},"g2076":{"pronunciation":"es-tee'","unicode":"ἐστί","translit":"estí","definition":"[ἐστί] third person singular present indicative of {{g1510}}; he (she or it) is; also (with neuter plural) they are","strongs_number":"g2076"},"g2077":{"pronunciation":"es'-to","unicode":"ἔστω","translit":"éstō","definition":"[ἔστω] second person singular present imperative of {{g1510}}; be thou; also ἔστωσαν, third person of the same; let them be","strongs_number":"g2077"},"g2078":{"pronunciation":"es'-khat-os","unicode":"ἔσχατος","translit":"éschatos","definition":"[ἔσχατος] a superlative probably from {{g2192}} (in the sense of contiguity); farthest, final (of place or time)","strongs_number":"g2078"},"g2079":{"pronunciation":"es-khat'-oce","unicode":"ἐσχάτως","translit":"eschátōs","definition":"[ἐσχάτως] adverb from {{g2078}}; finally, i.e. (with {{g2192}}) at the extremity of life","strongs_number":"g2079"},"g2080":{"pronunciation":"es'-o","unicode":"ἔσω","translit":"ésō","definition":"[ἔσω] from {{g1519}}; inside (as preposition or adjective)","strongs_number":"g2080"},"g2081":{"pronunciation":"es'-o-then","unicode":"ἔσωθεν","translit":"ésōthen","definition":"[ἔσωθεν] from {{g2080}}; from inside; also used as equivalent to {{g2080}} (inside)","strongs_number":"g2081"},"g2082":{"pronunciation":"es-o'-ter-os","unicode":"ἐσώτερος","translit":"esṓteros","definition":"[ἐσώτερος] comparative of {{g2080}}; interior","strongs_number":"g2082"},"g2083":{"pronunciation":"het-ah'-ee-ros","unicode":"ἑταῖρος","translit":"hetaîros","definition":"[ἑταῖρος] from ἔτης (a clansman); a comrade","strongs_number":"g2083"},"g2084":{"pronunciation":"het-er-og'-loce-sos","unicode":"ἑτερόγλωσσος","translit":"heteróglōssos","definition":"[ἑτερόγλωσσος] from {{g2087}} and {{g1100}}; other- tongued, i.e. a foreigner","strongs_number":"g2084"},"g2085":{"pronunciation":"het-er-od-id-as-kal-eh'-o","unicode":"ἑτεροδιδασκαλέω","translit":"heterodidaskaléō","definition":"[ἑτεροδιδασκαλέω] from {{g2087}} and {{g1320}}; to instruct differently","strongs_number":"g2085"},"g2086":{"pronunciation":"het-er-od-zoog-eh'-o","unicode":"ἑτεροζυγέω","translit":"heterozygéō","definition":"[ἑτεροζυγέω] from a compound of {{g2087}} and {{g2218}}; to yoke up differently, i.e. (figuratively) to associate discordantly","strongs_number":"g2086"},"g2087":{"pronunciation":"het'-er-os","unicode":"ἕτερος","translit":"héteros","definition":"[ἕτερος] of uncertain affinity; (an-, the) other or different","strongs_number":"g2087"},"g2088":{"pronunciation":"het-er'-oce","unicode":"ἑτέρως","translit":"hetérōs","definition":"[ἑτέρως] adverb from {{g2087}}; differently","strongs_number":"g2088"},"g2089":{"pronunciation":"et'-ee","unicode":"ἔτι","translit":"éti","definition":"[ἔτι] perhaps akin to {{g2094}}; \"yet,\" still (of time or degree)","strongs_number":"g2089"},"g2090":{"pronunciation":"het-oy-mad'-zo","unicode":"ἑτοιμάζω","translit":"hetoimázō","definition":"[ἑτοιμάζω] from {{g2092}}; to prepare Compare {{g2680}}.","strongs_number":"g2090"},"g2091":{"pronunciation":"het-oy-mas-ee'-ah","unicode":"ἑτοιμασία","translit":"hetoimasía","definition":"[ἑτοιμασία] from {{g2090}}; preparation","strongs_number":"g2091"},"g2092":{"pronunciation":"het-oy'-mos","unicode":"ἕτοιμος","translit":"hétoimos","definition":"[ἕτοιμος] from an old noun ἐτεός (fitness); adjusted, i.e. ready","strongs_number":"g2092"},"g2093":{"pronunciation":"het'-oy-moce","unicode":"ἑτοίμως","translit":"hetoímōs","definition":"[ἑτοίμως] adverb from {{g2092}}; in readiness","strongs_number":"g2093"},"g2094":{"pronunciation":"et'-os","unicode":"ἔτος","translit":"étos","definition":"[ἔτος] apparently a primary word; a year","strongs_number":"g2094"},"g2095":{"pronunciation":"yoo","unicode":"εὖ","translit":"eû","definition":"[εὖ] neuter of a primary εὖς (good); (adverbially) well","strongs_number":"g2095"},"g2096":{"pronunciation":"yoo'-ah","unicode":"Εὖα","translit":"Eûa","definition":"[Εὖα] of Hebrew origin ({{h2332}}); Eua (or Eva, i.e. Chavvah), the first woman","strongs_number":"g2096"},"g2097":{"pronunciation":"yoo-ang-ghel-id'-zo","unicode":"εὐαγγελίζω","translit":"euangelízō","definition":"[εὐαγγελίζω] from {{g2095}} and {{g32}}; to announce good news (\"evangelize\") especially the gospel","strongs_number":"g2097"},"g2098":{"pronunciation":"yoo-ang-ghel'-ee-on","unicode":"εὐαγγέλιον","translit":"euangélion","definition":"[εὐαγγέλιον] from the same as {{g2097}}; a good message, i.e. the gospel","strongs_number":"g2098"},"g2099":{"pronunciation":"yoo-ang-ghel-is-tace'","unicode":"εὐαγγελιστής","translit":"euangelistḗs","definition":"[εὐαγγελιστής] from {{g2097}}; a preacher of the gospel","strongs_number":"g2099"},"g2100":{"pronunciation":"yoo-ar-es-teh'-o","unicode":"εὐαρεστέω","translit":"euarestéō","definition":"[εὐαρεστέω] from {{g2101}}; to gratify entirely","strongs_number":"g2100"}}
@@ -0,0 +1 @@
1
+ {"g2101":{"pronunciation":"yoo-ar'-es-tos","unicode":"εὐάρεστος","translit":"euárestos","definition":"[εὐάρεστος] from {{g2095}} and {{g701}}; fully agreeable","strongs_number":"g2101"},"g2102":{"pronunciation":"yoo-ar-es'-toce","unicode":"εὐαρέστως","translit":"euaréstōs","definition":"[εὐαρέστως] adverb from {{g2101}}; quite agreeably","strongs_number":"g2102"},"g2103":{"pronunciation":"yoo'-boo-los","unicode":"Εὔβουλος","translit":"Eúboulos","definition":"[Εὔβουλος] from {{g2095}} and {{g1014}}; good-willer; Eubulus, a Christian","strongs_number":"g2103"},"g2104":{"pronunciation":"yoog-en'-ace","unicode":"εὐγενής","translit":"eugenḗs","definition":"[εὐγενής] from {{g2095}} and {{g1096}}; well born, i.e. (literally) high in rank, or (figuratively) generous","strongs_number":"g2104"},"g2105":{"pronunciation":"yoo-dee'-ah","unicode":"εὐδία","translit":"eudía","definition":"[εὐδία] feminine from {{g2095}} and the alternate of {{g2203}} (as the god of the weather); a clear sky, i.e. fine weather","strongs_number":"g2105"},"g2106":{"pronunciation":"yoo-dok-eh'-o","unicode":"εὐδοκέω","translit":"eudokéō","definition":"[εὐδοκέω] from {{g2095}} and {{g1380}}; to think well of, i.e. approve (an act); specially, to approbate (a person or thing)","strongs_number":"g2106"},"g2107":{"pronunciation":"yoo-dok-ee'-ah","unicode":"εὐδοκία","translit":"eudokía","definition":"[εὐδοκία] from a presumed compound of {{g2095}} and the base of {{g1380}}; satisfaction, i.e. (subjectively) delight, or (objectively) kindness, wish, purpose","strongs_number":"g2107"},"g2108":{"pronunciation":"yoo-erg-es-ee'-ah","unicode":"εὐεργεσία","translit":"euergesía","definition":"[εὐεργεσία] from {{g2110}}; beneficence (genitive case or specially)","strongs_number":"g2108"},"g2109":{"pronunciation":"yoo-erg-et-eh'-o","unicode":"εὐεργετέω","translit":"euergetéō","definition":"[εὐεργετέω] from {{g2110}}; to be philanthropic","strongs_number":"g2109"},"g2110":{"pronunciation":"yoo-erg-et'-ace","unicode":"εὐεργέτης","translit":"euergétēs","definition":"[εὐεργέτης] from {{g2095}} and the base of {{g2041}}; a worker of good, i.e. (specially) a philanthropist","strongs_number":"g2110"},"g2111":{"pronunciation":"yoo'-thet-os","unicode":"εὔθετος","translit":"eúthetos","definition":"[εὔθετος] from {{g2095}} and a derivative of {{g5087}}; well placed, i.e. (figuratively) appropriate","strongs_number":"g2111"},"g2112":{"pronunciation":"yoo-theh'-oce","unicode":"εὐθέως","translit":"euthéōs","definition":"[εὐθέως] adverb from {{g2117}}; directly, i.e. at once or soon","strongs_number":"g2112"},"g2113":{"pronunciation":"yoo-thoo-drom-eh'-o","unicode":"εὐθυδρομέω","translit":"euthydroméō","definition":"[εὐθυδρομέω] from {{g2117}} and {{g1408}}; to lay a straight course, i.e. sail direct","strongs_number":"g2113"},"g2114":{"pronunciation":"yoo-thoo-meh'-o","unicode":"εὐθυμέω","translit":"euthyméō","definition":"[εὐθυμέω] from {{g2115}}; to cheer up, i.e. (intransitively) be cheerful; neuter comparative (adverbially) more cheerfully","strongs_number":"g2114"},"g2115":{"pronunciation":"yoo'-thoo-mos","unicode":"εὔθυμος","translit":"eúthymos","definition":"[εὔθυμος] from {{g2095}} and {{g2372}}; in fine spirits, i.e. cheerful","strongs_number":"g2115"},"g2116":{"pronunciation":"yoo-thoo'-no","unicode":"εὐθύνω","translit":"euthýnō","definition":"[εὐθύνω] from {{g2117}}; to straighten (level); technically, to steer","strongs_number":"g2116"},"g2117":{"pronunciation":"yoo-thoos'","unicode":"εὐθύς","translit":"euthýs","definition":"[εὐθύς] perhaps from {{g2095}} and {{g5087}}; straight, i.e. (literally) level, or (figuratively) true; adverbially (of time) at once","strongs_number":"g2117"},"g2118":{"pronunciation":"yoo-thoo'-tace","unicode":"εὐθύτης","translit":"euthýtēs","definition":"[εὐθύτης] from {{g2117}}; rectitude","strongs_number":"g2118"},"g2119":{"pronunciation":"yoo-kahee-reh'-o","unicode":"εὐκαιρέω","translit":"eukairéō","definition":"[εὐκαιρέω] from {{g2121}}; to have good time, i.e. opportunity or leisure","strongs_number":"g2119"},"g2120":{"pronunciation":"yoo-kahee-ree'-ah","unicode":"εὐκαιρία","translit":"eukairía","definition":"[εὐκαιρία] from {{g2121}}; a favorable occasion","strongs_number":"g2120"},"g2121":{"pronunciation":"yoo'-kahee-ros","unicode":"εὔκαιρος","translit":"eúkairos","definition":"[εὔκαιρος] from {{g2095}} and {{g2540}}; well-timed, i.e. opportune","strongs_number":"g2121"},"g2122":{"pronunciation":"yoo-kah'-ee-roce","unicode":"εὐκαίρως","translit":"eukaírōs","definition":"[εὐκαίρως] adverb from {{g2121}}; opportunely","strongs_number":"g2122"},"g2123":{"pronunciation":"yoo-kop-o'-ter-os","unicode":"εὐκοπώτερος","translit":"eukopṓteros","definition":"[εὐκοπώτερος] comparative of a compound of {{g2095}} and {{g2873}}; better for toil, i.e. more facile","strongs_number":"g2123"},"g2124":{"pronunciation":"yoo-lab'-i-ah","unicode":"εὐλάβεια","translit":"eulábeia","definition":"[εὐλάβεια] from {{g2126}}; properly, caution, i.e. (religiously) reverence (piety); by implication, dread (concretely)","strongs_number":"g2124"},"g2125":{"pronunciation":"yoo-lab-eh'-om-ahee","unicode":"εὐλαβέομαι","translit":"eulabéomai","definition":"[εὐλαβέομαι] middle voice from {{g2126}}; to be circumspect, i.e. (by implication) to be apprehensive; religiously, to reverence","strongs_number":"g2125"},"g2126":{"pronunciation":"yoo-lab-ace'","unicode":"εὐλαβής","translit":"eulabḗs","definition":"[εὐλαβής] from {{g2095}} and {{g2983}}; taking well (carefully), i.e. circumspect (religiously, pious)","strongs_number":"g2126"},"g2127":{"pronunciation":"yoo-log-eh'-o","unicode":"εὐλογέω","translit":"eulogéō","definition":"[εὐλογέω] from a compound of {{g2095}} and {{g3056}}; to speak well of, i.e. (religiously) to bless (thank or invoke a benediction upon, prosper)","strongs_number":"g2127"},"g2128":{"pronunciation":"yoo-log-ay-tos'","unicode":"εὐλογητός","translit":"eulogētós","definition":"[εὐλογητός] from {{g2127}}; adorable","strongs_number":"g2128"},"g2129":{"pronunciation":"yoo-log-ee'-ah","unicode":"εὐλογία","translit":"eulogía","definition":"[εὐλογία] from the same as {{g2127}}; fine speaking, i.e. elegance of language; commendation (\"eulogy\"), i.e. (reverentially) adoration; religiously, benediction; by implication, consecration; by extension, benefit or largess","strongs_number":"g2129"},"g2130":{"pronunciation":"yoo-met-ad'-ot-os","unicode":"εὐμετάδοτος","translit":"eumetádotos","definition":"[εὐμετάδοτος] from {{g2095}} and a presumed derivative of {{g3330}}; good at imparting, i.e. liberal","strongs_number":"g2130"},"g2131":{"pronunciation":"yoo-nee'-kay","unicode":"Εὐνίκη","translit":"Euníkē","definition":"[Εὐνίκη] from {{g2095}} and {{g3529}}; victorious; Eunice, a Jewess","strongs_number":"g2131"},"g2132":{"pronunciation":"yoo-no-eh'-o","unicode":"εὐνοέω","translit":"eunoéō","definition":"[εὐνοέω] from a compound of {{g2095}} and {{g3563}}; to be well- minded, i.e. reconcile","strongs_number":"g2132"},"g2133":{"pronunciation":"yoo'-noy-ah","unicode":"εὔνοια","translit":"eúnoia","definition":"[εὔνοια] from the same as {{g2132}}; kindness; euphemistically, conjugal duty","strongs_number":"g2133"},"g2134":{"pronunciation":"yoo-noo-khid'-zo","unicode":"εὐνουχίζω","translit":"eunouchízō","definition":"[εὐνουχίζω] from {{g2135}}; to castrate (figuratively, live unmarried)","strongs_number":"g2134"},"g2135":{"pronunciation":"yoo-noo'-khos","unicode":"εὐνοῦχος","translit":"eunoûchos","definition":"[εὐνοῦχος] from εὐνή (a bed) and {{g2192}}; a castrated person (such being employed in Oriental bed-chambers); by extension an impotent or unmarried man; by implication, a chamberlain (state-officer)","strongs_number":"g2135"},"g2136":{"pronunciation":"yoo-od-ee'-ah","unicode":"Εὐοδία","translit":"Euodía","definition":"[Εὐοδία] from the same as {{g2137}}; fine travelling; Euodia, a Christian woman","strongs_number":"g2136"},"g2137":{"pronunciation":"yoo-od-o'-o","unicode":"εὐοδόω","translit":"euodóō","definition":"[εὐοδόω] from a compound of {{g2095}} and {{g3598}}; to help on the road, i.e. (passively) succeed in reaching; figuratively, to succeed in business affairs","strongs_number":"g2137"},"g2138":{"pronunciation":"yoo-pi-thace'","unicode":"εὐπειθής","translit":"eupeithḗs","definition":"[εὐπειθής] from {{g2095}} and {{g3982}}; good for persuasion, i.e. (intransitively) complaint","strongs_number":"g2138"},"g2139":{"pronunciation":"yoo-per-is'-tat-os","unicode":"εὐπερίστατος","translit":"euperístatos","definition":"[εὐπερίστατος] from {{g2095}} and a derivative of a presumed compound of {{g4012}} and {{g2476}}; well standing around, i.e. (a competitor) thwarting (a racer) in every direction (figuratively, of sin in genitive case)","strongs_number":"g2139"},"g2140":{"pronunciation":"yoo-poy-ee'-ah","unicode":"εὐποιΐα","translit":"eupoiḯa","definition":"[εὐποιΐα] from a compound of {{g2095}} and {{g4160}}; well-doing, i.e. beneficence","strongs_number":"g2140"},"g2141":{"pronunciation":"yoo-por-eh'-o","unicode":"εὐπορέω","translit":"euporéō","definition":"[εὐπορέω] from a compound of {{g2090}} and the base of {{g4197}}; (intransitively) to be good for passing through, i.e. (figuratively) have pecuniary means","strongs_number":"g2141"},"g2142":{"pronunciation":"yoo-por-ee'-ah","unicode":"εὐπορία","translit":"euporía","definition":"[εὐπορία] from the same as {{g2141}}; pecuniary resources","strongs_number":"g2142"},"g2143":{"pronunciation":"yoo-prep'-i-ah","unicode":"εὐπρέπεια","translit":"euprépeia","definition":"[εὐπρέπεια] from a compound of {{g2095}} and {{g4241}}; good suitableness, i.e. gracefulness","strongs_number":"g2143"},"g2144":{"pronunciation":"yoo-pros'-dek-tos","unicode":"εὐπρόσδεκτος","translit":"euprósdektos","definition":"[εὐπρόσδεκτος] from {{g2095}} and a derivative of {{g4327}}; well-received, i.e. approved, favorable","strongs_number":"g2144"},"g2145":{"pronunciation":"yoo-pros'-ed-ros","unicode":"εὐπρόσεδρος","translit":"euprósedros","definition":"[εὐπρόσεδρος] from {{g2095}} and the same as {{g4332}}; sitting well towards, i.e. (figuratively) assiduous (neuter, diligent service)","strongs_number":"g2145"},"g2146":{"pronunciation":"yoo-pros-o-peh'-o","unicode":"εὐπροσωπέω","translit":"euprosōpéō","definition":"[εὐπροσωπέω] from a compound of {{g2095}} and {{g4383}}; to be of good countenance, i.e. (figuratively) to make a display","strongs_number":"g2146"},"g2147":{"pronunciation":"hyoo-ris'-ko","unicode":"εὑρίσκω","translit":"heurískō","definition":"[εὑρίσκω] , a prolonged form of a primary εὕρω, which (together with another cognate form) εὑρέω is used for it in all the tenses except the present and imperfect; to find (literally or figuratively)","strongs_number":"g2147"},"g2148":{"pronunciation":"yoo-rok-loo'-dohn","unicode":"Εὐροκλύδων","translit":"Euroklýdōn","definition":"[Εὐροκλύδων] from Εὖρος (the east wind) and {{g2830}}; a storm from the East (or southeast), i.e. (in modern phrase) a Levanter","strongs_number":"g2148"},"g2149":{"pronunciation":"yoo-roo'-kho-ros","unicode":"εὐρύχωρος","translit":"eurýchōros","definition":"[εὐρύχωρος] from εὐρύς (wide) and {{g5561}}; spacious","strongs_number":"g2149"},"g2150":{"pronunciation":"yoo-seb'-i-ah","unicode":"εὐσέβεια","translit":"eusébeia","definition":"[εὐσέβεια] from {{g2152}}; piety; specially, the gospel scheme","strongs_number":"g2150"},"g2151":{"pronunciation":"yoo-seb-eh'-o","unicode":"εὐσεβέω","translit":"eusebéō","definition":"[εὐσεβέω] from {{g2152}}; to be pious, i.e. (towards God) to worship, or (towards parents) to respect (support)","strongs_number":"g2151"},"g2152":{"pronunciation":"yoo-seb-ace'","unicode":"εὐσεβής","translit":"eusebḗs","definition":"[εὐσεβής] from {{g2095}} and {{g4576}}; well-reverent, i.e. pious","strongs_number":"g2152"},"g2153":{"pronunciation":"yoo-seb-oce'","unicode":"εὐσεβῶς","translit":"eusebōs","definition":"[εὐσεβῶς] adverb from {{g2152}}; piously","strongs_number":"g2153"},"g2154":{"pronunciation":"yoo'-say-mos","unicode":"εὔσημος","translit":"eúsēmos","definition":"[εὔσημος] from {{g2095}} and the base of {{g4591}}; well indicated, i.e. (figuratively) significant","strongs_number":"g2154"},"g2155":{"pronunciation":"yoo'-splangkh-nos","unicode":"εὔσπλαγχνος","translit":"eúsplanchnos","definition":"[εὔσπλαγχνος] from {{g2095}} and {{g4698}}; well compassioned, i.e. sympathetic","strongs_number":"g2155"},"g2156":{"pronunciation":"yoo-skhay-mon'-ose","unicode":"εὐσχημόνως","translit":"euschēmónōs","definition":"[εὐσχημόνως] adverb from {{g2158}}; decorously","strongs_number":"g2156"},"g2157":{"pronunciation":"yoo-skhay-mos-oo'-nay","unicode":"εὐσχημοσύνη","translit":"euschēmosýnē","definition":"[εὐσχημοσύνη] from {{g2158}}; decorousness","strongs_number":"g2157"},"g2158":{"pronunciation":"yoo-skhay'-mone","unicode":"εὐσχήμων","translit":"euschḗmōn","definition":"[εὐσχήμων] from {{g2095}} and {{g4976}}; well-formed, i.e. (figuratively) decorous, noble (in rank)","strongs_number":"g2158"},"g2159":{"pronunciation":"yoo-ton'-oce","unicode":"εὐτόνως","translit":"eutónōs","definition":"[εὐτόνως] adverb from a compound of {{g2095}} and a derivative of τείνω (to stretch); in a well-strung manner, i.e. (figuratively) intensely (in a good sense, cogently; in a bad one, fiercely)","strongs_number":"g2159"},"g2160":{"pronunciation":"yoo-trap-el-ee'-ah","unicode":"εὐτραπελία","translit":"eutrapelía","definition":"[εὐτραπελία] from a compound of {{g2095}} and a derivative of the base of {{g5157}} (meaning well-turned, i.e. ready at repartee, jocose); witticism, i.e. (in a vulgar sense) ribaldry","strongs_number":"g2160"},"g2161":{"pronunciation":"yoo'-too-khos","unicode":"Εὔτυχος","translit":"Eútychos","definition":"[Εὔτυχος] from {{g2095}} and a derivative of {{g5177}}; well- fated, i.e. fortunate; Eutychus, a young man","strongs_number":"g2161"},"g2162":{"pronunciation":"yoo-fay-mee'-ah","unicode":"εὐφημία","translit":"euphēmía","definition":"[εὐφημία] from {{g2163}}; good language (\"euphemy\"), i.e. praise (repute)","strongs_number":"g2162"},"g2163":{"pronunciation":"yoo'-fay-mos","unicode":"εὔφημος","translit":"eúphēmos","definition":"[εὔφημος] from {{g2095}} and {{g5345}}; well spoken of, i.e. reputable","strongs_number":"g2163"},"g2164":{"pronunciation":"yoo-for-eh'-o","unicode":"εὐφορέω","translit":"euphoréō","definition":"[εὐφορέω] from {{g2095}} and {{g5409}}; to bear well, i.e. be fertile","strongs_number":"g2164"},"g2165":{"pronunciation":"yoo-frah'-ee-no","unicode":"εὐφραίνω","translit":"euphraínō","definition":"[εὐφραίνω] from {{g2095}} and {{g5424}}; to put (middle voice or passively, be) in a good frame of mind, i.e. rejoice","strongs_number":"g2165"},"g2166":{"pronunciation":"yoo-frat'-ace","unicode":"Εὐφράτης","translit":"Euphrátēs","definition":"[Εὐφράτης] of foreign origin (compare {{h6578}}); Euphrates, a river of Asia","strongs_number":"g2166"},"g2167":{"pronunciation":"yoo-fros-oo'-nay","unicode":"εὐφροσύνη","translit":"euphrosýnē","definition":"[εὐφροσύνη] from the same as {{g2165}}; joyfulness","strongs_number":"g2167"},"g2168":{"pronunciation":"yoo-khar-is-teh'-o","unicode":"εὐχαριστέω","translit":"eucharistéō","definition":"[εὐχαριστέω] from {{g2170}}; to be grateful, i.e. (actively) to express gratitude (towards); specially, to say grace at a meal","strongs_number":"g2168"},"g2169":{"pronunciation":"yoo-khar-is-tee'-ah","unicode":"εὐχαριστία","translit":"eucharistía","definition":"[εὐχαριστία] from {{g2170}}; gratitude; actively, grateful language (to God, as an act of worship)","strongs_number":"g2169"},"g2170":{"pronunciation":"yoo-khar'-is-tos","unicode":"εὐχάριστος","translit":"eucháristos","definition":"[εὐχάριστος] from {{g2095}} and a derivative of {{g5483}}; well favored, i.e. (by implication) grateful","strongs_number":"g2170"},"g2171":{"pronunciation":"yoo-khay'","unicode":"εὐχή","translit":"euchḗ","definition":"[εὐχή] from {{g2172}}; properly, a wish, expressed as a petition to God, or in votive obligation","strongs_number":"g2171"},"g2172":{"pronunciation":"yoo'-khom-ahee","unicode":"εὔχομαι","translit":"eúchomai","definition":"[εὔχομαι] middle voice of a primary verb; to wish; by implication, to pray to God","strongs_number":"g2172"},"g2173":{"pronunciation":"yoo'-khrays-tos","unicode":"εὔχρηστος","translit":"eúchrēstos","definition":"[εὔχρηστος] from {{g2095}} and {{g5543}}; easily used, i.e. useful","strongs_number":"g2173"},"g2174":{"pronunciation":"yoo-psoo-kheh'-o","unicode":"εὐψυχέω","translit":"eupsychéō","definition":"[εὐψυχέω] from a compound of {{g2095}} and {{g5590}}; to be in good spirits, i.e. feel encouraged","strongs_number":"g2174"},"g2175":{"pronunciation":"yoo-o-dee'-ah","unicode":"εὐωδία","translit":"euōdía","definition":"[εὐωδία] from a compound of {{g2095}} and a derivative of {{g3605}}; good-scentedness, i.e. fragrance","strongs_number":"g2175"},"g2176":{"pronunciation":"yoo-o'-noo-mos","unicode":"εὐώνυμος","translit":"euṓnymos","definition":"[εὐώνυμος] from {{g2095}} and {{g3686}}; properly, well-named (good-omened), i.e. the left (which was the lucky side among the pagan Greeks); neuter as adverbial, at the left hand","strongs_number":"g2176"},"g2177":{"pronunciation":"ef-al'-lom-ahee","unicode":"ἐφάλλομαι","translit":"ephállomai","definition":"[ἐφάλλομαι] from {{g1909}} and {{g242}}; to spring upon","strongs_number":"g2177"},"g2178":{"pronunciation":"ef-ap'-ax","unicode":"ἐφάπαξ","translit":"ephápax","definition":"[ἐφάπαξ] from {{g1909}} and {{g530}}; upon one occasion (only)","strongs_number":"g2178"},"g2179":{"pronunciation":"ef-es-ee'-nos","unicode":"Ἐφεσῖνος","translit":"Ephesînos","definition":"[Ἐφεσῖνος] from {{g2181}}; Ephesine, or situated at Ephesus","strongs_number":"g2179"},"g2180":{"pronunciation":"ef-es'-ee-os","unicode":"Ἐφέσιος","translit":"Ephésios","definition":"[Ἐφέσιος] from {{g2181}}; an Ephesian or inhabitant of Ephesus","strongs_number":"g2180"},"g2181":{"pronunciation":"ef'-es-os","unicode":"Ἔφεσος","translit":"Éphesos","definition":"[Ἔφεσος] probably of foreign origin; Ephesus, a city of Asia Minor","strongs_number":"g2181"},"g2182":{"pronunciation":"ef-yoo-ret'-ace","unicode":"ἐφευρετής","translit":"epheuretḗs","definition":"[ἐφευρετής] from a compound of {{g1909}} and {{g2147}}; a discoverer, i.e. contriver","strongs_number":"g2182"},"g2183":{"pronunciation":"ef-ay-mer-ee'-ah","unicode":"ἐφημερία","translit":"ephēmería","definition":"[ἐφημερία] from {{g2184}}; diurnality, i.e. (specially) the quotidian rotation or class of the Jewish priests' service at the Temple, as distributed by families","strongs_number":"g2183"},"g2184":{"pronunciation":"ef-ay'-mer-os","unicode":"ἐφήμερος","translit":"ephḗmeros","definition":"[ἐφήμερος] from {{g1909}} and {{g2250}}; for a day (\"ephemeral\"), i.e. diurnal","strongs_number":"g2184"},"g2185":{"pronunciation":"ef-ik-neh'-om-ahee","unicode":"ἐφικνέομαι","translit":"ephiknéomai","definition":"[ἐφικνέομαι] from {{g1909}} and a cognate of {{g2240}}; to arrive upon, i.e. extend to","strongs_number":"g2185"},"g2186":{"pronunciation":"ef-is'-tay-mee","unicode":"ἐφίστημι","translit":"ephístēmi","definition":"[ἐφίστημι] from {{g1909}} and {{g2476}}; to stand upon, i.e. be present (in various applications, friendly or otherwise, usually literal); ","strongs_number":"g2186"},"g2187":{"pronunciation":"ef-rah-im'","unicode":"Ἐφραίμ","translit":"Ephraím","definition":"[Ἐφραίμ] of Hebrew origin ({{h669}} or better {{h6085}}); Ephraim, a place in Palestine","strongs_number":"g2187"},"g2188":{"pronunciation":"ef-fath-ah'","unicode":"ἐφφαθά","translit":"ephphathá","definition":"[ἐφφαθά] of Chaldee origin ({{h6606}}); be opened!","strongs_number":"g2188"},"g2189":{"pronunciation":"ekh'-thrah","unicode":"ἔχθρα","translit":"échthra","definition":"[ἔχθρα] feminine of {{g2190}}; hostility; by implication, a reason for opposition","strongs_number":"g2189"},"g2190":{"pronunciation":"ech-thros'","unicode":"ἐχθρός","translit":"echthrós","definition":"[ἐχθρός] from a primary ἔχθω (to hate); hateful (passively, odious, or actively, hostile); usually as a noun, an adversary (especially Satan)","strongs_number":"g2190"},"g2191":{"pronunciation":"ekh'-id-nah","unicode":"ἔχιδνα","translit":"échidna","definition":"[ἔχιδνα] of uncertain origin; an adder or other poisonous snake (literally or figuratively)","strongs_number":"g2191"},"g2192":{"pronunciation":"ekh'-o","unicode":"ἔχω","translit":"échō","definition":"[ἔχω] , including an alternate form σχέω; (used in certain tenses only) a primary verb; to hold (used in very various applications, literally or figuratively, direct or remote; such as possession; ability, contiuity, relation, or condition)","strongs_number":"g2192"},"g2193":{"pronunciation":"heh'-oce","unicode":"ἕως","translit":"héōs","definition":"[ἕως] of uncertain affinity; a conjunction, preposition and adverb of continuance, until (of time and place)","strongs_number":"g2193"},"g2194":{"pronunciation":"dzab-oo-lone'","unicode":"Ζαβουλών","translit":"Zaboulṓn","definition":"[Ζαβουλών] of Hebrew origin ({{h2074}}); Zabulon (i.e. Zebulon), a region of Palestine","strongs_number":"g2194"},"g2195":{"pronunciation":"dzak-chah'-ee-yos","unicode":"Ζακχαῖος","translit":"Zakchaîos","definition":"[Ζακχαῖος] of Hebrew origin (compare {{h2140}}); Zacchæus, an Israelite","strongs_number":"g2195"},"g2196":{"pronunciation":"dzar-ah'","unicode":"Ζαρά","translit":"Zará","definition":"[Ζαρά] of Hebrew origin ({{h2226}}); Zara, (i.e. Zerach), an Israelite","strongs_number":"g2196"},"g2197":{"pronunciation":"dzakh-ar-ee'-as","unicode":"Ζαχαρίας","translit":"Zacharías","definition":"[Ζαχαρίας] of Hebrew origin ({{h2148}}); Zacharias (i.e. Zechariah), the name of two Israelites","strongs_number":"g2197"},"g2198":{"pronunciation":"dzah'-o","unicode":"ζάω","translit":"záō","definition":"[ζάω] a primary verb; to live (literally or figuratively)","strongs_number":"g2198"},"g2199":{"pronunciation":"dzeb-ed-ah'-yos","unicode":"Ζεβεδαῖος","translit":"Zebedaîos","definition":"[Ζεβεδαῖος] of Hebrew origin (compare {{h2067}}); Zebedæus, an Israelite","strongs_number":"g2199"},"g2200":{"pronunciation":"dzes-tos'","unicode":"ζεστός","translit":"zestós","definition":"[ζεστός] from {{g2204}}; boiled, i.e. (by implication) calid (figuratively, fervent)","strongs_number":"g2200"}}
@@ -0,0 +1 @@
1
+ {"g2201":{"pronunciation":"dzyoo'-gos","unicode":"ζεῦγος","translit":"zeûgos","definition":"[ζεῦγος] from the same as {{g2218}}; a couple, i.e. a team (of oxen yoked together) or brace (of birds tied together)","strongs_number":"g2201"},"g2202":{"pronunciation":"dzook-tay-ree'-ah","unicode":"ζευκτηρία","translit":"zeuktēría","definition":"[ζευκτηρία] feminine of a derivative (at the second stage) from the same as {{g2218}}; a fastening (tiller-rope)","strongs_number":"g2202"},"g2203":{"pronunciation":"dzyooce","unicode":"Ζεύς","translit":"Zeús","definition":"[Ζεύς] of uncertain affinity; in the oblique cases there is used instead of it a (probably cognate) name Δίς, which is otherwise obsolete; Zeus or Dis (among the Latins, Jupiter or Jove), the supreme deity of the Greeks","strongs_number":"g2203"},"g2204":{"pronunciation":"dzeh'-o","unicode":"ζέω","translit":"zéō","definition":"[ζέω] a primary verb; to be hot (boil, of liquids; or glow, of solids), i.e. (figuratively) be fervid (earnest)","strongs_number":"g2204"},"g2205":{"pronunciation":"dzay'-los","unicode":"ζῆλος","translit":"zēlos","definition":"[ζῆλος] from {{g2204}}; properly, heat, i.e. (figuratively) \"zeal\" (in a favorable sense, ardor; in an unfavorable one, jealousy, as of a husband (figuratively, of God), or an enemy, malice)","strongs_number":"g2205"},"g2206":{"pronunciation":"dzay-lo'-o","unicode":"ζηλόω","translit":"zēlóō","definition":"[ζηλόω] from {{g2205}}; to have warmth of feeling for or against","strongs_number":"g2206"},"g2207":{"pronunciation":"dzay-lo-tace'","unicode":"ζηλωτής","translit":"zēlōtḗs","definition":"[ζηλωτής] from {{g2206}}; a \"zealot\"","strongs_number":"g2207"},"g2208":{"pronunciation":"dzay-lo-tace'","unicode":"Ζηλωτής","translit":"Zēlōtḗs","definition":"[Ζηλωτής] the same as {{g2207}}; a Zealot, i.e. (specially) partisan for Jewish political independence","strongs_number":"g2208"},"g2209":{"pronunciation":"dzay-mee'-ah","unicode":"ζημία","translit":"zēmía","definition":"[ζημία] probably akin to the base of {{g1150}} (through the idea of violence); detriment","strongs_number":"g2209"},"g2210":{"pronunciation":"dzay-mee-o'-o","unicode":"ζημιόω","translit":"zēmióō","definition":"[ζημιόω] from {{g2209}}; to injure, i.e. (reflexively or passively) to experience detriment","strongs_number":"g2210"},"g2211":{"pronunciation":"dzay-nas'","unicode":"Ζηνᾶς","translit":"Zēnâs","definition":"[Ζηνᾶς] probably contracted from a poetic form of {{g2203}} and {{g1435}}; Jove-given; Zenas, a Christian","strongs_number":"g2211"},"g2212":{"pronunciation":"dzay-teh'-o","unicode":"ζητέω","translit":"zētéō","definition":"[ζητέω] of uncertain affinity; to seek (literally or figuratively); specially, (by Hebraism) to worship (God), or (in a bad sense) to plot (against life) Compare {{g4441}}.","strongs_number":"g2212"},"g2213":{"pronunciation":"dzay'-tay-mah","unicode":"ζήτημα","translit":"zḗtēma","definition":"[ζήτημα] from {{g2212}}; a search (properly concretely), i.e. (in words) a debate","strongs_number":"g2213"},"g2214":{"pronunciation":"dzay'-tay-sis","unicode":"ζήτησις","translit":"zḗtēsis","definition":"[ζήτησις] from {{g2212}}; a searching (properly, the act), i.e. a dispute or its theme","strongs_number":"g2214"},"g2215":{"pronunciation":"dziz-an'-ee-on","unicode":"ζιζάνιον","translit":"zizánion","definition":"[ζιζάνιον] of uncertain origin; darnel or false grain","strongs_number":"g2215"},"g2216":{"pronunciation":"dzor-ob-ab'-el","unicode":"Ζοροβάβελ","translit":"Zorobábel","definition":"[Ζοροβάβελ] of Hebrew origin ({{h2216}}); Zorobabel (i.e. Zerubbabel), an Israelite","strongs_number":"g2216"},"g2217":{"pronunciation":"dzof'-os","unicode":"ζόφος","translit":"zóphos","definition":"[ζόφος] akin to the base of {{g3509}}; gloom (as shrouding like a cloud)","strongs_number":"g2217"},"g2218":{"pronunciation":"dzoo-gos'","unicode":"ζυγός","translit":"zygós","definition":"[ζυγός] from the root of ζεύγνυμι (to join, especially by a \"yoke\"); a coupling, i.e. (figuratively) servitude (a law or obligation); also (literally) the beam of the balance (as connecting the scales)","strongs_number":"g2218"},"g2219":{"pronunciation":"dzoo'-may","unicode":"ζύμη","translit":"zýmē","definition":"[ζύμη] probably from {{g2204}}; ferment (as if boiling up)","strongs_number":"g2219"},"g2220":{"pronunciation":"dzoo-mo'-o","unicode":"ζυμόω","translit":"zymóō","definition":"[ζυμόω] from {{g2219}}; to cause to ferment","strongs_number":"g2220"},"g2221":{"pronunciation":"dzogue-reh'-o","unicode":"ζωγρέω","translit":"zōgréō","definition":"[ζωγρέω] from the same as {{g2226}} and {{g64}}; to take alive (make a prisoner of war), i.e. (figuratively) to capture or ensnare","strongs_number":"g2221"},"g2222":{"pronunciation":"dzo-ay'","unicode":"ζωή","translit":"zōḗ","definition":"[ζωή] from {{g2198}}; life (literally or figuratively) Compare {{g5590}}.","strongs_number":"g2222"},"g2223":{"pronunciation":"dzo'-nay","unicode":"ζώνη","translit":"zṓnē","definition":"[ζώνη] probably akin to the base of {{g2218}}; a belt; by implication, a pocket","strongs_number":"g2223"},"g2224":{"pronunciation":"dzone'-noo-mi","unicode":"ζώννυμι","translit":"zṓnnymi","definition":"[ζώννυμι] from {{g2223}}; to bind about (especially with a belt)","strongs_number":"g2224"},"g2225":{"pronunciation":"dzo-og-on-eh'-o","unicode":"ζωογονέω","translit":"zōogonéō","definition":"[ζωογονέω] from the same as {{g2226}} and a derivative of {{g1096}}; to engender alive, i.e. (by analogy) to rescue (passively, be saved) from death","strongs_number":"g2225"},"g2226":{"pronunciation":"dzo'-on","unicode":"ζῶον","translit":"zōon","definition":"[ζῶον] neuter of a derivative of {{g2198}}; a live thing, i.e. an animal","strongs_number":"g2226"},"g2227":{"pronunciation":"dzo-op-oy-eh'-o","unicode":"ζωοποιέω","translit":"zōopoiéō","definition":"[ζωοποιέω] from the same as {{g2226}} and {{g4160}}; to (re-)vitalize (literally or figuratively)","strongs_number":"g2227"},"g2228":{"pronunciation":"ay","unicode":"ἤ","translit":"ḗ","definition":"[ἤ] a primary particle of distinction between two connected terms; disjunctive, or; comparative, than Often used in connection with other particles. Compare especially {{g2235}}, {{g2260}}, {{g2273}}.","strongs_number":"g2228"},"g2229":{"pronunciation":"ay","unicode":"ἦ","translit":"ē","definition":"[ἦ] an adverb of confirmation; perhaps intensive of {{g2228}}; used only (in the New Testament) before {{g3303}}; assuredly","strongs_number":"g2229"},"g2230":{"pronunciation":"hayg-em-on-yoo'-o","unicode":"ἡγεμονεύω","translit":"hēgemoneúō","definition":"[ἡγεμονεύω] from {{g2232}}; to act as ruler","strongs_number":"g2230"},"g2231":{"pronunciation":"hayg-em-on-ee'-ah","unicode":"ἡγεμονία","translit":"hēgemonía","definition":"[ἡγεμονία] from {{g2232}}; government, i.e. (in time) official term","strongs_number":"g2231"},"g2232":{"pronunciation":"hayg-em-ohn'","unicode":"ἡγεμών","translit":"hēgemṓn","definition":"[ἡγεμών] from {{g2233}}; a leader, i.e. chief person (or figuratively, place) of a province","strongs_number":"g2232"},"g2233":{"pronunciation":"hayg-eh'-om-ahee","unicode":"ἡγέομαι","translit":"hēgéomai","definition":"[ἡγέομαι] middle voice of a (presumed) strengthened form of {{g71}}; to lead, i.e. command (with official authority); figuratively, to deem, i.e. consider","strongs_number":"g2233"},"g2234":{"pronunciation":"hay-deh'-oce","unicode":"ἡδέως","translit":"hēdéōs","definition":"[ἡδέως] adverb from a derivative of the base of {{g2237}}; sweetly, i.e. (figuratively) with pleasure","strongs_number":"g2234"},"g2235":{"pronunciation":"ay'-day","unicode":"ἤδη","translit":"ḗdē","definition":"[ἤδη] apparently from {{g2228}} (or possibly {{g2229}}) and {{g1211}}; even now","strongs_number":"g2235"},"g2236":{"pronunciation":"hay'-dis-tah","unicode":"ἥδιστα","translit":"hḗdista","definition":"[ἥδιστα] neuter plural of the superlative of the same as {{g2234}}; with great pleasure","strongs_number":"g2236"},"g2237":{"pronunciation":"hay-don-ay'","unicode":"ἡδονή","translit":"hēdonḗ","definition":"[ἡδονή] from ἁνδάνω (to please); sensual delight; by implication, desire","strongs_number":"g2237"},"g2238":{"pronunciation":"hay-doo'-os-mon","unicode":"ἡδύοσμον","translit":"hēdýosmon","definition":"[ἡδύοσμον] neuter of the compound of the same as {{g2234}} and {{g3744}}; a sweet-scented plant, i.e. mint","strongs_number":"g2238"},"g2239":{"pronunciation":"ay'-thos","unicode":"ἦθος","translit":"ēthos","definition":"[ἦθος] a strengthened form of {{g1485}}; usage, i.e. (plural) moral habits","strongs_number":"g2239"},"g2240":{"pronunciation":"hay'-ko","unicode":"ἥκω","translit":"hḗkō","definition":"[ἥκω] a primary verb; to arrive, i.e. be present (literally or figuratively)","strongs_number":"g2240"},"g2241":{"pronunciation":"ay-lee'","unicode":"ἠλί","translit":"ēlí","definition":"[ἠλί] of Hebrew origin ({{h410}} with pronominal suffix); my God","strongs_number":"g2241"},"g2242":{"pronunciation":"hay-lee'","unicode":"Ἡλί","translit":"Hēlí","definition":"[Ἡλί] of Hebrew origin ({{h5941}}); Heli (i.e. Eli), an Israelite","strongs_number":"g2242"},"g2243":{"pronunciation":"hay-lee'-as","unicode":"Ἡλίας","translit":"Hēlías","definition":"[Ἡλίας] of Hebrew origin ({{h452}}); Helias (i.e. Elijah), an Israelite","strongs_number":"g2243"},"g2244":{"pronunciation":"hay-lik-ee'-ah","unicode":"ἡλικία","translit":"hēlikía","definition":"[ἡλικία] from the same as {{g2245}}; maturity (in years or size)","strongs_number":"g2244"},"g2245":{"pronunciation":"hay-lee'-kos","unicode":"ἡλίκος","translit":"hēlíkos","definition":"[ἡλίκος] from ἧλιξ (a comrade, i.e. one of the same age); as big as, i.e. (interjectively) how much","strongs_number":"g2245"},"g2246":{"pronunciation":"hay'-lee-os","unicode":"ἥλιος","translit":"hḗlios","definition":"[ἥλιος] from ἕλη (a ray; perhaps akin to the alternate of {{g138}}); the sun; by implication, light","strongs_number":"g2246"},"g2247":{"pronunciation":"hay'-los","unicode":"ἧλος","translit":"hēlos","definition":"[ἧλος] of uncertain affinity; a stud, i.e. spike","strongs_number":"g2247"},"g2248":{"pronunciation":"hay-mas'","unicode":"ἡμᾶς","translit":"hēmâs","definition":"[ἡμᾶς] accusative case plural of {{g1473}}; us","strongs_number":"g2248"},"g2249":{"pronunciation":"hay-mice'","unicode":"ἡμεῖς","translit":"hēmeîs","definition":"[ἡμεῖς] nominative plural of {{g1473}}; we (only used when emphatic)","strongs_number":"g2249"},"g2250":{"pronunciation":"hay-mer'-ah","unicode":"ἡμέρα","translit":"hēméra","definition":"[ἡμέρα] feminine (with {{g5610}} implied) of a derivative of ἧμαι (to sit; akin to the base of {{g1476}}) meaning tame, i.e. gentle; day, i.e. (literally) the time space between dawn and dark, or the whole 24 hours (but several days were usually reckoned by the Jews as inclusive of the parts of both extremes); figuratively, a period (always defined more or less clearly by the context)","strongs_number":"g2250"},"g2251":{"pronunciation":"hay-met'-er-os","unicode":"ἡμέτερος","translit":"hēméteros","definition":"[ἡμέτερος] from {{g2349}}; our","strongs_number":"g2251"},"g2252":{"pronunciation":"ay'-mane","unicode":"ἤμην","translit":"ḗmēn","definition":"[ἤμην] a prolonged form of {{g2258}}; I was (Sometimes unexpressed).","strongs_number":"g2252"},"g2253":{"pronunciation":"hay-mee-than-ace'","unicode":"ἡμιθανής","translit":"hēmithanḗs","definition":"[ἡμιθανής] from a presumed compound of the base of {{g2255}} and {{g2348}}; half dead, i.e. entirely exhausted","strongs_number":"g2253"},"g2254":{"pronunciation":"hay-meen'","unicode":"ἡμῖν","translit":"hēmîn","definition":"[ἡμῖν] dative case plural of {{g1473}}; to (or for, with, by) us","strongs_number":"g2254"},"g2255":{"pronunciation":"hay'-mee-soo","unicode":"ἥμισυ","translit":"hḗmisy","definition":"[ἥμισυ] neuter of a derivative from an inseparable prefix akin to {{g260}} (through the idea of partition involved in connection) and meaning semi-; (as noun) half","strongs_number":"g2255"},"g2256":{"pronunciation":"hay-mee-o'-ree-on","unicode":"ἡμιώριον","translit":"hēmiṓrion","definition":"[ἡμιώριον] from the base of {{g2255}} and {{g5610}}; a half-hour","strongs_number":"g2256"},"g2257":{"pronunciation":"hay-mone'","unicode":"ἡμῶν","translit":"hēmōn","definition":"[ἡμῶν] genitive case plural of {{g1473}}; of (or from) us","strongs_number":"g2257"},"g2258":{"pronunciation":"ane","unicode":"ἦν","translit":"ēn","definition":"[ἦν] imperfect of {{g1510}}; I (thou, etc.) was (wast or were)","strongs_number":"g2258"},"g2259":{"pronunciation":"hay-nee'-kah","unicode":"ἡνίκα","translit":"hēníka","definition":"[ἡνίκα] of uncertain affinity; at which time","strongs_number":"g2259"},"g2260":{"pronunciation":"ay'-per","unicode":"ἤπερ","translit":"ḗper","definition":"[ἤπερ] from {{g2228}} and {{g4007}}; than at all (or than perhaps, than indeed)","strongs_number":"g2260"},"g2261":{"pronunciation":"ay'-pee-os","unicode":"ἤπιος","translit":"ḗpios","definition":"[ἤπιος] probably from {{g2031}}; properly, affable, i.e. mild or kind","strongs_number":"g2261"},"g2262":{"pronunciation":"ayr","unicode":"Ἤρ","translit":"Ḗr","definition":"[Ἤρ] of Hebrew origin ({{h6147}}); Er, an Israelite","strongs_number":"g2262"},"g2263":{"pronunciation":"ay'-rem-os","unicode":"ἤρεμος","translit":"ḗremos","definition":"[ἤρεμος] perhaps by transposition from {{g2048}} (through the idea of stillness); tranquil","strongs_number":"g2263"},"g2264":{"pronunciation":"hay-ro'-dace","unicode":"Ἡρώδης","translit":"Hērṓdēs","definition":"[Ἡρώδης] compound of ἥρως (a \"hero\") and {{g1491}}; heroic; Herod, the name of four Jewish kings","strongs_number":"g2264"},"g2265":{"pronunciation":"hay-ro-dee-an-oy'","unicode":"Ἡρωδιανοί","translit":"Hērōdianoí","definition":"[Ἡρωδιανοί] plural of a derivative of {{g2264}}; Herodians, i.e. partisans of Herod","strongs_number":"g2265"},"g2266":{"pronunciation":"hay-ro-dee-as'","unicode":"Ἡρωδιάς","translit":"Hērōdiás","definition":"[Ἡρωδιάς] from {{g2264}}; Herodias, a woman of the Heodian family","strongs_number":"g2266"},"g2267":{"pronunciation":"hay-ro-dee'-ohn","unicode":"Ἡρωδίων","translit":"Hērōdíōn","definition":"[Ἡρωδίων] from {{g2264}}; Herodion, a Christian","strongs_number":"g2267"},"g2268":{"pronunciation":"hay-sah-ee'-as","unicode":"Ἡσαΐας","translit":"Hēsaḯas","definition":"[Ἡσαΐας] of Hebrew origin ({{h3470}}); Hesaias (i.e. Jeshajah), an Israelite","strongs_number":"g2268"},"g2269":{"pronunciation":"ay-sow'","unicode":"Ἠσαῦ","translit":"Ēsaû","definition":"[Ἠσαῦ] of Hebrew origin ({{h6215}}); Esau, an Edomite","strongs_number":"g2269"},"g2270":{"pronunciation":"hay-soo-khad'-zo","unicode":"ἡσυχάζω","translit":"hēsycházō","definition":"[ἡσυχάζω] from the same as {{g2272}}; to keep still (intransitively), i.e. refrain from labor, meddlesomeness or speech","strongs_number":"g2270"},"g2271":{"pronunciation":"hay-soo-khee'-ah","unicode":"ἡσυχία","translit":"hēsychía","definition":"[ἡσυχία] feminine of {{g2272}}; (as noun) stillness, i.e. desistance from bustle or language","strongs_number":"g2271"},"g2272":{"pronunciation":"hay-soo'-khee-os","unicode":"ἡσύχιος","translit":"hēsýchios","definition":"[ἡσύχιος] a prolonged form of a compound probably of a derivative of the base of {{g1476}} and perhaps {{g2192}}; properly, keeping one's seat (sedentary), i.e. (by implication) still (undisturbed, undisturbing)","strongs_number":"g2272"},"g2273":{"pronunciation":"ay'-toy","unicode":"ἤτοι","translit":"ḗtoi","definition":"[ἤτοι] from {{g2228}} and {{g5104}}; either indeed","strongs_number":"g2273"},"g2274":{"pronunciation":"hayt-tah'-o","unicode":"ἡττάω","translit":"hēttáō","definition":"[ἡττάω] from the same as {{g2276}}; to make worse, i.e. vanquish (literally or figuratively); by implication, to rate lower","strongs_number":"g2274"},"g2275":{"pronunciation":"hayt'-tay-mah","unicode":"ἥττημα","translit":"hḗttēma","definition":"[ἥττημα] from {{g2274}}; a deterioration, i.e. (objectively) failure or (subjectively) loss","strongs_number":"g2275"},"g2276":{"pronunciation":"hate'-ton","unicode":"ἥττον","translit":"hḗtton","definition":"[ἥττον] neuter of comparative of ἧκα (slightly) used for that of {{g2556}}; worse (as noun); by implication, less (as adverb)","strongs_number":"g2276"},"g2277":{"pronunciation":"ay'-to","unicode":"ἤτω","translit":"ḗtō","definition":"[ἤτω] third person singular imperative of {{g1510}}; let him (or it) be","strongs_number":"g2277"},"g2278":{"pronunciation":"ay-kheh'-o","unicode":"ἠχέω","translit":"ēchéō","definition":"[ἠχέω] from {{g2279}}; to make a loud noise, i.e. reverberate","strongs_number":"g2278"},"g2279":{"pronunciation":"ay'-khos","unicode":"ἦχος","translit":"ēchos","definition":"[ἦχος] of uncertain affinity; a loud or confused noise (\"echo\"), i.e. roar; figuratively, a rumor","strongs_number":"g2279"},"g2280":{"pronunciation":"thad-dah'-yos","unicode":"Θαδδαῖος","translit":"Thaddaîos","definition":"[Θαδδαῖος] of uncertain origin; Thaddæus, one of the Apostles","strongs_number":"g2280"},"g2281":{"pronunciation":"thal'-as-sah","unicode":"θάλασσα","translit":"thálassa","definition":"[θάλασσα] probably prolonged from {{g251}}; the sea (genitive case or specially)","strongs_number":"g2281"},"g2282":{"pronunciation":"thal'-po","unicode":"θάλπω","translit":"thálpō","definition":"[θάλπω] probably akin to θάλλω (to warm); to brood, i.e. (figuratively) to foster","strongs_number":"g2282"},"g2283":{"pronunciation":"tham'-ar","unicode":"Θάμαρ","translit":"Thámar","definition":"[Θάμαρ] of Hebrew origin ({{h8559}}); Thamar (i.e. Tamar), an Israelitess","strongs_number":"g2283"},"g2284":{"pronunciation":"tham-beh'-o","unicode":"θαμβέω","translit":"thambéō","definition":"[θαμβέω] from {{g2285}}; to stupefy (with surprise), i.e. astound","strongs_number":"g2284"},"g2285":{"pronunciation":"tham'-bos","unicode":"θάμβος","translit":"thámbos","definition":"[θάμβος] akin to an obsolete τάφω (to dumbfound); stupefaction (by surprise), i.e. astonishment","strongs_number":"g2285"},"g2286":{"pronunciation":"than-as'-ee-mos","unicode":"θανάσιμος","translit":"thanásimos","definition":"[θανάσιμος] from {{g2288}}; fatal, i.e. poisonous","strongs_number":"g2286"},"g2287":{"pronunciation":"than-at-ay'-for-os","unicode":"θανατήφορος","translit":"thanatḗphoros","definition":"[θανατήφορος] from (the feminine form of) {{g2288}} and {{g5342}}; death-bearing, i.e. fatal","strongs_number":"g2287"},"g2288":{"pronunciation":"than'-at-os","unicode":"θάνατος","translit":"thánatos","definition":"[θάνατος] from {{g2348}}; (properly, an adjective used as a noun) death (literally or figuratively)","strongs_number":"g2288"},"g2289":{"pronunciation":"than-at-o'-o","unicode":"θανατόω","translit":"thanatóō","definition":"[θανατόω] from {{g2288}} to kill (literally or figuratively)","strongs_number":"g2289"},"g2290":{"pronunciation":"thap'-to","unicode":"θάπτω","translit":"tháptō","definition":"[θάπτω] a primary verb; to celebrate funeral rites, i.e. inter","strongs_number":"g2290"},"g2291":{"pronunciation":"thar'-ah","unicode":"Θάρα","translit":"Thára","definition":"[Θάρα] of Hebrew origin ({{h8646}}); Thara (i.e. Terach), the father of Abraham","strongs_number":"g2291"},"g2292":{"pronunciation":"thar-hreh'-o","unicode":"θαῤῥέω","translit":"tharrhéō","definition":"[θαῤῥέω] another form for {{g2293}}; to exercise courage Compare {{g5111}}.","strongs_number":"g2292"},"g2293":{"pronunciation":"thar-seh'-o","unicode":"θαρσέω","translit":"tharséō","definition":"[θαρσέω] from {{g2294}}; to have courage Compare {{g2292}}.","strongs_number":"g2293"},"g2294":{"pronunciation":"thar'-sos","unicode":"θάρσος","translit":"thársos","definition":"[θάρσος] akin (by transposition) to θράσος (daring); boldness (subjectively)","strongs_number":"g2294"},"g2295":{"pronunciation":"thos'-mah","unicode":"θαῦμα","translit":"thaûma","definition":"[θαῦμα] apparently from a form of {{g2300}}; wonder (properly concrete; but by implication, abstract)","strongs_number":"g2295"},"g2296":{"pronunciation":"thou-mad'-zo","unicode":"θαυμάζω","translit":"thaumázō","definition":"[θαυμάζω] from {{g2295}}; to wonder; by implication, to admire","strongs_number":"g2296"},"g2297":{"pronunciation":"thow-mas'-ee-os","unicode":"θαυμάσιος","translit":"thaumásios","definition":"[θαυμάσιος] from {{g2295}}; wondrous, i.e. (neuter as noun) a miracle","strongs_number":"g2297"},"g2298":{"pronunciation":"thow-mas-tos'","unicode":"θαυμαστός","translit":"thaumastós","definition":"[θαυμαστός] from {{g2296}}; wondered at, i.e. (by implication) wonderful","strongs_number":"g2298"},"g2299":{"pronunciation":"theh-ah'","unicode":"θεά","translit":"theá","definition":"[θεά] feminine of {{g2316}}; a female deity","strongs_number":"g2299"},"g2300":{"pronunciation":"theh-ah'-om-ahee","unicode":"θεάομαι","translit":"theáomai","definition":"[θεάομαι] a prolonged form of a primary verb; to look closely at, i.e. (by implication) perceive (literally or figuratively); by extension to visit Compare {{g3700}}.","strongs_number":"g2300"}}