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
+ {"g4701":{"pronunciation":"spor-ah'","unicode":"σπορά","translit":"sporá","definition":"[σπορά] from {{g4687}}; a sowing, i.e. (by implication) parentage","strongs_number":"g4701"},"g4702":{"pronunciation":"spor'-ee-mos","unicode":"σπόριμος","translit":"spórimos","definition":"[σπόριμος] from {{g4703}}; sown, i.e. (neuter plural) a planted field","strongs_number":"g4702"},"g4703":{"pronunciation":"spro'-os","unicode":"σπόρος","translit":"spóros","definition":"[σπόρος] from {{g4687}}; a scattering (of seed), i.e. (concretely) seed (as sown)","strongs_number":"g4703"},"g4704":{"pronunciation":"spoo-dad'-zo","unicode":"σπουδάζω","translit":"spoudázō","definition":"[σπουδάζω] from {{g4710}}; to use speed, i.e. to make effort, be prompt or earnest","strongs_number":"g4704"},"g4705":{"pronunciation":"spoo-dah'-yos","unicode":"σπουδαῖος","translit":"spoudaîos","definition":"[σπουδαῖος] from {{g4710}}; prompt, energetic, earnest","strongs_number":"g4705"},"g4706":{"pronunciation":"spoo-dah-yot'-er-on","unicode":"σπουδαιότερον","translit":"spoudaióteron","definition":"[σπουδαιότερον] neuter of {{g4707}} as adverb; more earnestly than others), i.e. very promptly","strongs_number":"g4706"},"g4707":{"pronunciation":"spoo-dah-yot'-er-os","unicode":"σπουδαιότερος","translit":"spoudaióteros","definition":"[σπουδαιότερος] comparative of {{g4705}}; more prompt, more earnest","strongs_number":"g4707"},"g4708":{"pronunciation":"spoo-dah-yot-er'-oce","unicode":"σπουδαιοτέρως","translit":"spoudaiotérōs","definition":"[σπουδαιοτέρως] adverb from {{g4707}}; more speedily, i.e. sooner than otherwise","strongs_number":"g4708"},"g4709":{"pronunciation":"spoo-dah'-yoce","unicode":"σπουδαίως","translit":"spoudaíōs","definition":"[σπουδαίως] adverb from {{g4705}}; earnestly, promptly","strongs_number":"g4709"},"g4710":{"pronunciation":"spoo-day'","unicode":"σπουδή","translit":"spoudḗ","definition":"[σπουδή] from {{g4692}}; \"speed\", i.e. (by implication) despatch, eagerness, earnestness","strongs_number":"g4710"},"g4711":{"pronunciation":"spoo-rece'","unicode":"σπυρίς","translit":"spyrís","definition":"[σπυρίς] from {{g4687}} (as woven); a hamper or lunch-receptacle","strongs_number":"g4711"},"g4712":{"pronunciation":"stad'-ee-on","unicode":"στάδιον","translit":"stádion","definition":"[στάδιον] , or masculine (in plural) στάδιοςfrom the base of {{g2476}} (as fixed); a stade or certain measure of distance; by implication, a stadium or race-course","strongs_number":"g4712"},"g4713":{"pronunciation":"stam'-nos","unicode":"στάμνος","translit":"stámnos","definition":"[στάμνος] from the base of {{g2476}} (as stationary); a jar or earthen tank","strongs_number":"g4713"},"g4714":{"pronunciation":"stas'-is","unicode":"στάσις","translit":"stásis","definition":"[στάσις] from the base of {{g2476}}; a standing (properly, the act), i.e. (by analogy) position (existence); by implication, a popular uprising; figuratively, controversy","strongs_number":"g4714"},"g4715":{"pronunciation":"stat-air'","unicode":"στατήρ","translit":"statḗr","definition":"[στατήρ] from the base of {{g2746}}; a stander (standard of value), i.e. (specially), a stater or certain coin","strongs_number":"g4715"},"g4716":{"pronunciation":"stow-ros'","unicode":"σταυρός","translit":"staurós","definition":"[σταυρός] from the base of {{g2476}}; a stake or post (as set upright), i.e. (specially), a pole or cross (as an instrument of capital punishment); figuratively, exposure to death, i.e. self-denial; by implication, the atonement of Christ","strongs_number":"g4716"},"g4717":{"pronunciation":"stow-ro'-o","unicode":"σταυρόω","translit":"stauróō","definition":"[σταυρόω] from {{g4716}}; to impale on the cross; figuratively, to extinguish (subdue) passion or selfishness","strongs_number":"g4717"},"g4718":{"pronunciation":"staf-oo-lay'","unicode":"σταφυλή","translit":"staphylḗ","definition":"[σταφυλή] probably from the base of {{g4735}}; a cluster of grapes (as if intertwined)","strongs_number":"g4718"},"g4719":{"pronunciation":"stakh'-oos","unicode":"στάχυς","translit":"stáchys","definition":"[στάχυς] from the base of {{g2476}}; a head of grain (as standing out from the stalk)","strongs_number":"g4719"},"g4720":{"pronunciation":"stakh'-oos","unicode":"Στάχυς","translit":"Stáchys","definition":"[Στάχυς] the same as {{g4719}}; Stachys, a Christian","strongs_number":"g4720"},"g4721":{"pronunciation":"steg'-ay","unicode":"στέγη","translit":"stégē","definition":"[στέγη] strengthened from a primary τέγος (a \"thatch\" or \"deck\" of a building); a roof","strongs_number":"g4721"},"g4722":{"pronunciation":"steg'-o","unicode":"στέγω","translit":"stégō","definition":"[στέγω] from {{g4721}}; to roof over, i.e. (figuratively) to cover with silence (endure patiently)","strongs_number":"g4722"},"g4723":{"pronunciation":"sti'-ros","unicode":"στείρος","translit":"steíros","definition":"[στείρος] a contraction from {{g4731}} (as stiff and unnatural); \"sterile\"","strongs_number":"g4723"},"g4724":{"pronunciation":"stel'-lo","unicode":"στέλλω","translit":"stéllō","definition":"[στέλλω] probably strengthened from the base of {{g2476}}; properly, to set fast (\"stall\"), i.e. (figuratively) to repress (reflexively, abstain from associating with)","strongs_number":"g4724"},"g4725":{"pronunciation":"stem'-mah","unicode":"στέμμα","translit":"stémma","definition":"[στέμμα] from the base of {{g4735}}; a wreath for show","strongs_number":"g4725"},"g4726":{"pronunciation":"sten-ag-mos'","unicode":"στεναγμός","translit":"stenagmós","definition":"[στεναγμός] from {{g4727}}; a sigh","strongs_number":"g4726"},"g4727":{"pronunciation":"sten-ad'-zo","unicode":"στενάζω","translit":"stenázō","definition":"[στενάζω] from {{g4728}}; to make (intransitively, be) in straits, i.e. (by implication) to sigh, murmur, pray inaudibly","strongs_number":"g4727"},"g4728":{"pronunciation":"sten-os'","unicode":"στενός","translit":"stenós","definition":"[στενός] probably from the base of {{g2476}}; narrow (from obstacles standing close about)","strongs_number":"g4728"},"g4729":{"pronunciation":"sten-okh-o-reh'-o","unicode":"στενοχωρέω","translit":"stenochōréō","definition":"[στενοχωρέω] from the same as {{g4730}}; to hem in closely, i.e. (figuratively) cramp","strongs_number":"g4729"},"g4730":{"pronunciation":"sten-okh-o-ree'-ah","unicode":"στενοχωρία","translit":"stenochōría","definition":"[στενοχωρία] from a compound of {{g4728}} and {{g5561}}; narrowness of room, i.e. (figuratively) calamity","strongs_number":"g4730"},"g4731":{"pronunciation":"ster-eh-os'","unicode":"στερεός","translit":"stereós","definition":"[στερεός] from {{g2476}}; stiff, i.e. solid, stable (literally or figuratively)","strongs_number":"g4731"},"g4732":{"pronunciation":"ster-eh-o'-o","unicode":"στερεόω","translit":"stereóō","definition":"[στερεόω] from {{g4731}}; to solidify, i.e. confirm (literally or figuratively)","strongs_number":"g4732"},"g4733":{"pronunciation":"ster-eh'-o-mah","unicode":"στερέωμα","translit":"steréōma","definition":"[στερέωμα] from {{g4732}}; something established, i.e. (abstractly) confirmation (stability)","strongs_number":"g4733"},"g4734":{"pronunciation":"stef-an-as'","unicode":"Στεφανᾶς","translit":"Stephanâs","definition":"[Στεφανᾶς] probably contraction for στεφανωτός (crowned; from {{g4737}}); Stephanas, a Christian","strongs_number":"g4734"},"g4735":{"pronunciation":"stef'-an-os","unicode":"στέφανος","translit":"stéphanos","definition":"[στέφανος] from an apparently primary στέφω (to twine or wreathe); a chaplet (as a badge of royalty, a prize in the public games or a symbol of honor generally; but more conspicuous and elaborate than the simple fillet, {{g1238}}), literally or figuratively","strongs_number":"g4735"},"g4736":{"pronunciation":"stef'-an-os","unicode":"Στέφανος","translit":"Stéphanos","definition":"[Στέφανος] the same as {{g4735}}; Stephanus, a Christian","strongs_number":"g4736"},"g4737":{"pronunciation":"stef-an-o'-o","unicode":"στεφανόω","translit":"stephanóō","definition":"[στεφανόω] from {{g4735}}; to adorn with an honorary wreath (literally or figuratively)","strongs_number":"g4737"},"g4738":{"pronunciation":"stay'-thos","unicode":"στῆθος","translit":"stēthos","definition":"[στῆθος] from {{g2476}} (as standing prominently); the (entire external) bosom, i.e. chest","strongs_number":"g4738"},"g4739":{"pronunciation":"stay'-ko","unicode":"στήκω","translit":"stḗkō","definition":"[στήκω] from the perfect tense of {{g2476}}; to be stationary, i.e. (figuratively) to persevere","strongs_number":"g4739"},"g4740":{"pronunciation":"stay-rig-mos'","unicode":"στηριγμός","translit":"stērigmós","definition":"[στηριγμός] from {{g4741}}; stability (figuratively)","strongs_number":"g4740"},"g4741":{"pronunciation":"stay-rid'-zo","unicode":"στηρίζω","translit":"stērízō","definition":"[στηρίζω] from a presumed derivative of {{g2476}} (like {{g4731}}); to set fast, i.e. (literally) to turn resolutely in a certain direction, or (figuratively) to confirm","strongs_number":"g4741"},"g4742":{"pronunciation":"stig'-mah","unicode":"στίγμα","translit":"stígma","definition":"[στίγμα] from a primary στίζω (to \"stick\", i.e. prick); a mark incised or punched (for recognition of ownership), i.e. (figuratively) scar of service","strongs_number":"g4742"},"g4743":{"pronunciation":"stig-may'","unicode":"στιγμή","translit":"stigmḗ","definition":"[στιγμή] feminine of {{g4742}}; a point of time, i.e. an instant","strongs_number":"g4743"},"g4744":{"pronunciation":"stil'-bo","unicode":"στίλβω","translit":"stílbō","definition":"[στίλβω] apparently a primary verb; to gleam, i.e. flash intensely","strongs_number":"g4744"},"g4745":{"pronunciation":"sto-ah'","unicode":"στοά","translit":"stoá","definition":"[στοά] probably from {{g2476}}; a colonnade or interior piazza","strongs_number":"g4745"},"g4746":{"pronunciation":"stoy-bas'","unicode":"στοιβάς","translit":"stoibás","definition":"[στοιβάς] from a primary στείβω (to \"step\" or \"stamp\"); a spread (as if tramped flat) of loose materials for a couch, i.e. (by implication) a bough of a tree so employed","strongs_number":"g4746"},"g4747":{"pronunciation":"stoy-khi'-on","unicode":"στοιχεῖον","translit":"stoicheîon","definition":"[στοιχεῖον] neuter of a presumed derivative of the base of {{g4748}}; something orderly in arrangement, i.e. (by implication) a serial (basal, fundamental, initial) constituent (literally), proposition (figuratively)","strongs_number":"g4747"},"g4748":{"pronunciation":"stoy-kheh'-o","unicode":"στοιχέω","translit":"stoichéō","definition":"[στοιχέω] from a derivative of στείχω (to range in regular line); to march in (military) rank (keep step), i.e. (figuratively) to conform to virtue and piety","strongs_number":"g4748"},"g4749":{"pronunciation":"stol-ay'","unicode":"στολή","translit":"stolḗ","definition":"[στολή] from {{g4724}}; equipment, i.e. (specially), a \"stole\" or long-fitting gown (as a mark of dignity)","strongs_number":"g4749"},"g4750":{"pronunciation":"stom'-a","unicode":"στόμα","translit":"stóma","definition":"[στόμα] probably strengthened from a presumed derivative of the base of {{g5114}}; the mouth (as if a gash in the face); by implication, language (and its relations); figuratively, an opening (in the earth); specially, the front or edge (of a weapon)","strongs_number":"g4750"},"g4751":{"pronunciation":"stom'-akh-os","unicode":"στόμαχος","translit":"stómachos","definition":"[στόμαχος] from {{g4750}}; an orifice (the gullet), i.e. (specially), the \"stomach\"","strongs_number":"g4751"},"g4752":{"pronunciation":"strat-i'-ah","unicode":"στρατεία","translit":"strateía","definition":"[στρατεία] from {{g4754}}; military service, i.e. (figuratively) the apostolic career (as one of hardship and danger)","strongs_number":"g4752"},"g4753":{"pronunciation":"strat'-yoo-mah","unicode":"στράτευμα","translit":"stráteuma","definition":"[στράτευμα] from {{g4754}}; an armament, i.e. (by implication) a body of troops (more or less extensive or systematic)","strongs_number":"g4753"},"g4754":{"pronunciation":"strat-yoo'-om-ahee","unicode":"στρατεύομαι","translit":"strateúomai","definition":"[στρατεύομαι] middle voice from the base of {{g4756}}; to serve in a military campaign; figuratively, to execute the apostolate (with its arduous duties and functions), to contend with carnal inclinations","strongs_number":"g4754"},"g4755":{"pronunciation":"strat-ay-gos'","unicode":"στρατηγός","translit":"stratēgós","definition":"[στρατηγός] from the base of {{g4756}} and {{g71}} or {{g2233}}; a general, i.e. (by implication or analogy) a (military) governor (prætor), the chief (præfect) of the (Levitical) temple-wardens","strongs_number":"g4755"},"g4756":{"pronunciation":"strat-ee'-ah","unicode":"στρατιά","translit":"stratiá","definition":"[στρατιά] feminine of a derivative of στρατός (an army; from the base of {{g4766}}, as encamped); camp-likeness, i.e. an army, i.e. (figuratively) the angels, the celestial luminaries","strongs_number":"g4756"},"g4757":{"pronunciation":"strat-ee-o'-tace","unicode":"στρατιώτης","translit":"stratiṓtēs","definition":"[στρατιώτης] from a presumed derivative of the same as {{g4756}}; a camper-out, i.e. a (common) warrior (literally or figuratively)","strongs_number":"g4757"},"g4758":{"pronunciation":"strat-ol-og-eh'-o","unicode":"στρατολογέω","translit":"stratologéō","definition":"[στρατολογέω] from a compound of the base of {{g4756}} and {{g3004}} (in its original sense); to gather (or select) as a warrior, i.e. enlist in the army","strongs_number":"g4758"},"g4759":{"pronunciation":"strat-op-ed-ar'-khace","unicode":"στρατοπεδάρχης","translit":"stratopedárchēs","definition":"[στρατοπεδάρχης] from {{g4760}} and {{g757}}; a ruler of an army, i.e. (specially), a Prætorian præfect","strongs_number":"g4759"},"g4760":{"pronunciation":"strat-op'-ed-on","unicode":"στρατόπεδον","translit":"stratópedon","definition":"[στρατόπεδον] from the base of {{g4756}} and the same as {{g3977}}; a camping-ground, i.e. (by implication) a body of troops","strongs_number":"g4760"},"g4761":{"pronunciation":"streb-lo'-o","unicode":"στρεβλόω","translit":"streblóō","definition":"[στρεβλόω] from a derivative of {{g4762}}; to wrench, i.e. (specially), to torture (by the rack), but only figuratively, to pervert","strongs_number":"g4761"},"g4762":{"pronunciation":"stref'-o","unicode":"στρέφω","translit":"stréphō","definition":"[στρέφω] strengthened from the base of {{g5157}}; to twist, i.e. turn quite around or reverse (literally or figuratively)","strongs_number":"g4762"},"g4763":{"pronunciation":"stray-nee-ah'-o","unicode":"στρηνιάω","translit":"strēniáō","definition":"[στρηνιάω] from a presumed derivative of {{g4764}}; to be luxurious","strongs_number":"g4763"},"g4764":{"pronunciation":"stray'-nos","unicode":"στρῆνος","translit":"strēnos","definition":"[στρῆνος] akin to {{g4731}}; a \"straining\", \"strenuousness\" or \"strength\", i.e. (figuratively) luxury (voluptuousness)","strongs_number":"g4764"},"g4765":{"pronunciation":"stroo-thee'-on","unicode":"στρουθίον","translit":"strouthíon","definition":"[στρουθίον] diminutive of στρουθός (a sparrow); a little sparrow","strongs_number":"g4765"},"g4766":{"pronunciation":"strone'-noo-mee","unicode":"στρώννυμι","translit":"strṓnnymi","definition":"[στρώννυμι] , or simpler στρωννύω; prolongation from a still simpler στρόω, (used only as an alternate in certain tenses) (probably akin to {{g4731}} through the idea of positing); to \"strew,\" i.e. spread (as a carpet or couch)","strongs_number":"g4766"},"g4767":{"pronunciation":"stoog-nay-tos'","unicode":"στυγνητός","translit":"stygnētós","definition":"[στυγνητός] from a derivative of an obsolete apparently primary στύγω (to hate); hated, i.e. odious","strongs_number":"g4767"},"g4768":{"pronunciation":"stoog-nad'-zo","unicode":"στυγνάζω","translit":"stygnázō","definition":"[στυγνάζω] from the same as {{g4767}}; to render gloomy, i.e. (by implication) glower (be overcast with clouds, or sombreness of speech)","strongs_number":"g4768"},"g4769":{"pronunciation":"stoo'-los","unicode":"στῦλος","translit":"stŷlos","definition":"[στῦλος] from στύω (to stiffen; properly akin to the base of {{g2476}}); a post (\"style\"), i.e. (figuratively) support","strongs_number":"g4769"},"g4770":{"pronunciation":"sto-ik-os'","unicode":"Στωϊκός","translit":"Stōïkós","definition":"[Στωϊκός] from {{g4745}}; a \"Stoic\" (as occupying a particular porch in Athens), i.e. adherent of a certin philosophy","strongs_number":"g4770"},"g4771":{"pronunciation":"soo","unicode":"σύ","translit":"sý","definition":"[σύ] the personal pronoun of the second person singular; thou See also {{g4571}}, {{g4671}}, {{g4675}}; and for the plural {{g5209}}, {{g5210}}, {{g5213}}, {{g5216}}.","strongs_number":"g4771"},"g4772":{"pronunciation":"soong-ghen'-i-ah","unicode":"συγγένεια","translit":"syngéneia","definition":"[συγγένεια] from {{g4773}}; relationship, i.e. (concretely) relatives","strongs_number":"g4772"},"g4773":{"pronunciation":"soong-ghen-ace'","unicode":"συγγενής","translit":"syngenḗs","definition":"[συγγενής] from {{g4862}} and {{g1085}}; a relative (by blood); by extension, a fellow countryman","strongs_number":"g4773"},"g4774":{"pronunciation":"soong-gno'-may","unicode":"συγγνώμη","translit":"syngnṓmē","definition":"[συγγνώμη] from a compound of {{g4862}} and {{g1097}}; fellow knowledge, i.e. concession","strongs_number":"g4774"},"g4775":{"pronunciation":"soong-kath'-ay-mahee","unicode":"συγκάθημαι","translit":"synkáthēmai","definition":"[συγκάθημαι] from {{g4862}} and {{g2521}}; to seat oneself in company with","strongs_number":"g4775"},"g4776":{"pronunciation":"soong-kath-id'-zo","unicode":"συγκαθίζω","translit":"synkathízō","definition":"[συγκαθίζω] from {{g4862}} and {{g2523}}; to give (or take) a seat in company with","strongs_number":"g4776"},"g4777":{"pronunciation":"soong-kak-op-ath-eh'-o","unicode":"συγκακοπαθέω","translit":"synkakopathéō","definition":"[συγκακοπαθέω] from {{g4862}} and {{g2553}}; to suffer hardship in company with","strongs_number":"g4777"},"g4778":{"pronunciation":"soong-kak-oo-kheh'-o","unicode":"συγκακουχέω","translit":"synkakouchéō","definition":"[συγκακουχέω] from {{g4862}} and {{g2558}}; to maltreat in company with, i.e. (passively) endure persecution together","strongs_number":"g4778"},"g4779":{"pronunciation":"soong-kal-eh'-o","unicode":"συγκαλέω","translit":"synkaléō","definition":"[συγκαλέω] from {{g4862}} and {{g2564}}; to convoke","strongs_number":"g4779"},"g4780":{"pronunciation":"soong-kal-oop'-to","unicode":"συγκαλύπτω","translit":"synkalýptō","definition":"[συγκαλύπτω] from {{g4862}} and {{g2572}}; to conceal altogether","strongs_number":"g4780"},"g4781":{"pronunciation":"soong-kamp'-to","unicode":"συγκάμπτω","translit":"synkámptō","definition":"[συγκάμπτω] from {{g4862}} and {{g2578}}; to bend together, i.e. (figuratively) to afflict","strongs_number":"g4781"},"g4782":{"pronunciation":"soong-kat-ab-ah'-ee-no","unicode":"συγκαταβαίνω","translit":"synkatabaínō","definition":"[συγκαταβαίνω] from {{g4862}} and {{g2597}}; to descend in company with","strongs_number":"g4782"},"g4783":{"pronunciation":"soong-kat-ath'-es-is","unicode":"συγκατάθεσις","translit":"synkatáthesis","definition":"[συγκατάθεσις] from {{g4784}}; a deposition (of sentiment) in company with, i.e. (figuratively) accord with","strongs_number":"g4783"},"g4784":{"pronunciation":"soong-kat-at-ith'-em-ahee","unicode":"συγκατατίθεμαι","translit":"synkatatíthemai","definition":"[συγκατατίθεμαι] middle from {{g4862}} and {{g2698}}; to deposit (one's vote or opinion) in company with, i.e. (figuratively) to accord with","strongs_number":"g4784"},"g4785":{"pronunciation":"soong-kat-aps-ay-fid'-zo","unicode":"συγκαταψηφίζω","translit":"synkatapsēphízō","definition":"[συγκαταψηφίζω] from {{g4862}} and a compound of {{g2596}} and {{g5585}}; to count down in company with, i.e. enroll among","strongs_number":"g4785"},"g4786":{"pronunciation":"soong-ker-an'-noo-mee","unicode":"συγκεράννυμι","translit":"synkeránnymi","definition":"[συγκεράννυμι] from {{g4862}} and {{g2767}}; to commingle, i.e. (figuratively) to combine or assimilate","strongs_number":"g4786"},"g4787":{"pronunciation":"soong-kin-eh'-o","unicode":"συγκινέω","translit":"synkinéō","definition":"[συγκινέω] from {{g4682}} and {{g2795}}; to move together, i.e. (specially), to excite as a mass (to sedition)","strongs_number":"g4787"},"g4788":{"pronunciation":"soong-kli'-o","unicode":"συγκλείω","translit":"synkleíō","definition":"[συγκλείω] from {{g4862}} and {{g2808}}; to shut together, i.e. include or (figuratively) embrace in a common subjection to","strongs_number":"g4788"},"g4789":{"pronunciation":"soong-klay-ron-om'-os","unicode":"συγκληρονόμος","translit":"synklēronómos","definition":"[συγκληρονόμος] from {{g4862}} and {{g2818}}; a co-heir, i.e. (by analogy) participant in common","strongs_number":"g4789"},"g4790":{"pronunciation":"soong-koy-no-neh'-o","unicode":"συγκοινωνέω","translit":"synkoinōnéō","definition":"[συγκοινωνέω] from {{g4862}} and {{g2841}}; to share in company with, i.e. co-participate in","strongs_number":"g4790"},"g4791":{"pronunciation":"soong-koy-no-nos'","unicode":"συγκοινωνός","translit":"synkoinōnós","definition":"[συγκοινωνός] from {{g4862}} and {{g2844}}; a co-participant","strongs_number":"g4791"},"g4792":{"pronunciation":"soong-kom-id'-zo","unicode":"συγκομίζω","translit":"synkomízō","definition":"[συγκομίζω] from {{g4862}} and {{g2865}}; to convey together, i.e. collect or bear away in company with others","strongs_number":"g4792"},"g4793":{"pronunciation":"soong-kree'-no","unicode":"συγκρίνω","translit":"synkrínō","definition":"[συγκρίνω] from {{g4862}} and {{g2919}}; to judge of one thing in connection with another, i.e. combine (spiritual ideas with appropriate expressions) or collate (one person with another by way of contrast or resemblance)","strongs_number":"g4793"},"g4794":{"pronunciation":"soong-koop'-to","unicode":"συγκύπτω","translit":"synkýptō","definition":"[συγκύπτω] from {{g4862}} and {{g2955}}; to stoop altogether, i.e. be completely overcome by","strongs_number":"g4794"},"g4795":{"pronunciation":"soong-koo-ree'-ah","unicode":"συγκυρία","translit":"synkyría","definition":"[συγκυρία] from a comparative of {{g4862}} and κυρέω (to light or happen; from the base of {{g2962}}); concurrence, i.e. accident","strongs_number":"g4795"},"g4796":{"pronunciation":"soong-khah'-ee-ro","unicode":"συγχαίρω","translit":"synchaírō","definition":"[συγχαίρω] from {{g4862}} and {{g5463}}; to sympathize in gladness, congratulate","strongs_number":"g4796"},"g4797":{"pronunciation":"soong-kheh'-o","unicode":"συγχέω","translit":"synchéō","definition":"[συγχέω] or συγχύνωfrom {{g4862}} and χέω (to pour) or its alternate; to commingle promiscuously, i.e. (figuratively) to throw (an assembly) into disorder, to perplex (the mind)","strongs_number":"g4797"},"g4798":{"pronunciation":"soong-khrah'-om-ahee","unicode":"συγχράομαι","translit":"synchráomai","definition":"[συγχράομαι] from {{g4862}} and {{g5530}}; to use jointly, i.e. (by implication) to hold intercourse in common","strongs_number":"g4798"},"g4799":{"pronunciation":"soong'-khoo-sis","unicode":"σύγχυσις","translit":"sýnchysis","definition":"[σύγχυσις] from {{g4797}}; commixture, i.e. (figuratively) riotous disturbance","strongs_number":"g4799"},"g4800":{"pronunciation":"sood-zah'-o","unicode":"συζάω","translit":"syzáō","definition":"[συζάω] from {{g4862}} and {{g2198}}; to continue to live in common with, i.e. co-survive (literally or figuratively)","strongs_number":"g4800"}}
@@ -0,0 +1 @@
1
+ {"g4801":{"pronunciation":"sood-zyoog'-noo-mee","unicode":"συζεύγνυμι","translit":"syzeúgnymi","definition":"[συζεύγνυμι] from {{g4862}} and the base of {{g2201}}; to yoke together, i.e. (figuratively) conjoin (in marriage)","strongs_number":"g4801"},"g4802":{"pronunciation":"sood-zay-teh'-o","unicode":"συζητέω","translit":"syzētéō","definition":"[συζητέω] from {{g4862}} and {{g2212}}; to investigate jointly, i.e. discuss, controvert, cavil","strongs_number":"g4802"},"g4803":{"pronunciation":"sood-zay'-tay-sis","unicode":"συζήτησις","translit":"syzḗtēsis","definition":"[συζήτησις] from {{g4802}}; mutual questioning, i.e. discussion","strongs_number":"g4803"},"g4804":{"pronunciation":"sood-zay-tay-tace'","unicode":"συζητητής","translit":"syzētētḗs","definition":"[συζητητής] from {{g4802}}; a disputant, i.e. sophist","strongs_number":"g4804"},"g4805":{"pronunciation":"sood'-zoo-gos","unicode":"σύζυγος","translit":"sýzygos","definition":"[σύζυγος] from {{g4801}}; co-yoked, i.e. (figuratively) as noun, a colleague; probably rather as a proper name; Syzygus, a Christian","strongs_number":"g4805"},"g4806":{"pronunciation":"sood-zo-op-oy-eh'-o","unicode":"συζωοποιέω","translit":"syzōopoiéō","definition":"[συζωοποιέω] from {{g4862}} and {{g2227}}; to reanimate conjointly with (figuratively)","strongs_number":"g4806"},"g4807":{"pronunciation":"soo-kam'-ee-nos","unicode":"συκάμινος","translit":"sykáminos","definition":"[συκάμινος] of Hebrew origin ({{h8256}}) in imitation of {{g4809}}; a sycamore-fig tree","strongs_number":"g4807"},"g4808":{"pronunciation":"soo-kay'","unicode":"συκῆ","translit":"sykē","definition":"[συκῆ] from {{g4810}}; a fig-tree","strongs_number":"g4808"},"g4809":{"pronunciation":"soo-kom-o-rah'-yah","unicode":"συκομωραία","translit":"sykomōraía","definition":"[συκομωραία] from {{g4810}} and μόρον (the mulberry); the \"sycamore\"-fig tree Compare {{g4807}}.","strongs_number":"g4809"},"g4810":{"pronunciation":"soo'-kon","unicode":"σῦκον","translit":"sŷkon","definition":"[σῦκον] apparently a primary word; a fig","strongs_number":"g4810"},"g4811":{"pronunciation":"soo-kof-an-teh'-o","unicode":"συκοφαντέω","translit":"sykophantéō","definition":"[συκοφαντέω] from a compound of {{g4810}} and a derivative of {{g5316}}; to be a fig-informer (reporter of the law forbidding the exportation of figs from Greece), \"sycophant\", i.e. (genitive and by extension) to defraud (exact unlawfully, extort)","strongs_number":"g4811"},"g4812":{"pronunciation":"soo-lag-ogue-eh'-o","unicode":"συλαγωγέω","translit":"sylagōgéō","definition":"[συλαγωγέω] from the base of {{g4813}} and (the reduplicated form of) {{g71}}; to lead away as booty, i.e. (figuratively) seduce","strongs_number":"g4812"},"g4813":{"pronunciation":"soo-lah'-o","unicode":"συλάω","translit":"syláō","definition":"[συλάω] from a derivative of σύλλω (to strip; probably akin to {{g138}}; compare {{g4661}}); to despoil","strongs_number":"g4813"},"g4814":{"pronunciation":"sool-lal-eh'-o","unicode":"συλλαλέω","translit":"syllaléō","definition":"[συλλαλέω] from {{g4862}} and {{g2980}}; to talk together, i.e. converse","strongs_number":"g4814"},"g4815":{"pronunciation":"sool-lam-ban'-o","unicode":"συλλαμβάνω","translit":"syllambánō","definition":"[συλλαμβάνω] from {{g4862}} and {{g2983}}; to clasp, i.e. seize (arrest, capture); specially, to conceive (literally or figuratively); by implication, to aid","strongs_number":"g4815"},"g4816":{"pronunciation":"sool-leg'-o","unicode":"συλλέγω","translit":"syllégō","definition":"[συλλέγω] from {{g4862}} and {{g3004}} in its original sense; to collect","strongs_number":"g4816"},"g4817":{"pronunciation":"sool-log-id'-zom-ahee","unicode":"συλλογίζομαι","translit":"syllogízomai","definition":"[συλλογίζομαι] from {{g4862}} and {{g3049}}; to reckon together (with oneself), i.e. deliberate","strongs_number":"g4817"},"g4818":{"pronunciation":"sool-loop-eh'-o","unicode":"συλλυπέω","translit":"syllypéō","definition":"[συλλυπέω] from {{g4862}} and {{g3076}}; to afflict jointly, i.e. (passive) sorrow at (on account of) someone","strongs_number":"g4818"},"g4819":{"pronunciation":"soom-bah'-ee-no","unicode":"συμβαίνω","translit":"symbaínō","definition":"[συμβαίνω] from {{g4862}} and the base of {{g939}}; to walk (figuratively, transpire) together, i.e. concur (take place)","strongs_number":"g4819"},"g4820":{"pronunciation":"soom-bal'-lo","unicode":"συμβάλλω","translit":"symbállō","definition":"[συμβάλλω] from {{g4862}} and {{g906}}; to combine, i.e. (in speaking) to converse, consult, dispute, (mentally) to consider, (by implication) to aid, (personally) to join, attack","strongs_number":"g4820"},"g4821":{"pronunciation":"soom-bas-il-yoo'-o","unicode":"συμβασιλεύω","translit":"symbasileúō","definition":"[συμβασιλεύω] from {{g4862}} and {{g936}}; to be co-regent (figuratively)","strongs_number":"g4821"},"g4822":{"pronunciation":"soom-bib-ad'-zo","unicode":"συμβιβάζω","translit":"symbibázō","definition":"[συμβιβάζω] from {{g4862}} and βιβάζω (to force; causative (by reduplication) of the base of {{g939}}); to drive together, i.e. unite (in association or affection), (mentally) to infer, show, teach","strongs_number":"g4822"},"g4823":{"pronunciation":"soom-bool-yoo'-o","unicode":"συμβουλεύω","translit":"symbouleúō","definition":"[συμβουλεύω] from {{g4862}} and {{g1011}}; to give (or take) advice jointly, i.e. recommend, deliberate or determine","strongs_number":"g4823"},"g4824":{"pronunciation":"soom-boo'-lee-on","unicode":"συμβούλιον","translit":"symboúlion","definition":"[συμβούλιον] neuter of a presumed derivative of {{g4825}}; advisement; specially, a deliberative body, i.e. the provincial assessors or lay-court","strongs_number":"g4824"},"g4825":{"pronunciation":"soom'-boo-los","unicode":"σύμβουλος","translit":"sýmboulos","definition":"[σύμβουλος] from {{g4862}} and {{g1012}}; a consultor, i.e. adviser","strongs_number":"g4825"},"g4826":{"pronunciation":"soom-eh-one'","unicode":"Συμεών","translit":"Symeṓn","definition":"[Συμεών] from the same as {{g4613}}; Symeon (i.e. Shimon), the name of five Israelites","strongs_number":"g4826"},"g4827":{"pronunciation":"soom-math-ay-tace'","unicode":"συμμαθητής","translit":"symmathētḗs","definition":"[συμμαθητής] from a compound of {{g4862}} and {{g3129}}; a co-learner (of Christianity)","strongs_number":"g4827"},"g4828":{"pronunciation":"soom-mar-too-reh'-o","unicode":"συμμαρτυρέω","translit":"symmartyréō","definition":"[συμμαρτυρέω] from {{g4862}} and {{g3140}}; to testify jointly, i.e. corroborate by (concurrent) evidence","strongs_number":"g4828"},"g4829":{"pronunciation":"soom-mer-id'-zom-ahee","unicode":"συμμερίζομαι","translit":"symmerízomai","definition":"[συμμερίζομαι] middle voice from {{g4862}} and {{g3307}}; to share jointly, i.e. participate in","strongs_number":"g4829"},"g4830":{"pronunciation":"soom-met'-okh-os","unicode":"συμμέτοχος","translit":"symmétochos","definition":"[συμμέτοχος] from {{g4862}} and {{g3353}}; a co-participant","strongs_number":"g4830"},"g4831":{"pronunciation":"soom-mim-ay-tace'","unicode":"συμμιμητής","translit":"symmimētḗs","definition":"[συμμιμητής] from a presumed compound of {{g4862}} and {{g3401}}; a co-imitator, i.e. fellow votary","strongs_number":"g4831"},"g4832":{"pronunciation":"soom-mor-fos'","unicode":"σύμμορφος","translit":"sýmmorphos","definition":"[σύμμορφος] from {{g4862}} and {{g3444}}; jointly formed, i.e. (figuratively) similar","strongs_number":"g4832"},"g4833":{"pronunciation":"soom-mor-fo'-o","unicode":"συμμορφόω","translit":"symmorphóō","definition":"[συμμορφόω] from {{g4832}}; to render like, i.e. (figuratively) to assimilate","strongs_number":"g4833"},"g4834":{"pronunciation":"soom-path-eh'-o","unicode":"συμπαθέω","translit":"sympathéō","definition":"[συμπαθέω] from {{g4835}}; to feel \"sympathy\" with, i.e. (by implication) to commiserate","strongs_number":"g4834"},"g4835":{"pronunciation":"soom-path-ace'","unicode":"συμπαθής","translit":"sympathḗs","definition":"[συμπαθής] from {{g4841}}; having a fellow-feeling (\"sympathetic\"), i.e. (by implication) mutually commiserative","strongs_number":"g4835"},"g4836":{"pronunciation":"soom-par-ag-in'-om-ahee","unicode":"συμπαραγίνομαι","translit":"symparagínomai","definition":"[συμπαραγίνομαι] from {{g4862}} and {{g3854}}; to be present together, i.e. to convene; by implication, to appear in aid","strongs_number":"g4836"},"g4837":{"pronunciation":"soom-par-ak-al-eh'-o","unicode":"συμπαρακαλέω","translit":"symparakaléō","definition":"[συμπαρακαλέω] from {{g4862}} and {{g3870}}; to console jointly","strongs_number":"g4837"},"g4838":{"pronunciation":"soom-par-al-am-ban'-o","unicode":"συμπαραλαμβάνω","translit":"symparalambánō","definition":"[συμπαραλαμβάνω] from {{g4862}} and {{g3880}}; to take along in company","strongs_number":"g4838"},"g4839":{"pronunciation":"soom-par-am-en'-o","unicode":"συμπαραμένω","translit":"symparaménō","definition":"[συμπαραμένω] from {{g4862}} and {{g3887}}; to remain in company, i.e. still live","strongs_number":"g4839"},"g4840":{"pronunciation":"soom-par'-i-mee","unicode":"συμπάρειμι","translit":"sympáreimi","definition":"[συμπάρειμι] from {{g4862}} and {{g3918}}; to be at hand together, i.e. now present","strongs_number":"g4840"},"g4841":{"pronunciation":"soom-pas'-kho","unicode":"συμπάσχω","translit":"sympáschō","definition":"[συμπάσχω] from {{g4862}} and {{g3958}} (including its alternate); to experience pain jointly or of the same kind (specially, persecution; to \"sympathize\")","strongs_number":"g4841"},"g4842":{"pronunciation":"soom-pem'-po","unicode":"συμπέμπω","translit":"sympémpō","definition":"[συμπέμπω] from {{g4862}} and {{g3992}}; to despatch in company","strongs_number":"g4842"},"g4843":{"pronunciation":"soom-per-ee-lam-ban'-o","unicode":"συμπεριλαμβάνω","translit":"symperilambánō","definition":"[συμπεριλαμβάνω] from {{g4862}} and a compound of {{g4012}} and {{g2983}}; to take by enclosing altogether, i.e. earnestly throw the arms about one","strongs_number":"g4843"},"g4844":{"pronunciation":"soom-pee'-no","unicode":"συμπίνω","translit":"sympínō","definition":"[συμπίνω] from {{g4862}} and {{g4095}}; to partake a beverage in company","strongs_number":"g4844"},"g4845":{"pronunciation":"soom-play-ro'-o","unicode":"συμπληρόω","translit":"symplēróō","definition":"[συμπληρόω] from {{g4862}} and {{g4137}}; to implenish completely, i.e. (of space) to swamp (a boat), or (of time) to accomplish (passive, be complete)","strongs_number":"g4845"},"g4846":{"pronunciation":"soom-pnee'-go","unicode":"συμπνίγω","translit":"sympnígō","definition":"[συμπνίγω] from {{g4862}} and {{g4155}}; to strangle completely, i.e. (literally) to drown, or (figuratively) to crowd","strongs_number":"g4846"},"g4847":{"pronunciation":"soom-pol-ee'-tace","unicode":"συμπολίτης","translit":"sympolítēs","definition":"[συμπολίτης] from {{g4862}} and {{g4177}}; a native of the same town, i.e. (figuratively) co-religionist (fellow-Christian)","strongs_number":"g4847"},"g4848":{"pronunciation":"soom-por-yoo'-om-ahee","unicode":"συμπορεύομαι","translit":"symporeúomai","definition":"[συμπορεύομαι] from {{g4862}} and {{g4198}}; to journey together; by implication, to assemble","strongs_number":"g4848"},"g4849":{"pronunciation":"soom-pos'-ee-on","unicode":"συμπόσιον","translit":"sympósion","definition":"[συμπόσιον] neuter of a derivative of the alternate of {{g4844}}; a drinking-party (\"symposium\"), i.e. (by extension) a room of guests","strongs_number":"g4849"},"g4850":{"pronunciation":"soom-pres-boo'-ter-os","unicode":"συμπρεσβύτερος","translit":"sympresbýteros","definition":"[συμπρεσβύτερος] from {{g4862}} and {{g4245}}; a co-presbyter","strongs_number":"g4850"},"g4851":{"pronunciation":"soom-fer'-o","unicode":"συμφέρω","translit":"symphérō","definition":"[συμφέρω] from {{g4862}} and {{g5342}} (including its alternate); to bear together (contribute), i.e. (literally) to collect, or (figuratively) to conduce; especially (neuter participle as a noun) advantage","strongs_number":"g4851"},"g4852":{"pronunciation":"soom'-fay-mee","unicode":"σύμφημι","translit":"sýmphēmi","definition":"[σύμφημι] from {{g4862}} and {{g5346}}; to say jointly, i.e. assent to","strongs_number":"g4852"},"g4853":{"pronunciation":"soom-foo-let'-ace","unicode":"συμφυλέτης","translit":"symphylétēs","definition":"[συμφυλέτης] from {{g4862}} and a derivative of {{g5443}}; a co-tribesman, i.e. native of the same country","strongs_number":"g4853"},"g4854":{"pronunciation":"soom'-foo-tos","unicode":"σύμφυτος","translit":"sýmphytos","definition":"[σύμφυτος] from {{g4862}} and a derivative of {{g5453}}; grown along with (connate), i.e. (figuratively) closely united to","strongs_number":"g4854"},"g4855":{"pronunciation":"soom-foo'-o","unicode":"συμφύω","translit":"symphýō","definition":"[συμφύω] from {{g4862}} and {{g5453}}; passive, to grow jointly","strongs_number":"g4855"},"g4856":{"pronunciation":"soom-fo-neh'-o","unicode":"συμφωνέω","translit":"symphōnéō","definition":"[συμφωνέω] from {{g4859}}; to be harmonious, i.e. (figuratively) to accord (be suitable, concur) or stipulate (by compact)","strongs_number":"g4856"},"g4857":{"pronunciation":"soom-fo'-nay-sis","unicode":"συμφώνησις","translit":"symphṓnēsis","definition":"[συμφώνησις] from {{g4856}}; accordance","strongs_number":"g4857"},"g4858":{"pronunciation":"soom-fo-nee'-ah","unicode":"συμφωνία","translit":"symphōnía","definition":"[συμφωνία] from {{g4859}}; unison of sound (\"symphony\"), i.e. a concert of instruments (harmonious note)","strongs_number":"g4858"},"g4859":{"pronunciation":"soom'-fo-nos","unicode":"σύμφωνος","translit":"sýmphōnos","definition":"[σύμφωνος] from {{g4862}} and {{g5456}}; sounding together (alike), i.e. (figuratively) accordant (neuter as noun, agreement)","strongs_number":"g4859"},"g4860":{"pronunciation":"soom-psay-fid'-zo","unicode":"συμψηφίζω","translit":"sympsēphízō","definition":"[συμψηφίζω] from {{g4862}} and {{g5585}}; to compute jointly","strongs_number":"g4860"},"g4861":{"pronunciation":"soom'-psoo-khos","unicode":"σύμψυχος","translit":"sýmpsychos","definition":"[σύμψυχος] from {{g4862}} and {{g5590}}; co-spirited, i.e. similar in sentiment","strongs_number":"g4861"},"g4862":{"pronunciation":"soon","unicode":"σύν","translit":"sýn","definition":"[σύν] a primary preposition denoting union; with or together (but much closer than {{g3326}} or {{g3844}}), i.e. by association, companionship, process, resemblance, possession, instrumentality, addition, etc. In composition it has similar applications, including completeness.","strongs_number":"g4862"},"g4863":{"pronunciation":"soon-ag'-o","unicode":"συνάγω","translit":"synágō","definition":"[συνάγω] from {{g4862}} and {{g71}}; to lead together, i.e. collect or convene; specially, to entertain (hospitably)","strongs_number":"g4863"},"g4864":{"pronunciation":"soon-ag-o-gay'","unicode":"συναγωγή","translit":"synagōgḗ","definition":"[συναγωγή] from (the reduplicated form of) {{g4863}}; an assemblage of persons; specially, a Jewish \"synagogue\" (the meeting or the place); by analogy, a Christian church","strongs_number":"g4864"},"g4865":{"pronunciation":"soon-ag-o-nid'-zom-ahee","unicode":"συναγωνίζομαι","translit":"synagōnízomai","definition":"[συναγωνίζομαι] from {{g4862}} and {{g75}}; to struggle in company with, i.e. (figuratively) to be a partner (assistant)","strongs_number":"g4865"},"g4866":{"pronunciation":"soon-ath-leh'-o","unicode":"συναθλέω","translit":"synathléō","definition":"[συναθλέω] from {{g4862}} and {{g118}}; to wrestle in company with, i.e. (figuratively) to seek jointly","strongs_number":"g4866"},"g4867":{"pronunciation":"soon-ath-royd'-zo","unicode":"συναθροίζω","translit":"synathroízō","definition":"[συναθροίζω] from {{g4862}} and ἀθροίζω (to hoard); to convene","strongs_number":"g4867"},"g4868":{"pronunciation":"soon-ah'-ee-ro","unicode":"συναίρω","translit":"synaírō","definition":"[συναίρω] from {{g4862}} and {{g142}}; to make up together, i.e. (figuratively) to compute (an account)","strongs_number":"g4868"},"g4869":{"pronunciation":"soon-aheekh-mal'-o-tos","unicode":"συναιχμάλωτος","translit":"synaichmálōtos","definition":"[συναιχμάλωτος] from {{g4862}} and {{g164}}; a co-captive","strongs_number":"g4869"},"g4870":{"pronunciation":"soon-ak-ol-oo-theh'-o","unicode":"συνακολουθέω","translit":"synakolouthéō","definition":"[συνακολουθέω] from {{g4862}} and {{g190}}; to accompany","strongs_number":"g4870"},"g4871":{"pronunciation":"soon-al-id'-zo","unicode":"συναλίζω","translit":"synalízō","definition":"[συναλίζω] from {{g4862}} and ἁλίζω (to throng); to accumulate, i.e. convene","strongs_number":"g4871"},"g4872":{"pronunciation":"soon-an-ab-ah'-ee-no","unicode":"συναναβαίνω","translit":"synanabaínō","definition":"[συναναβαίνω] from {{g4862}} and {{g305}}; to ascend in company with","strongs_number":"g4872"},"g4873":{"pronunciation":"soon-an-ak'-i-mahee","unicode":"συνανάκειμαι","translit":"synanákeimai","definition":"[συνανάκειμαι] from {{g4862}} and {{g345}}; to recline in company with (at a meal)","strongs_number":"g4873"},"g4874":{"pronunciation":"soon-an-am-ig'-noo-mee","unicode":"συναναμίγνυμι","translit":"synanamígnymi","definition":"[συναναμίγνυμι] from {{g4862}} and a compound of {{g303}} and {{g3396}}; to mix up together, i.e. (figurative) associate with","strongs_number":"g4874"},"g4875":{"pronunciation":"soon-an-ap-ow'-om-ahee","unicode":"συναναπαύομαι","translit":"synanapaúomai","definition":"[συναναπαύομαι] middle from {{g4862}} and {{g373}}; to recruit oneself in company with","strongs_number":"g4875"},"g4876":{"pronunciation":"soon-an-tah'-o","unicode":"συναντάω","translit":"synantáō","definition":"[συναντάω] from {{g4862}} and a derivative of {{g473}}; to meet with; figuratively, to occur","strongs_number":"g4876"},"g4877":{"pronunciation":"soon-an'-tay-sis","unicode":"συνάντησις","translit":"synántēsis","definition":"[συνάντησις] from {{g4876}}; a meeting with","strongs_number":"g4877"},"g4878":{"pronunciation":"soon-an-tee-lam-ban'-om-ahee","unicode":"συναντιλαμβάνομαι","translit":"synantilambánomai","definition":"[συναντιλαμβάνομαι] from {{g4862}} and {{g482}}; to take hold of opposite together, i.e. co-operate (assist)","strongs_number":"g4878"},"g4879":{"pronunciation":"soon-ap-ag'-o","unicode":"συναπάγω","translit":"synapágō","definition":"[συναπάγω] from {{g4862}} and {{g520}}; to take off together, i.e. transport with (seduce, passively, yield)","strongs_number":"g4879"},"g4880":{"pronunciation":"soon-ap-oth-nace'-ko","unicode":"συναποθνήσκω","translit":"synapothnḗskō","definition":"[συναποθνήσκω] from {{g4862}} and {{g599}}; to decease (literally) in company with, or (figuratively), similarly to","strongs_number":"g4880"},"g4881":{"pronunciation":"soon-ap-ol'-loo-mee","unicode":"συναπόλλυμι","translit":"synapóllymi","definition":"[συναπόλλυμι] from {{g4862}} and {{g622}}; to destroy (middle voice or passively, be slain) in company with","strongs_number":"g4881"},"g4882":{"pronunciation":"soon-ap-os-tel'-lo","unicode":"συναποστέλλω","translit":"synapostéllō","definition":"[συναποστέλλω] from {{g4862}} and {{g649}}; to despatch (on an errand) in company with","strongs_number":"g4882"},"g4883":{"pronunciation":"soon-ar-mol-og-eh'-o","unicode":"συναρμολογέω","translit":"synarmologéō","definition":"[συναρμολογέω] from {{g4862}} and a derivative of a compound of {{g719}} and {{g3004}} (in its original sense of laying); to render close-jointed together, i.e. organize compactly","strongs_number":"g4883"},"g4884":{"pronunciation":"soon-ar-pad'-zo","unicode":"συναρπάζω","translit":"synarpázō","definition":"[συναρπάζω] from {{g4862}} and {{g726}}; to snatch together, i.e. seize","strongs_number":"g4884"},"g4885":{"pronunciation":"soon-owx-an'-o","unicode":"συναυξάνω","translit":"synauxánō","definition":"[συναυξάνω] from {{g4862}} and {{g837}}; to increase (grow up) together","strongs_number":"g4885"},"g4886":{"pronunciation":"soon'-des-mos","unicode":"σύνδεσμος","translit":"sýndesmos","definition":"[σύνδεσμος] from {{g4862}} and {{g1199}}; a joint tie, i.e. ligament, (figuratively) uniting principle, control","strongs_number":"g4886"},"g4887":{"pronunciation":"soon-deh'-o","unicode":"συνδέω","translit":"syndéō","definition":"[συνδέω] from {{g4862}} and {{g1210}}; to bind with, i.e. (passively) be a fellow-prisoner (figuratively)","strongs_number":"g4887"},"g4888":{"pronunciation":"soon-dox-ad'-zo","unicode":"συνδοξάζω","translit":"syndoxázō","definition":"[συνδοξάζω] from {{g4862}} and {{g1392}}; to exalt to dignity in company (i.e. similarly) with","strongs_number":"g4888"},"g4889":{"pronunciation":"soon'-doo-los","unicode":"σύνδουλος","translit":"sýndoulos","definition":"[σύνδουλος] from {{g4862}} and {{g1401}}; a co-slave, i.e. servitor or ministrant of the same master (human or divine)","strongs_number":"g4889"},"g4890":{"pronunciation":"soon-drom-ay'","unicode":"συνδρομή","translit":"syndromḗ","definition":"[συνδρομή] from (the alternate of) {{g4936}}; a running together, i.e. (riotous) concourse","strongs_number":"g4890"},"g4891":{"pronunciation":"soon-eg-i'-ro","unicode":"συνεγείρω","translit":"synegeírō","definition":"[συνεγείρω] from {{g4862}} and {{g1453}}; to rouse (from death) in company with, i.e. (figuratively) to revivify (spirtually) in resemblance to","strongs_number":"g4891"},"g4892":{"pronunciation":"soon-ed'-ree-on","unicode":"συνέδριον","translit":"synédrion","definition":"[συνέδριον] neuter of a presumed derivative of a compound of {{g4862}} and the base of {{g1476}}; a joint session, i.e. (specially), the Jewish Sanhedrin; by analogy, a subordinate tribunal","strongs_number":"g4892"},"g4893":{"pronunciation":"soon-i'-day-sis","unicode":"συνείδησις","translit":"syneídēsis","definition":"[συνείδησις] from a prolonged form of {{g4894}}; co-perception, i.e. moral consciousness","strongs_number":"g4893"},"g4894":{"pronunciation":"soon-i'-do","unicode":"συνείδω","translit":"syneídō","definition":"[συνείδω] from {{g4862}} and {{g1492}}; to see completely; used (like its primary) only in two past tenses, respectively meaning to understand or become aware, and to be conscious or (clandestinely) informed of","strongs_number":"g4894"},"g4895":{"pronunciation":"soon'-i-mee","unicode":"σύνειμι","translit":"sýneimi","definition":"[σύνειμι] from {{g4862}} and {{g1510}} (including its various inflections); to be in company with, i.e. present at the time","strongs_number":"g4895"},"g4896":{"pronunciation":"soon'-i-mee","unicode":"σύνειμι","translit":"sýneimi","definition":"[σύνειμι] from {{g4862}} and εἶμι (to go); to assemble","strongs_number":"g4896"},"g4897":{"pronunciation":"soon-ice-er'-khom-ahee","unicode":"συνεισέρχομαι","translit":"syneisérchomai","definition":"[συνεισέρχομαι] from {{g4862}} and {{g1525}}; to enter in company with","strongs_number":"g4897"},"g4898":{"pronunciation":"soon-ek'-day-mos","unicode":"συνέκδημος","translit":"synékdēmos","definition":"[συνέκδημος] from {{g4862}} and the base of {{g1553}}; a co-absentee from home, i.e. fellow-traveller","strongs_number":"g4898"},"g4899":{"pronunciation":"soon-ek-lek-tos'","unicode":"συνεκλεκτός","translit":"syneklektós","definition":"[συνεκλεκτός] from a compound of {{g4862}} and {{g1586}}; chosen in company with, i.e. co-elect (fellow Christian)","strongs_number":"g4899"},"g4900":{"pronunciation":"soon-el-ow'-no","unicode":"συνελαύνω","translit":"synelaúnō","definition":"[συνελαύνω] from {{g4862}} and {{g1643}}; to drive together, i.e. (figuratively) exhort (to reconciliation)","strongs_number":"g4900"}}
@@ -0,0 +1 @@
1
+ {"g4901":{"pronunciation":"soon-ep-ee-mar-too-reh'-o","unicode":"συνεπιμαρτυρέω","translit":"synepimartyréō","definition":"[συνεπιμαρτυρέω] from {{g4862}} and {{g1957}}; to testify further jointly, i.e. unite in adding evidence","strongs_number":"g4901"},"g4902":{"pronunciation":"soon-ep'-om-ahee","unicode":"συνέπομαι","translit":"synépomai","definition":"[συνέπομαι] middle voice from {{g4862}} and a primary ἕπω (to follow); to attend (travel) in company with","strongs_number":"g4902"},"g4903":{"pronunciation":"soon-erg-eh'-o","unicode":"συνεργέω","translit":"synergéō","definition":"[συνεργέω] from {{g4904}}; to be a fellow-worker, i.e. co-operate","strongs_number":"g4903"},"g4904":{"pronunciation":"soon-er-gos'","unicode":"συνεργός","translit":"synergós","definition":"[συνεργός] from a presumed compound of {{g4862}} and the base of {{g2041}}; a co-laborer, i.e. coadjutor","strongs_number":"g4904"},"g4905":{"pronunciation":"soon-er'-khom-ahee","unicode":"συνέρχομαι","translit":"synérchomai","definition":"[συνέρχομαι] from {{g4862}} and {{g2064}}; to convene, depart in company with, associate with, or (specially), cohabit (conjugally)","strongs_number":"g4905"},"g4906":{"pronunciation":"soon-es-thee'-o","unicode":"συνεσθίω","translit":"synesthíō","definition":"[συνεσθίω] from {{g4862}} and {{g2068}} (including its alternate); to take food in company with","strongs_number":"g4906"},"g4907":{"pronunciation":"soon'-es-is","unicode":"σύνεσις","translit":"sýnesis","definition":"[σύνεσις] from {{g4920}}; a mental putting together, i.e. intelligence or (concretely) the intellect","strongs_number":"g4907"},"g4908":{"pronunciation":"soon-et'-os","unicode":"συνετός","translit":"synetós","definition":"[συνετός] from {{g4920}}; mentally put (or putting) together, i.e. sagacious Compare {{g5429}}.","strongs_number":"g4908"},"g4909":{"pronunciation":"soon-yoo-dok-eh'-o","unicode":"συνευδοκέω","translit":"syneudokéō","definition":"[συνευδοκέω] from {{g4862}} and {{g2106}}; to think well of in common, i.e. assent to, feel gratified with","strongs_number":"g4909"},"g4910":{"pronunciation":"soon-yoo-o-kheh'-o","unicode":"συνευωχέω","translit":"syneuōchéō","definition":"[συνευωχέω] from {{g4862}} and a derivative of a presumed compound of {{g2095}} and a derivative of {{g2192}} (meaning to be in good condition, i.e. (by implication) to fare well, or feast); to entertain sumptuously in company with, i.e. (middle voice or passive) to revel together","strongs_number":"g4910"},"g4911":{"pronunciation":"soon-ef-is'-tay-mee","unicode":"συνεφίστημι","translit":"synephístēmi","definition":"[συνεφίστημι] from {{g4862}} and {{g2186}}; to stand up together, i.e. to resist (or assault) jointly","strongs_number":"g4911"},"g4912":{"pronunciation":"soon-ekh'-o","unicode":"συνέχω","translit":"synéchō","definition":"[συνέχω] from {{g4862}} and {{g2192}}; to hold together, i.e. to compress (the ears, with a crowd or siege) or arrest (a prisoner); figuratively, to compel, perplex, afflict, preoccupy","strongs_number":"g4912"},"g4913":{"pronunciation":"soon-ay'-dom-ahee","unicode":"συνήδομαι","translit":"synḗdomai","definition":"[συνήδομαι] middle voice from {{g4862}} and the base of {{g2237}}; to rejoice in with oneself, i.e. feel satisfaction concerning","strongs_number":"g4913"},"g4914":{"pronunciation":"soon-ay'-thi-ah","unicode":"συνήθεια","translit":"synḗtheia","definition":"[συνήθεια] from a compound of {{g4862}} and {{g2239}}; mutual habituation, i.e. usage","strongs_number":"g4914"},"g4915":{"pronunciation":"soon-ay-lik-ee-o'-tace","unicode":"συνηλικιώτης","translit":"synēlikiṓtēs","definition":"[συνηλικιώτης] from {{g4862}} and a derivative of {{g2244}}; a co-aged person, i.e. alike in years","strongs_number":"g4915"},"g4916":{"pronunciation":"soon-thap'-to","unicode":"συνθάπτω","translit":"syntháptō","definition":"[συνθάπτω] from {{g4862}} and {{g2290}}; to inter in company with, i.e. (figuratively) to assimilate spiritually (to Christ by a sepulture as to sin)","strongs_number":"g4916"},"g4917":{"pronunciation":"soon-thlah'-o","unicode":"συνθλάω","translit":"synthláō","definition":"[συνθλάω] from {{g4862}} and thlao (to crush); to dash together, i.e. shatter","strongs_number":"g4917"},"g4918":{"pronunciation":"soon-thlee'-bo","unicode":"συνθλίβω","translit":"synthlíbō","definition":"[συνθλίβω] from {{g4862}} and {{g2346}}; to compress, i.e. crowd on all sides","strongs_number":"g4918"},"g4919":{"pronunciation":"soon-throop'-to","unicode":"συνθρύπτω","translit":"synthrýptō","definition":"[συνθρύπτω] from {{g4862}} and θρύπτω (to crumble); to crush together, i.e. (figuratively) to dispirit","strongs_number":"g4919"},"g4920":{"pronunciation":"soon-ee'-ay-mee","unicode":"συνίημι","translit":"syníēmi","definition":"[συνίημι] from {{g4862}} and ἵημι (to send); to put together, i.e. (mentally) to comprehend; by implication, to act piously","strongs_number":"g4920"},"g4921":{"pronunciation":"soon-is-tah'-o","unicode":"συνιστάω","translit":"synistáō","definition":"[συνιστάω] , or (strengthened) συνιστάνω, or συνίστημιfrom {{g4862}} and {{g2476}} (including its collateral forms); to set together, i.e. (by implication) to introduce (favorably), or (figuratively) to exhibit; intransitively, to stand near, or (figuratively) to constitute","strongs_number":"g4921"},"g4922":{"pronunciation":"soon-od-yoo'-o","unicode":"συνοδεύω","translit":"synodeúō","definition":"[συνοδεύω] from {{g4862}} and {{g3593}}; to travel in company with","strongs_number":"g4922"},"g4923":{"pronunciation":"soon-od-ee'-ah","unicode":"συνοδία","translit":"synodía","definition":"[συνοδία] from a compound of {{g4862}} and {{g3598}} (\"synod\"); companionship on a journey, i.e. (by implication), a caravan","strongs_number":"g4923"},"g4924":{"pronunciation":"soon-oy-keh'-o","unicode":"συνοικέω","translit":"synoikéō","definition":"[συνοικέω] from {{g4862}} and {{g3611}}; to reside together (as a family)","strongs_number":"g4924"},"g4925":{"pronunciation":"soon-oy-kod-om-eh'-o","unicode":"συνοικοδομέω","translit":"synoikodoméō","definition":"[συνοικοδομέω] from {{g4862}} and {{g3618}}; to construct, i.e. (passively) to compose (in company with other Christians, figuratively)","strongs_number":"g4925"},"g4926":{"pronunciation":"soon-om-il-eh'-o","unicode":"συνομιλέω","translit":"synomiléō","definition":"[συνομιλέω] from {{g4862}} and {{g3656}}; to converse mutually","strongs_number":"g4926"},"g4927":{"pronunciation":"soon-om-or-eh'-o","unicode":"συνομορέω","translit":"synomoréō","definition":"[συνομορέω] from {{g4862}} and a derivative of a compound of the base of 3674 and the base of {{g3725}}; to border together, i.e. adjoin","strongs_number":"g4927"},"g4928":{"pronunciation":"soon-okh-ay'","unicode":"συνοχή","translit":"synochḗ","definition":"[συνοχή] from {{g4912}}; restraint, i.e. (figuratively) anxiety","strongs_number":"g4928"},"g4929":{"pronunciation":"soon-tas-so","unicode":"συντάσσω","translit":"syntássō","definition":"[συντάσσω] from {{g4862}} and {{g5021}}; to arrange jointly, i.e. (figuratively) to direct","strongs_number":"g4929"},"g4930":{"pronunciation":"soon-tel'-i-ah","unicode":"συντέλεια","translit":"syntéleia","definition":"[συντέλεια] from {{g4931}}; entire completion, i.e. consummation (of a dispensation)","strongs_number":"g4930"},"g4931":{"pronunciation":"soon-tel-eh'-o","unicode":"συντελέω","translit":"synteléō","definition":"[συντελέω] from {{g4862}} and {{g5055}}; to complete entirely; generally, to execute (literally or figuratively)","strongs_number":"g4931"},"g4932":{"pronunciation":"soon-tem'-no","unicode":"συντέμνω","translit":"syntémnō","definition":"[συντέμνω] from {{g4862}} and the base of {{g5114}}; to contract by cutting, i.e. (figuratively) do concisely (speedily)","strongs_number":"g4932"},"g4933":{"pronunciation":"soon-tay-reh'-o","unicode":"συντηρέω","translit":"syntēréō","definition":"[συντηρέω] from {{g4862}} and {{g5083}}; to keep closely together, i.e. (by implication) to conserve (from ruin); mentally, to remember (and obey)","strongs_number":"g4933"},"g4934":{"pronunciation":"soon-tith'-em-ahee","unicode":"συντίθεμαι","translit":"syntíthemai","definition":"[συντίθεμαι] middle voice from {{g4862}} and {{g5087}}; to place jointly, i.e. (figuratively) to consent (bargain, stipulate), concur","strongs_number":"g4934"},"g4935":{"pronunciation":"soon-tom'-oce","unicode":"συντόμως","translit":"syntómōs","definition":"[συντόμως] adverb from a derivative of {{g4932}}; concisely (briefly)","strongs_number":"g4935"},"g4936":{"pronunciation":"soon-trekh'-o","unicode":"συντρέχω","translit":"syntréchō","definition":"[συντρέχω] from {{g4862}} and {{g5143}} (including its alternate); to rush together (hastily assemble) or headlong (figuratively)","strongs_number":"g4936"},"g4937":{"pronunciation":"soon-tree'-bo","unicode":"συντρίβω","translit":"syntríbō","definition":"[συντρίβω] from {{g4862}} and the base of {{g5147}}; to crush completely, i.e. to shatter (literally or figuratively)","strongs_number":"g4937"},"g4938":{"pronunciation":"soon-trim'-mah","unicode":"σύντριμμα","translit":"sýntrimma","definition":"[σύντριμμα] from {{g4937}}; concussion or utter fracture (properly, concretely), i.e. complete ruin","strongs_number":"g4938"},"g4939":{"pronunciation":"soon'-trof-os","unicode":"σύντροφος","translit":"sýntrophos","definition":"[σύντροφος] from {{g4862}} and {{g5162}} (in a passive sense); a fellow-nursling, i.e. comrade","strongs_number":"g4939"},"g4940":{"pronunciation":"soon-toong-khan'-o","unicode":"συντυγχάνω","translit":"syntynchánō","definition":"[συντυγχάνω] from {{g4862}} and {{g5177}}; to chance together, i.e. meet with (reach)","strongs_number":"g4940"},"g4941":{"pronunciation":"soon-too'-khay","unicode":"Συντύχη","translit":"Syntýchē","definition":"[Συντύχη] from {{g4940}}; an accident; Syntyche, a Christian female","strongs_number":"g4941"},"g4942":{"pronunciation":"soon-oo-pok-rin'-om-ahee","unicode":"συνυποκρίνομαι","translit":"synypokrínomai","definition":"[συνυποκρίνομαι] from {{g4862}} and {{g5271}}; to act hypocritically in concert with","strongs_number":"g4942"},"g4943":{"pronunciation":"soon-oop-oorg-eh'-o","unicode":"συνυπουργέω","translit":"synypourgéō","definition":"[συνυπουργέω] from {{g4862}} and a derivative of a compound of {{g5259}} and the base of {{g2041}}; to be a co-auxiliary, i.e. assist","strongs_number":"g4943"},"g4944":{"pronunciation":"soon-o-dee'-no","unicode":"συνωδίνω","translit":"synōdínō","definition":"[συνωδίνω] from {{g4862}} and {{g5605}}; to have (parturition) pangs in company (concert, simultaneously) with, i.e. (figuratively) to sympathize (in expectation of relief from suffering)","strongs_number":"g4944"},"g4945":{"pronunciation":"soon-o-mos-ee'-ah","unicode":"συνωμοσία","translit":"synōmosía","definition":"[συνωμοσία] from a compound of {{g4862}} and {{g3660}}; a swearing together, i.e. (by implication) a plot","strongs_number":"g4945"},"g4946":{"pronunciation":"soo-rak'-oo-sahee","unicode":"Συράκουσαι","translit":"Syrákousai","definition":"[Συράκουσαι] plural of uncertain derivation; Syracuse, the capital of Sicily","strongs_number":"g4946"},"g4947":{"pronunciation":"soo-ree'-ah","unicode":"Συρία","translit":"Syría","definition":"[Συρία] probably of Hebrew origin ({{h6865}}); Syria (i.e. Tsyria or Tyre), a region of Asia","strongs_number":"g4947"},"g4948":{"pronunciation":"soo'-ros","unicode":"Σύρος","translit":"Sýros","definition":"[Σύρος] from the same as {{g4947}}; a Syran (i.e. probably Tyrian), a native of Syria","strongs_number":"g4948"},"g4949":{"pronunciation":"soo-rof-oy'-nis-sah","unicode":"Συροφοίνισσα","translit":"Syrophoínissa","definition":"[Συροφοίνισσα] feminine of a compound of {{g4948}} and the same as {{g5403}}; a Syro-phœnician woman, i.e. a female native of Phœnicia in Syria","strongs_number":"g4949"},"g4950":{"pronunciation":"soor'-tis","unicode":"σύρτις","translit":"sýrtis","definition":"[σύρτις] from {{g4951}}; a shoal (from the sand drawn thither by the waves), i.e. the Syrtis Major or great bay on the north coast of Africa","strongs_number":"g4950"},"g4951":{"pronunciation":"soo'-ro","unicode":"σύρω","translit":"sýrō","definition":"[σύρω] probably akin to {{g138}}; to trail","strongs_number":"g4951"},"g4952":{"pronunciation":"soos-par-as'-so","unicode":"συσπαράσσω","translit":"sysparássō","definition":"[συσπαράσσω] from {{g4862}} and {{g4682}}; to rend completely, i.e. (by analogy) to convulse violently","strongs_number":"g4952"},"g4953":{"pronunciation":"soos'-say-mon","unicode":"σύσσημον","translit":"sýssēmon","definition":"[σύσσημον] neuter of a compound of {{g4862}} and the base of {{g4591}}; a sign in common, i.e. preconcerted signal","strongs_number":"g4953"},"g4954":{"pronunciation":"soos'-so-mos","unicode":"σύσσωμος","translit":"sýssōmos","definition":"[σύσσωμος] from {{g4862}} and {{g4983}}; of a joint body, i.e. (figuratively) a fellow-member of the Christian community","strongs_number":"g4954"},"g4955":{"pronunciation":"soos-tas-ee-as-tace'","unicode":"συστασιαστής","translit":"systasiastḗs","definition":"[συστασιαστής] from a compound of {{g4862}} and a derivative of {{g4714}}; a fellow-insurgent","strongs_number":"g4955"},"g4956":{"pronunciation":"soos-tat-ee-kos'","unicode":"συστατικός","translit":"systatikós","definition":"[συστατικός] from a derivative of {{g4921}}; introductory, i.e. recommendatory","strongs_number":"g4956"},"g4957":{"pronunciation":"soos-tow-ro'-o","unicode":"συσταυρόω","translit":"systauróō","definition":"[συσταυρόω] from {{g4862}} and {{g4717}}; to impale in company with (literally or figuratively)","strongs_number":"g4957"},"g4958":{"pronunciation":"soos-tel'-lo","unicode":"συστέλλω","translit":"systéllō","definition":"[συστέλλω] from {{g4862}} and {{g4724}}; to send (draw) together, i.e. enwrap (enshroud a corpse for burial), contract (an interval)","strongs_number":"g4958"},"g4959":{"pronunciation":"soos-ten-ad'-zo","unicode":"συστενάζω","translit":"systenázō","definition":"[συστενάζω] from {{g4862}} and {{g4727}}; to moan jointly, i.e. (figuratively) experience a common calamity","strongs_number":"g4959"},"g4960":{"pronunciation":"soos-toy-kheh'-o","unicode":"συστοιχέω","translit":"systoichéō","definition":"[συστοιχέω] from {{g4862}} and {{g4748}}; to file together (as soldiers in ranks), i.e. (figuratively) to correspond to","strongs_number":"g4960"},"g4961":{"pronunciation":"soos-trat-ee-o'-tace","unicode":"συστρατιώτης","translit":"systratiṓtēs","definition":"[συστρατιώτης] from {{g4862}} and {{g4757}}; a co-campaigner, i.e. (figuratively) an associate in Christian toil","strongs_number":"g4961"},"g4962":{"pronunciation":"soos-tref'-o","unicode":"συστρέφω","translit":"systréphō","definition":"[συστρέφω] from {{g4862}} and {{g4762}}; to twist together, i.e. collect (a bundle, a crowd)","strongs_number":"g4962"},"g4963":{"pronunciation":"soos-trof-ay'","unicode":"συστροφή","translit":"systrophḗ","definition":"[συστροφή] from {{g4962}}; a twisting together, i.e. (figuratively) a secret coalition, riotous crowd","strongs_number":"g4963"},"g4964":{"pronunciation":"soos-khay-mat-id'-zo","unicode":"συσχηματίζω","translit":"syschēmatízō","definition":"[συσχηματίζω] from {{g4862}} and a derivative of {{g4976}}; to fashion alike, i.e. conform to the same pattern (figuratively)","strongs_number":"g4964"},"g4965":{"pronunciation":"soo-khar'","unicode":"Συχάρ","translit":"Sychár","definition":"[Συχάρ] of Hebrew origin ({{h7941}}); Sychar (i.e. Shekar), a place in Palestine","strongs_number":"g4965"},"g4966":{"pronunciation":"soo-khem'","unicode":"Συχέμ","translit":"Sychém","definition":"[Συχέμ] of Hebrew origin ({{h7927}}); Sychem (i.e. Shekem), the name of a Canaanite and of a place in Palestine","strongs_number":"g4966"},"g4967":{"pronunciation":"sfag-ay'","unicode":"σφαγή","translit":"sphagḗ","definition":"[σφαγή] from {{g4969}}; butchery (of animals for food or sacrifice, or (figuratively) of men (destruction))","strongs_number":"g4967"},"g4968":{"pronunciation":"sfag'-ee-on","unicode":"σφάγιον","translit":"sphágion","definition":"[σφάγιον] neuter of a derivative of {{g4967}}; a victim (in sacrifice)","strongs_number":"g4968"},"g4969":{"pronunciation":"sfad'-zo","unicode":"σφάζω","translit":"spházō","definition":"[σφάζω] a primary verb; to butcher (especially an animal for food or in sacrifice) or (generally) to slaughter, or (specially), to maim (violently)","strongs_number":"g4969"},"g4970":{"pronunciation":"sfod'-rah","unicode":"σφόδρα","translit":"sphódra","definition":"[σφόδρα] neuter plural of σφοδρός (violent; of uncertain derivation) as adverb; vehemently, i.e. in a high degree, much","strongs_number":"g4970"},"g4971":{"pronunciation":"sfod-roce'","unicode":"σφοδρῶς","translit":"sphodrōs","definition":"[σφοδρῶς] adverb from the same as {{g4970}}; very much","strongs_number":"g4971"},"g4972":{"pronunciation":"sfrag-id'-zo","unicode":"σφραγίζω","translit":"sphragízō","definition":"[σφραγίζω] from {{g4973}}; to stamp (with a signet or private mark) for security or preservation (literally or figuratively); by implication, to keep secret, to attest","strongs_number":"g4972"},"g4973":{"pronunciation":"sfrag-ece'","unicode":"σφραγίς","translit":"sphragís","definition":"[σφραγίς] probably strengthened from {{g5420}}; a signet (as fencing in or protecting from misappropriation); by implication, the stamp impressed (as a mark of privacy, or genuineness), literally or figuratively","strongs_number":"g4973"},"g4974":{"pronunciation":"sfoo-ron'","unicode":"σφυρόν","translit":"sphyrón","definition":"[σφυρόν] neuter of a presumed derivative probably of the same as σφαῖρα (a ball, \"sphere\"; compare the feminine σφῦρα, a hammer); the ankle (as globular)","strongs_number":"g4974"},"g4975":{"pronunciation":"skhed-on'","unicode":"σχεδόν","translit":"schedón","definition":"[σχεδόν] neuter of a presumed derivative of the alternate of {{g2192}} as adverb; nigh, i.e. nearly","strongs_number":"g4975"},"g4976":{"pronunciation":"skhay'-mah","unicode":"σχῆμα","translit":"schēma","definition":"[σχῆμα] from the alternate of {{g2192}}; a figure (as a mode or circumstance), i.e. (by implication) external condition","strongs_number":"g4976"},"g4977":{"pronunciation":"skhid'-zo","unicode":"σχίζω","translit":"schízō","definition":"[σχίζω] apparently a primary verb; to split or sever (literally or figuratively)","strongs_number":"g4977"},"g4978":{"pronunciation":"skhis'-mah","unicode":"σχίσμα","translit":"schísma","definition":"[σχίσμα] from {{g4977}}; a split or gap (\"schism\"), literally or figuratively","strongs_number":"g4978"},"g4979":{"pronunciation":"skhoy-nee'-on","unicode":"σχοινίον","translit":"schoiníon","definition":"[σχοινίον] diminutive of σχοῖνος (a rush or flag-plant; of uncertain derivation); a rushlet, i.e. grass-withe or tie (generally)","strongs_number":"g4979"},"g4980":{"pronunciation":"skhol-ad'-zo","unicode":"σχολάζω","translit":"scholázō","definition":"[σχολάζω] from {{g4981}}; to take a holiday, i.e. be at leisure for (by implication, devote oneself wholly to); figuratively, to be vacant (of a house)","strongs_number":"g4980"},"g4981":{"pronunciation":"skhol-ay'","unicode":"σχολή","translit":"scholḗ","definition":"[σχολή] probably feminine of a presumed derivative of the alternate of {{g2192}}; properly, loitering (as a withholding of oneself from work) or leisure, i.e. (by implication) a \"school\" (as vacation from physical employment)","strongs_number":"g4981"},"g4982":{"pronunciation":"sode'-zo","unicode":"σώζω","translit":"sṓzō","definition":"[σώζω] from a primary σῶς (contraction for obsolete σάος, \"safe\"); to save, i.e. deliver or protect (literally or figuratively)","strongs_number":"g4982"},"g4983":{"pronunciation":"so'-mah","unicode":"σῶμα","translit":"sōma","definition":"[σῶμα] from {{g4982}}; the body (as a sound whole), used in a very wide application, literally or figuratively","strongs_number":"g4983"},"g4984":{"pronunciation":"so-mat-ee-kos'","unicode":"σωματικός","translit":"sōmatikós","definition":"[σωματικός] from {{g4983}}; corporeal or physical","strongs_number":"g4984"},"g4985":{"pronunciation":"so-mat-ee-koce'","unicode":"σωματικῶς","translit":"sōmatikōs","definition":"[σωματικῶς] adverb from {{g4984}}; corporeally or physically","strongs_number":"g4985"},"g4986":{"pronunciation":"so'-pat-ros","unicode":"Σώπατρος","translit":"Sṓpatros","definition":"[Σώπατρος] from the base of {{g4982}} and {{g3962}}; of a safe father; Sopatrus, a Christian Compare {{g4989}}.","strongs_number":"g4986"},"g4987":{"pronunciation":"sore-yoo'-o","unicode":"σωρεύω","translit":"sōreúō","definition":"[σωρεύω] from another form of {{g4673}}; to pile up (literally or figuratively)","strongs_number":"g4987"},"g4988":{"pronunciation":"soce-then'-ace","unicode":"Σωσθένης","translit":"Sōsthénēs","definition":"[Σωσθένης] from the base of {{g4982}} and that of {{g4599}}; of safe strength; Sosthenes, a Christian","strongs_number":"g4988"},"g4989":{"pronunciation":"so-sip'-at-ros","unicode":"Σωσίπατρος","translit":"Sōsípatros","definition":"[Σωσίπατρος] prolongation for {{g4986}}; Sosipatrus, a Christian","strongs_number":"g4989"},"g4990":{"pronunciation":"so-tare'","unicode":"σωτήρ","translit":"sōtḗr","definition":"[σωτήρ] from {{g4982}}; a deliverer, i.e. God or Christ","strongs_number":"g4990"},"g4991":{"pronunciation":"so-tay-ree'-ah","unicode":"σωτηρία","translit":"sōtēría","definition":"[σωτηρία] feminine of a derivative of {{g4990}} as (properly, abstract) noun; rescue or safety (physically or morally)","strongs_number":"g4991"},"g4992":{"pronunciation":"so-tay'-ree-on","unicode":"σωτήριον","translit":"sōtḗrion","definition":"[σωτήριον] neuter of the same as {{g4991}} as (properly, concretely) noun; defender or (by implication) defence","strongs_number":"g4992"},"g4993":{"pronunciation":"so-fron-eh'-o","unicode":"σωφρονέω","translit":"sōphronéō","definition":"[σωφρονέω] from {{g4998}}; to be of sound mind, i.e. sane, (figuratively) moderate","strongs_number":"g4993"},"g4994":{"pronunciation":"so-fron-id'-zo","unicode":"σωφρονίζω","translit":"sōphronízō","definition":"[σωφρονίζω] from {{g4998}}; to make of sound mind, i.e. (figuratively) to discipline or correct","strongs_number":"g4994"},"g4995":{"pronunciation":"so-fron-is-mos'","unicode":"σωφρονισμός","translit":"sōphronismós","definition":"[σωφρονισμός] from {{g4994}}; discipline, i.e. self-control","strongs_number":"g4995"},"g4996":{"pronunciation":"so-fron'-oce","unicode":"σωφρόνως","translit":"sōphrónōs","definition":"[σωφρόνως] adverb from {{g4998}}; with sound mind, i.e. moderately","strongs_number":"g4996"},"g4997":{"pronunciation":"so-fros-oo'-nay","unicode":"σωφροσύνη","translit":"sōphrosýnē","definition":"[σωφροσύνη] from {{g4998}}; soundness of mind, i.e. (literally) sanity or (figuratively) self-control","strongs_number":"g4997"},"g4998":{"pronunciation":"so'-frone","unicode":"σώφρων","translit":"sṓphrōn","definition":"[σώφρων] from the base of {{g4982}} and that of {{g5424}}; safe (sound) in mind, i.e. self-controlled (moderate as to opinion or passion)","strongs_number":"g4998"},"g4999":{"pronunciation":"tab-er'-nahee","unicode":"Ταβέρναι","translit":"Tabérnai","definition":"[Ταβέρναι] plural of Latin origin; huts or wooden-walled buildings; Tabernæ","strongs_number":"g4999"},"g5000":{"pronunciation":"tab-ee-thah'","unicode":"Ταβιθά","translit":"Tabithá","definition":"[Ταβιθά] of Chaldee origin (compare {{h6646}}); the gazelle; Tabitha (i.e. Tabjetha), a Christian female","strongs_number":"g5000"}}
@@ -0,0 +1 @@
1
+ {"g501":{"pronunciation":"ant-leh-o","unicode":"ἀντλέω","translit":"antléō","definition":"[ἀντλέω] from ἄντλος (the hold of a ship); to bale up (properly, bilge water), i.e. dip water (with a bucket, pitcher, etc.)","strongs_number":"g501"},"g502":{"pronunciation":"ant'-lay-mah","unicode":"ἄντλημα","translit":"ántlēma","definition":"[ἄντλημα] from {{g501}}; a baling-vessel","strongs_number":"g502"},"g503":{"pronunciation":"ant-of-thal-meh'-o","unicode":"ἀντοφθαλμέω","translit":"antophthalméō","definition":"[ἀντοφθαλμέω] from a compound of {{g473}} and {{g3788}}; to face","strongs_number":"g503"},"g504":{"pronunciation":"an'-oo-dros","unicode":"ἄνυδρος","translit":"ánydros","definition":"[ἄνυδρος] from {{g1}} (as a negative particle) and {{g5204}}; waterless, i.e. dry","strongs_number":"g504"},"g505":{"pronunciation":"an-oo-pok'-ree-tos","unicode":"ἀνυπόκριτος","translit":"anypókritos","definition":"[ἀνυπόκριτος] from {{g1}} (as a negative particle) and a presumed derivative of {{g5271}}; undissembled, i.e. sincere","strongs_number":"g505"},"g506":{"pronunciation":"an-oo-pot'-ak-tos","unicode":"ἀνυπότακτος","translit":"anypótaktos","definition":"[ἀνυπότακτος] from {{g1}} (as a negative particle) and a presumed derivative of {{g5293}}; unsubdued, i.e. insubordinate (in fact or temper)","strongs_number":"g506"},"g507":{"pronunciation":"an'-o","unicode":"ἄνω","translit":"ánō","definition":"[ἄνω] adverb from {{g473}}; upward or on the top","strongs_number":"g507"},"g508":{"pronunciation":"an-ogue'-eh-on","unicode":"ἀνώγεον","translit":"anṓgeon","definition":"[ἀνώγεον] from {{g507}} and {{g1093}}; above the ground, i.e. (properly) the second floor of a building; used for a dome or a balcony on the upper story","strongs_number":"g508"},"g509":{"pronunciation":"an'-o-then","unicode":"ἄνωθεν","translit":"ánōthen","definition":"[ἄνωθεν] from {{g507}}; from above; by analogy, from the first; by implication, anew","strongs_number":"g509"},"g510":{"pronunciation":"an-o-ter-ee-kos'","unicode":"ἀνωτερικός","translit":"anōterikós","definition":"[ἀνωτερικός] from {{g511}}; superior, i.e. (locally) more remote","strongs_number":"g510"},"g511":{"pronunciation":"an-o'-ter-os","unicode":"ἀνώτερος","translit":"anṓteros","definition":"[ἀνώτερος] comparative degree of {{g507}}; upper, i.e. (neuter as adverb) to a more conspicuous place, in a former part of the book","strongs_number":"g511"},"g512":{"pronunciation":"an-o-fel'-ace","unicode":"ἀνωφελής","translit":"anōphelḗs","definition":"[ἀνωφελής] from {{g1}} (as a negative particle) and the base of {{g5624}}; useless or (neuter) inutility","strongs_number":"g512"},"g513":{"pronunciation":"ax-ee'-nay","unicode":"ἀξίνη","translit":"axínē","definition":"[ἀξίνη] probably from ἄγνυμι (to break; compare {{g4486}}); an axe","strongs_number":"g513"},"g514":{"pronunciation":"ax'-ee-os","unicode":"ἄξιος","translit":"áxios","definition":"[ἄξιος] probably from {{g71}}; deserving, comparable or suitable (as if drawing praise)","strongs_number":"g514"},"g515":{"pronunciation":"ax-ee-o'-o","unicode":"ἀξιόω","translit":"axióō","definition":"[ἀξιόω] from {{g514}}; to deem entitled or fit","strongs_number":"g515"},"g516":{"pronunciation":"ax-ee'-oce","unicode":"ἀξίως","translit":"axíōs","definition":"[ἀξίως] adverb from {{g514}}; appropriately","strongs_number":"g516"},"g517":{"pronunciation":"ah-or'-at-os","unicode":"ἀόρατος","translit":"aóratos","definition":"[ἀόρατος] from {{g1}} (as a negative particle) and {{g3707}}; invisible","strongs_number":"g517"},"g518":{"pronunciation":"ap-ang-el'-lo","unicode":"ἀπαγγέλλω","translit":"apangéllō","definition":"[ἀπαγγέλλω] from {{g575}} and the base of {{g32}}; to announce","strongs_number":"g518"},"g519":{"pronunciation":"ap-ang'-khom-ahee","unicode":"ἀπάγχομαι","translit":"apánchomai","definition":"[ἀπάγχομαι] from {{g575}} and ἄγχω (to choke; akin to the base of {{g43}}); to strangle oneself off (i.e. to death)","strongs_number":"g519"},"g520":{"pronunciation":"ap-ag'-o","unicode":"ἀπάγω","translit":"apágō","definition":"[ἀπάγω] from {{g575}} and {{g71}}; to take off (in various senses)","strongs_number":"g520"},"g521":{"pronunciation":"ap-ah'-ee-dyoo-tos","unicode":"ἀπαίδευτος","translit":"apaídeutos","definition":"[ἀπαίδευτος] from {{g1}} (as a negative particle) and a derivative of {{g3811}}; uninstructed, i.e. (figuratively) stupid","strongs_number":"g521"},"g522":{"pronunciation":"ap-ah'-ee-ro","unicode":"ἀπαίρω","translit":"apaírō","definition":"[ἀπαίρω] from {{g575}} and {{g142}}; to lift off, i.e. remove","strongs_number":"g522"},"g523":{"pronunciation":"ap-ah'-ee-teh-o","unicode":"ἀπαιτέω","translit":"apaitéō","definition":"[ἀπαιτέω] from {{g575}} and {{g154}}; to demand back","strongs_number":"g523"},"g524":{"pronunciation":"ap-alg-eh'-o","unicode":"ἀπαλγέω","translit":"apalgéō","definition":"[ἀπαλγέω] from {{g575}} and ἀλγέω (to smart); to grieve out, i.e. become apathetic","strongs_number":"g524"},"g525":{"pronunciation":"ap-al-las'-so","unicode":"ἀπαλλάσσω","translit":"apallássō","definition":"[ἀπαλλάσσω] from {{g575}} and {{g236}}; to change away, i.e. release, (reflexively) remove","strongs_number":"g525"},"g526":{"pronunciation":"ap-al-lot-ree-o'-o","unicode":"ἀπαλλοτριόω","translit":"apallotrióō","definition":"[ἀπαλλοτριόω] from {{g575}} and a derivative of {{g245}}; to estrange away, i.e. (passively and figuratively) to be non-participant","strongs_number":"g526"},"g527":{"pronunciation":"ap-al-os'","unicode":"ἀπαλός","translit":"apalós","definition":"[ἀπαλός] of uncertain derivation; soft","strongs_number":"g527"},"g528":{"pronunciation":"ap-an-tah'-o","unicode":"ἀπαντάω","translit":"apantáō","definition":"[ἀπαντάω] from {{g575}} and a derivative of {{g473}}; to meet away, i.e. encounter","strongs_number":"g528"},"g529":{"pronunciation":"ap-an'-tay-sis","unicode":"ἀπάντησις","translit":"apántēsis","definition":"[ἀπάντησις] from {{g528}}; a (friendly) encounter","strongs_number":"g529"},"g530":{"pronunciation":"hap'-ax","unicode":"ἅπαξ","translit":"hápax","definition":"[ἅπαξ] probably from {{g537}}; one (or a single) time (numerically or conclusively)","strongs_number":"g530"},"g531":{"pronunciation":"ap-ar-ab'-at-os","unicode":"ἀπαράβατος","translit":"aparábatos","definition":"[ἀπαράβατος] from {{g1}} (as a negative particle) and a derivative of {{g3845}}; not passing away, i.e. untransferable (perpetual)","strongs_number":"g531"},"g532":{"pronunciation":"ap-ar-ask-yoo'-as-tos","unicode":"ἀπαρασκεύαστος","translit":"aparaskeúastos","definition":"[ἀπαρασκεύαστος] from {{g1}} (as a negative particle) and a derivative of {{g3903}}; unready","strongs_number":"g532"},"g533":{"pronunciation":"ap-ar-neh'-om-ahee","unicode":"ἀπαρνέομαι","translit":"aparnéomai","definition":"[ἀπαρνέομαι] from {{g575}} and {{g720}}; to deny utterly, i.e. disown, abstain","strongs_number":"g533"},"g534":{"pronunciation":"ap-ar'-tee","unicode":"ἀπάρτι","translit":"apárti","definition":"[ἀπάρτι] from {{g575}} and {{g737}}; from now, i.e. henceforth (already)","strongs_number":"g534"},"g535":{"pronunciation":"ap-ar-tis-mos'","unicode":"ἀπαρτισμός","translit":"apartismós","definition":"[ἀπαρτισμός] from a derivative of {{g534}}; completion","strongs_number":"g535"},"g536":{"pronunciation":"ap-ar-khay'","unicode":"ἀπαρχή","translit":"aparchḗ","definition":"[ἀπαρχή] from a compound of {{g575}} and {{g756}}; a beginning of sacrifice, i.e. the (Jewish) first-fruit (figuratively)","strongs_number":"g536"},"g537":{"pronunciation":"hap'-as","unicode":"ἅπας","translit":"hápas","definition":"[ἅπας] from {{g1}} (as a particle of union) and {{g3956}}; absolutely all or (singular) every one","strongs_number":"g537"},"g538":{"pronunciation":"ap-at-ah'-o","unicode":"ἀπατάω","translit":"apatáō","definition":"[ἀπατάω] of uncertain derivation; to cheat, i.e. delude","strongs_number":"g538"},"g539":{"pronunciation":"ap-at'-ay","unicode":"ἀπάτη","translit":"apátē","definition":"[ἀπάτη] from {{g538}}; delusion","strongs_number":"g539"},"g540":{"pronunciation":"ap-at'-ore","unicode":"ἀπάτωρ","translit":"apátōr","definition":"[ἀπάτωρ] from {{g1}} (as a negative particle) and {{g3962}}; fatherless, i.e. of unrecorded paternity","strongs_number":"g540"},"g541":{"pronunciation":"ap-ow'-gas-mah","unicode":"ἀπαύγασμα","translit":"apaúgasma","definition":"[ἀπαύγασμα] from a compound of {{g575}} and {{g826}}; an off-flash, i.e. effulgence","strongs_number":"g541"},"g542":{"pronunciation":"ap-i'-do","unicode":"ἀπείδω","translit":"apeídō","definition":"[ἀπείδω] from {{g575}} and the same as {{g1492}}; to see fully","strongs_number":"g542"},"g543":{"pronunciation":"ap-i'-thi-ah","unicode":"ἀπείθεια","translit":"apeítheia","definition":"[ἀπείθεια] from {{g545}}; disbelief (obstinate and rebellious)","strongs_number":"g543"},"g544":{"pronunciation":"ap-i-theh'-o","unicode":"ἀπειθέω","translit":"apeithéō","definition":"[ἀπειθέω] from {{g545}}; to disbelieve (wilfully and perversely)","strongs_number":"g544"},"g545":{"pronunciation":"ap-i-thace'","unicode":"ἀπειθής","translit":"apeithḗs","definition":"[ἀπειθής] from {{g1}} (as a negative particle) and {{g3982}}; unpersuadable, i.e. contumacious","strongs_number":"g545"},"g546":{"pronunciation":"ap-i-leh'-o","unicode":"ἀπειλέω","translit":"apeiléō","definition":"[ἀπειλέω] of uncertain derivation; to menace; by implication, to forbid","strongs_number":"g546"},"g547":{"pronunciation":"ap-i-lay'","unicode":"ἀπειλή","translit":"apeilḗ","definition":"[ἀπειλή] from {{g546}}; a menace","strongs_number":"g547"},"g548":{"pronunciation":"ap'-i-mee","unicode":"ἄπειμι","translit":"ápeimi","definition":"[ἄπειμι] from {{g575}} and {{g1510}}; to be away Compare {{g549}}.","strongs_number":"g548"},"g549":{"pronunciation":"ap'-i-mee","unicode":"ἄπειμι","translit":"ápeimi","definition":"[ἄπειμι] from {{g575}} and εἶμι (to go); to go away Compare {{g548}}.","strongs_number":"g549"},"g550":{"pronunciation":"ap-i-pom'-ane","unicode":"ἀπειπόμην","translit":"apeipómēn","definition":"[ἀπειπόμην] reflexive past of a compound of {{g575}} and {{g2036}}; to say off for oneself, i.e. disown","strongs_number":"g550"},"g551":{"pronunciation":"ap-i'-ras-tos","unicode":"ἀπείραστος","translit":"apeírastos","definition":"[ἀπείραστος] from {{g1}} (as a negative particle) and a presumed derivative of {{g3987}}; untried, i.e. not temptable","strongs_number":"g551"},"g552":{"pronunciation":"ap'-i-ros","unicode":"ἄπειρος","translit":"ápeiros","definition":"[ἄπειρος] from {{g1}} (as a negative particle) and {{g3984}}; inexperienced, i.e. ignorant","strongs_number":"g552"},"g553":{"pronunciation":"ap-ek-dekh'-om-ahee","unicode":"ἀπεκδέχομαι","translit":"apekdéchomai","definition":"[ἀπεκδέχομαι] from {{g575}} and {{g1551}}; to expect fully","strongs_number":"g553"},"g554":{"pronunciation":"ap-ek-doo'-om-ahee","unicode":"ἀπεκδύομαι","translit":"apekdýomai","definition":"[ἀπεκδύομαι] middle voice from {{g575}} and {{g1562}}; to divest wholly oneself, or (for oneself) despoil","strongs_number":"g554"},"g555":{"pronunciation":"ap-ek'-doo-sis","unicode":"ἀπέκδυσις","translit":"apékdysis","definition":"[ἀπέκδυσις] from {{g554}}; divestment","strongs_number":"g555"},"g556":{"pronunciation":"ap-el-ow'-no","unicode":"ἀπελαύνω","translit":"apelaúnō","definition":"[ἀπελαύνω] from {{g575}} and {{g1643}}; to dismiss","strongs_number":"g556"},"g557":{"pronunciation":"ap-el-eg-mos'","unicode":"ἀπελεγμός","translit":"apelegmós","definition":"[ἀπελεγμός] from a compound of {{g575}} and {{g1651}}; refutation, i.e. (by implication) contempt","strongs_number":"g557"},"g558":{"pronunciation":"ap-el-yoo'-ther-os","unicode":"ἀπελεύθερος","translit":"apeleútheros","definition":"[ἀπελεύθερος] from {{g575}} and {{g1658}}; one freed away, i.e. a freedman","strongs_number":"g558"},"g559":{"pronunciation":"ap-el-lace'","unicode":"Ἀπελλῆς","translit":"Apellēs","definition":"[Ἀπελλῆς] of Latin origin; Apelles, a Christian","strongs_number":"g559"},"g560":{"pronunciation":"ap-el-pid'-zo","unicode":"ἀπελπίζω","translit":"apelpízō","definition":"[ἀπελπίζω] from {{g575}} and {{g1679}}; to hope out, i.e. fully expect","strongs_number":"g560"},"g561":{"pronunciation":"ap-en'-an-tee","unicode":"ἀπέναντι","translit":"apénanti","definition":"[ἀπέναντι] from {{g575}} and {{g1725}}; from in front, i.e. opposite, before or against","strongs_number":"g561"},"g562":{"pronunciation":"ap-er'-an-tos","unicode":"ἀπέραντος","translit":"apérantos","definition":"[ἀπέραντος] from {{g1}} (as a negative particle) and a secondary derivative of {{g4008}}; unfinished, i.e. (by implication) interminable","strongs_number":"g562"},"g563":{"pronunciation":"ap-er-is-pas-toce'","unicode":"ἀπερισπάστως","translit":"aperispástōs","definition":"[ἀπερισπάστως] adverb from a compound of {{g1}} (as a negative participle) and a presumed derivative of {{g4049}}; undistractedly, i.e. free from (domestic) solicitude","strongs_number":"g563"},"g564":{"pronunciation":"ap-er-eet'-may-tos","unicode":"ἀπερίτμητος","translit":"aperítmētos","definition":"[ἀπερίτμητος] from {{g1}} (as a negative particle) and a presumed derivative of {{g4059}}; uncircumcised (figuratively)","strongs_number":"g564"},"g565":{"pronunciation":"ap-erkh'-om-ahee","unicode":"ἀπέρχομαι","translit":"apérchomai","definition":"[ἀπέρχομαι] from {{g575}} and {{g2064}}; to go off (i.e. depart), aside (i.e. apart) or behind (i.e. follow), literally or figuratively","strongs_number":"g565"},"g566":{"pronunciation":"ap-ekh'-i","unicode":"ἀπέχει","translit":"apéchei","definition":"[ἀπέχει] third person singular present indicative active of {{g568}} used impersonally; it is sufficient","strongs_number":"g566"},"g567":{"pronunciation":"ap-ekh'-om-ahee","unicode":"ἀπέχομαι","translit":"apéchomai","definition":"[ἀπέχομαι] middle voice (reflexively) of {{g568}}; to hold oneself off, i.e. refrain","strongs_number":"g567"},"g568":{"pronunciation":"ap-ekh'-o","unicode":"ἀπέχω","translit":"apéchō","definition":"[ἀπέχω] from {{g575}} and {{g2192}}; (actively) to have out, i.e. receive in full; (intransitively) to keep (oneself) away, i.e. be distant (literally or figuratively)","strongs_number":"g568"},"g569":{"pronunciation":"ap-is-teh'-o","unicode":"ἀπιστέω","translit":"apistéō","definition":"[ἀπιστέω] from {{g571}}; to be unbelieving, i.e. (transitively) disbelieve, or (by implication) disobey","strongs_number":"g569"},"g570":{"pronunciation":"ap-is-tee'-ah","unicode":"ἀπιστία","translit":"apistía","definition":"[ἀπιστία] from {{g571}}; faithlessness, i.e. (negatively) disbelief (lack of Christian faith), or (positively) unfaithfulness (disobedience)","strongs_number":"g570"},"g571":{"pronunciation":"ap'-is-tos","unicode":"ἄπιστος","translit":"ápistos","definition":"[ἄπιστος] from {{g1}} (as a negative particle) and {{g4103}}; (actively) disbelieving, i.e. without Christian faith (specially, a heathen); (passively) untrustworthy (person), or incredible (thing)","strongs_number":"g571"},"g572":{"pronunciation":"hap-lot'-ace","unicode":"ἁπλότης","translit":"haplótēs","definition":"[ἁπλότης] from {{g573}}; singleness, i.e. (subjectively) sincerity (without dissimulation or self-seeking), or (objectively) generosity (copious bestowal)","strongs_number":"g572"},"g573":{"pronunciation":"hap-looce'","unicode":"ἁπλοῦς","translit":"haploûs","definition":"[ἁπλοῦς] probably from {{g1}} (as a particle of union) and the base of {{g4120}}; properly, folded together, i.e. single (figuratively, clear)","strongs_number":"g573"},"g574":{"pronunciation":"hap-loce'","unicode":"ἁπλῶς","translit":"haplōs","definition":"[ἁπλῶς] adverb from {{g573}} (in the objective sense of {{g572}}); bountifully; ","strongs_number":"g574"},"g575":{"pronunciation":"apo'","unicode":"ἀπό","translit":"apó","definition":"[ἀπό] a primary particle; \"off,\" i.e. away (from something near), in various senses (of place, time, or relation; literal or figurative) In composition (as a prefix) it usually denotes separation, departure, cessation, completion, reversal, etc.","strongs_number":"g575"},"g576":{"pronunciation":"ap-ob-ah'-ee-no","unicode":"ἀποβαίνω","translit":"apobaínō","definition":"[ἀποβαίνω] from {{g575}} and the base of {{g939}}; literally, to disembark; figuratively, to eventuate","strongs_number":"g576"},"g577":{"pronunciation":"ap-ob-al'-lo","unicode":"ἀποβάλλω","translit":"apobállō","definition":"[ἀποβάλλω] from {{g575}} and {{g906}}; to throw off; figuratively, to lose","strongs_number":"g577"},"g578":{"pronunciation":"ap-ob-lep'-o","unicode":"ἀποβλέπω","translit":"apoblépō","definition":"[ἀποβλέπω] from {{g575}} and {{g991}}; to look away from everything else, i.e. (figuratively) intently regard","strongs_number":"g578"},"g579":{"pronunciation":"ap-ob'-lay-tos","unicode":"ἀπόβλητος","translit":"apóblētos","definition":"[ἀπόβλητος] from {{g577}}; cast off, i.e. (figuratively) such as to be rejected","strongs_number":"g579"},"g580":{"pronunciation":"ap-ob-ol-ay'","unicode":"ἀποβολή","translit":"apobolḗ","definition":"[ἀποβολή] from {{g577}}; rejection; figuratively, loss","strongs_number":"g580"},"g581":{"pronunciation":"ap-og-en-om'-en-os","unicode":"ἀπογενόμενος","translit":"apogenómenos","definition":"[ἀπογενόμενος] past participle of a compound of {{g575}} and {{g1096}}; absent, i.e. deceased (figuratively, renounced)","strongs_number":"g581"},"g582":{"pronunciation":"ap-og-raf-ay'","unicode":"ἀπογραφή","translit":"apographḗ","definition":"[ἀπογραφή] from {{g583}}; an enrollment; by implication, an assessment","strongs_number":"g582"},"g583":{"pronunciation":"ap-og-raf'-o","unicode":"ἀπογράφω","translit":"apográphō","definition":"[ἀπογράφω] from {{g575}} and {{g1125}}; to write off (a copy or list), i.e. enrol","strongs_number":"g583"},"g584":{"pronunciation":"ap-od-ike'-noo-mee","unicode":"ἀποδείκνυμι","translit":"apodeíknymi","definition":"[ἀποδείκνυμι] from {{g575}} and {{g1166}}; to show off, i.e. exhibit; figuratively, to demonstrate, i.e. accredit","strongs_number":"g584"},"g585":{"pronunciation":"ap-od'-ike-sis","unicode":"ἀπόδειξις","translit":"apódeixis","definition":"[ἀπόδειξις] from {{g584}}; manifestation","strongs_number":"g585"},"g586":{"pronunciation":"ap-od-ek-at-o'-o","unicode":"ἀποδεκατόω","translit":"apodekatóō","definition":"[ἀποδεκατόω] from {{g575}} and {{g1183}}; to tithe (as debtor or creditor)","strongs_number":"g586"},"g587":{"pronunciation":"ap-od'-ek-tos","unicode":"ἀπόδεκτος","translit":"apódektos","definition":"[ἀπόδεκτος] from {{g588}}; accepted, i.e. agreeable","strongs_number":"g587"},"g588":{"pronunciation":"ap-od-ekh'-om-ahee","unicode":"ἀποδέχομαι","translit":"apodéchomai","definition":"[ἀποδέχομαι] from {{g575}} and {{g1209}}; to take fully, i.e. welcome (persons), approve (things)","strongs_number":"g588"},"g589":{"pronunciation":"ap-od-ay-meh'-o","unicode":"ἀποδημέω","translit":"apodēméō","definition":"[ἀποδημέω] from {{g590}}; to go abroad, i.e. visit a foreign land","strongs_number":"g589"},"g590":{"pronunciation":"ap-od'-ay-mos","unicode":"ἀπόδημος","translit":"apódēmos","definition":"[ἀπόδημος] from {{g575}} and {{g1218}}; absent from one's own people, i.e. a foreign traveller","strongs_number":"g590"},"g591":{"pronunciation":"ap-od-eed'-o-mee","unicode":"ἀποδίδωμι","translit":"apodídōmi","definition":"[ἀποδίδωμι] from {{g575}} and {{g1325}}; to give away, i.e. up, over, back, etc. (in various applications)","strongs_number":"g591"},"g592":{"pronunciation":"ap-od-ee-or-id'-zo","unicode":"ἀποδιορίζω","translit":"apodiorízō","definition":"[ἀποδιορίζω] from {{g575}} and a compound of {{g1223}} and {{g3724}}; to disjoin (by a boundary, figuratively, a party)","strongs_number":"g592"},"g593":{"pronunciation":"ap-od-ok-ee-mad'-zo","unicode":"ἀποδοκιμάζω","translit":"apodokimázō","definition":"[ἀποδοκιμάζω] from {{g575}} and {{g1381}}; to disapprove, i.e. (by implication) to repudiate","strongs_number":"g593"},"g594":{"pronunciation":"ap-od-okh-ay'","unicode":"ἀποδοχή","translit":"apodochḗ","definition":"[ἀποδοχή] from {{g588}}; acceptance","strongs_number":"g594"},"g595":{"pronunciation":"ap-oth'-es-is","unicode":"ἀπόθεσις","translit":"apóthesis","definition":"[ἀπόθεσις] from {{g659}}; a laying aside (literally or figuratively)","strongs_number":"g595"},"g596":{"pronunciation":"ap-oth-ay'-kay","unicode":"ἀποθήκη","translit":"apothḗkē","definition":"[ἀποθήκη] from {{g659}}; a repository, i.e. granary","strongs_number":"g596"},"g597":{"pronunciation":"ap-oth-ay-sow-rid'-zo","unicode":"ἀποθησαυρίζω","translit":"apothēsaurízō","definition":"[ἀποθησαυρίζω] from {{g575}} and {{g2343}}; to treasure away","strongs_number":"g597"},"g598":{"pronunciation":"ap-oth-lee'-bo","unicode":"ἀποθλίβω","translit":"apothlíbō","definition":"[ἀποθλίβω] from {{g575}} and {{g2346}}; to crowd (from every side)","strongs_number":"g598"},"g599":{"pronunciation":"ap-oth-nace'-ko","unicode":"ἀποθνήσκω","translit":"apothnḗskō","definition":"[ἀποθνήσκω] from {{g575}} and {{g2348}}; to die off (literally or figuratively)","strongs_number":"g599"},"g600":{"pronunciation":"ap-ok-ath-is'-tay-mee","unicode":"ἀποκαθίστημι","translit":"apokathístēmi","definition":"[ἀποκαθίστημι] from {{g575}} and {{g2525}}; to reconstitute (in health, home or organization)","strongs_number":"g600"}}
@@ -0,0 +1 @@
1
+ {"g5001":{"pronunciation":"tag'-mah","unicode":"τάγμα","translit":"tágma","definition":"[τάγμα] from {{g5021}}; something orderly in arrangement (a troop), i.e. (figuratively) a series or succession","strongs_number":"g5001"},"g5002":{"pronunciation":"tak-tos'","unicode":"τακτός","translit":"taktós","definition":"[τακτός] from {{g5021}}; arranged, i.e. appointed or stated","strongs_number":"g5002"},"g5003":{"pronunciation":"tal-ahee-po-reh'-o","unicode":"ταλαιπωρέω","translit":"talaipōréō","definition":"[ταλαιπωρέω] from {{g5005}}; to be wretched, i.e. realize one's own misery","strongs_number":"g5003"},"g5004":{"pronunciation":"tal-ahee-po-ree'-ah","unicode":"ταλαιπωρία","translit":"talaipōría","definition":"[ταλαιπωρία] from {{g5005}}; wretchedness, i.e. calamity","strongs_number":"g5004"},"g5005":{"pronunciation":"tal-ah'-ee-po-ros","unicode":"ταλαίπωρος","translit":"talaípōros","definition":"[ταλαίπωρος] from the base of {{g5007}} and a derivative of the base of {{g3984}}; enduring trial, i.e. miserable","strongs_number":"g5005"},"g5006":{"pronunciation":"tal-an-tee-ah'-yos","unicode":"ταλαντιαῖος","translit":"talantiaîos","definition":"[ταλαντιαῖος] from {{g5007}}; talent-like in weight","strongs_number":"g5006"},"g5007":{"pronunciation":"tal'-an-ton","unicode":"τάλαντον","translit":"tálanton","definition":"[τάλαντον] neuter of a presumed derivative of the original form of τλάω (to bear; equivalent to {{g5342}}); a balance (as supporting weights), i.e. (by implication) a certain weight (and thence a coin or rather sum of money) or \"talent\"","strongs_number":"g5007"},"g5008":{"pronunciation":"tal-ee-thah'","unicode":"ταλιθά","translit":"talithá","definition":"[ταλιθά] of Chaldee origin (compare {{h2924}}); the fresh, i.e. young girl; talitha (O maiden)","strongs_number":"g5008"},"g5009":{"pronunciation":"tam-i'-on","unicode":"ταμεῖον","translit":"tameîon","definition":"[ταμεῖον] neuter contraction of a presumed derivative of ταμίας (a dispenser or distributor; akin to τέμνω, to cut); a dispensary or magazine, i.e. a chamber on the ground-floor or interior of an Oriental house (generally used for storage or privacy, a spot for retirement)","strongs_number":"g5009"},"g5010":{"pronunciation":"tax'-is","unicode":"τάξις","translit":"táxis","definition":"[τάξις] from {{g5021}}; regular arrangement, i.e. (in time) fixed succession (of rank or character), official dignity","strongs_number":"g5010"},"g5011":{"pronunciation":"tap-i-nos'","unicode":"ταπεινός","translit":"tapeinós","definition":"[ταπεινός] of uncertain derivation; depressed, i.e. (figuratively) humiliated (in circumstances or disposition)","strongs_number":"g5011"},"g5012":{"pronunciation":"tap-i-nof-ros-oo'-nay","unicode":"ταπεινοφροσύνη","translit":"tapeinophrosýnē","definition":"[ταπεινοφροσύνη] from a compound of {{g5011}} and the base of {{g5424}}; humiliation of mind, i.e. modesty","strongs_number":"g5012"},"g5013":{"pronunciation":"tap-i-no'-o","unicode":"ταπεινόω","translit":"tapeinóō","definition":"[ταπεινόω] from {{g5011}}; to depress; figuratively, to humiliate (in condition or heart)","strongs_number":"g5013"},"g5014":{"pronunciation":"tap-i'-no-sis","unicode":"ταπείνωσις","translit":"tapeínōsis","definition":"[ταπείνωσις] from {{g5013}}; depression (in rank or feeling)","strongs_number":"g5014"},"g5015":{"pronunciation":"tar-as'-so","unicode":"ταράσσω","translit":"tarássō","definition":"[ταράσσω] of uncertain affinity; to stir or agitate (roil water)","strongs_number":"g5015"},"g5016":{"pronunciation":"tar-akh-ay'","unicode":"ταραχή","translit":"tarachḗ","definition":"[ταραχή] feminine from {{g5015}}; disturbance, i.e. (of water) roiling, or (of a mob) sedition","strongs_number":"g5016"},"g5017":{"pronunciation":"tar'-akh-os","unicode":"τάραχος","translit":"tárachos","definition":"[τάραχος] masculine from {{g5015}}; a disturbance, i.e. (popular) tumult","strongs_number":"g5017"},"g5018":{"pronunciation":"tar-syoos'","unicode":"Ταρσεύς","translit":"Tarseús","definition":"[Ταρσεύς] from {{g5019}}; a Tarsean, i.e. native of Tarsus","strongs_number":"g5018"},"g5019":{"pronunciation":"tar-sos'","unicode":"Ταρσός","translit":"Tarsós","definition":"[Ταρσός] perhaps the same as ταρσός (a flat basket); Tarsus, a place in Asia Minor","strongs_number":"g5019"},"g5020":{"pronunciation":"tar-tar-o'-o","unicode":"ταρταρόω","translit":"tartaróō","definition":"[ταρταρόω] from Τάρταρος (the deepest abyss of Hades); to incarcerate in eternal torment","strongs_number":"g5020"},"g5021":{"pronunciation":"tas'-so","unicode":"τάσσω","translit":"tássō","definition":"[τάσσω] a prolonged form of a primary verb (which latter appears only in certain tenses); to arrange in an orderly manner, i.e. assign or dispose (to a certain position or lot)","strongs_number":"g5021"},"g5022":{"pronunciation":"tow'-ros","unicode":"ταῦρος","translit":"taûros","definition":"[ταῦρος] apparently a primary word (compare {{h8450}}, \"steer\"); a bullock","strongs_number":"g5022"},"g5023":{"pronunciation":"tow'-tah","unicode":"ταῦτα","translit":"taûta","definition":"[ταῦτα] nominative or accusative case neuter plural of {{g3778}}; these things","strongs_number":"g5023"},"g5024":{"pronunciation":"tow-tah'","unicode":"ταὐτά","translit":"tautá","definition":"[ταὐτά] neuter plural of {{g3588}} and {{g846}} as adverb; in the same way","strongs_number":"g5024"},"g5025":{"pronunciation":"tow'-taheece","unicode":"ταύταις","translit":"taútais","definition":"[ταύταις] , and ταύταςdative case and accusative case feminine plural respectively of {{g3778}}; (to or with or by, etc.) these","strongs_number":"g5025"},"g5026":{"pronunciation":"tow'-tay","unicode":"ταύτῃ","translit":"taútēi","definition":"[ταύτῃ] , and ταύτην, and ταύτηςdative case, accusative case and genitive case respectively of the feminine singular of {{g3778}}; (towards or of) this","strongs_number":"g5026"},"g5027":{"pronunciation":"taf-ay'","unicode":"ταφή","translit":"taphḗ","definition":"[ταφή] feminine from {{g2290}}; burial (the act)","strongs_number":"g5027"},"g5028":{"pronunciation":"taf'-os","unicode":"τάφος","translit":"táphos","definition":"[τάφος] masculine from {{g2290}}; a grave (the place of interment)","strongs_number":"g5028"},"g5029":{"pronunciation":"takh'-ah","unicode":"τάχα","translit":"tácha","definition":"[τάχα] as if neuter plural of {{g5036}} (adverbially); shortly, i.e. (figuratively) possibly","strongs_number":"g5029"},"g5030":{"pronunciation":"takh-eh'-oce","unicode":"ταχέως","translit":"tachéōs","definition":"[ταχέως] adverb from {{g5036}}; briefly, i.e. (in time) speedily, or (in manner) rapidly","strongs_number":"g5030"},"g5031":{"pronunciation":"takh-ee-nos'","unicode":"ταχινός","translit":"tachinós","definition":"[ταχινός] from {{g5034}}; curt, i.e. impending","strongs_number":"g5031"},"g5032":{"pronunciation":"takh'-ee-on","unicode":"τάχιον","translit":"táchion","definition":"[τάχιον] neuter singular of the comparative of {{g5036}} (as adverb); more swiftly, i.e. (in manner) more rapidly, or (in time) more speedily","strongs_number":"g5032"},"g5033":{"pronunciation":"takh'-is-tah","unicode":"τάχιστα","translit":"táchista","definition":"[τάχιστα] neuter plural of the superlative of {{g5036}} (as adverb); most quickly, i.e. (with {{g5613}} prefixed) as soon as possible","strongs_number":"g5033"},"g5034":{"pronunciation":"takh'-os","unicode":"τάχος","translit":"táchos","definition":"[τάχος] from the same as {{g5036}}; a brief space (of time), i.e. (with {{g1722}} prefixed) in haste","strongs_number":"g5034"},"g5035":{"pronunciation":"takh-oo'","unicode":"ταχύ","translit":"tachý","definition":"[ταχύ] neuter singular of {{g5036}} (as adverb); shortly, i.e. without delay, soon, or (by surprise) suddenly, or (by implication, of ease) readily","strongs_number":"g5035"},"g5036":{"pronunciation":"takh-oos'","unicode":"ταχύς","translit":"tachýs","definition":"[ταχύς] of uncertain affinity; fleet, i.e. (figuratively) prompt or ready","strongs_number":"g5036"},"g5037":{"pronunciation":"teh","unicode":"τέ","translit":"té","definition":"[τέ] a primary particle (enclitic) of connection or addition; both or also (properly, as correlation of {{g2532}}) Often used in composition, usually as the latter participle.","strongs_number":"g5037"},"g5038":{"pronunciation":"ti'-khos","unicode":"τεῖχος","translit":"teîchos","definition":"[τεῖχος] akin to the base of {{g5088}}; a wall (as formative of a house)","strongs_number":"g5038"},"g5039":{"pronunciation":"tek-may'-ree-on","unicode":"τεκμήριον","translit":"tekmḗrion","definition":"[τεκμήριον] neuter of a presumed derivative of τεκμάρ (a goal or fixed limit); a token (as defining a fact), i.e. criterion of certainty","strongs_number":"g5039"},"g5040":{"pronunciation":"tek-nee'-on","unicode":"τεκνίον","translit":"tekníon","definition":"[τεκνίον] diminutive of {{g5043}}; an infant, i.e. (plural figuratively) darlings (Christian converts)","strongs_number":"g5040"},"g5041":{"pronunciation":"tek-nog-on-eh'-o","unicode":"τεκνογονέω","translit":"teknogonéō","definition":"[τεκνογονέω] from a compound of {{g5043}} and the base of {{g1096}}; to be a child-bearer, i.e. parent (mother)","strongs_number":"g5041"},"g5042":{"pronunciation":"tek-nog-on-ee'-ah","unicode":"τεκνογονία","translit":"teknogonía","definition":"[τεκνογονία] from the same as {{g5041}}; childbirth (parentage), i.e. (by implication) maternity (the performance of maternal duties)","strongs_number":"g5042"},"g5043":{"pronunciation":"tek'-non","unicode":"τέκνον","translit":"téknon","definition":"[τέκνον] from the base of {{g5088}}; a child (as produced)","strongs_number":"g5043"},"g5044":{"pronunciation":"tek-not-rof-eh'-o","unicode":"τεκνοτροφέω","translit":"teknotrophéō","definition":"[τεκνοτροφέω] from a compound of {{g5043}} and {{g5142}}; to be a childrearer, i.e. fulfil the duties of a female parent","strongs_number":"g5044"},"g5045":{"pronunciation":"tek'-tone","unicode":"τέκτων","translit":"téktōn","definition":"[τέκτων] from the base of {{g5098}}; an artificer (as producer of fabrics), i.e. (specially), a craftsman in wood","strongs_number":"g5045"},"g5046":{"pronunciation":"tel'-i-os","unicode":"τέλειος","translit":"téleios","definition":"[τέλειος] from {{g5056}}; complete (in various applications of labor, growth, mental and moral character, etc.); neuter (as noun, with {{g3588}}) completeness","strongs_number":"g5046"},"g5047":{"pronunciation":"tel-i-ot'-ace","unicode":"τελειότης","translit":"teleiótēs","definition":"[τελειότης] from {{g5046}}; (the state) completeness (mentally or morally)","strongs_number":"g5047"},"g5048":{"pronunciation":"tel-i-o'-o","unicode":"τελειόω","translit":"teleióō","definition":"[τελειόω] from {{g5046}}; to complete, i.e. (literally) accomplish, or (figuratively) consummate (in character)","strongs_number":"g5048"},"g5049":{"pronunciation":"tel-i'-oce","unicode":"τελείως","translit":"teleíōs","definition":"[τελείως] adverb from {{g5046}}; completely, i.e. (of hope) without wavering","strongs_number":"g5049"},"g5050":{"pronunciation":"tel-i'-o-sis","unicode":"τελείωσις","translit":"teleíōsis","definition":"[τελείωσις] from {{g5448}}; (the act) completion, i.e. (of prophecy) verification, or (of expiation) absolution","strongs_number":"g5050"},"g5051":{"pronunciation":"tel-i-o-tace'","unicode":"τελειωτής","translit":"teleiōtḗs","definition":"[τελειωτής] from {{g5048}}; a completer, i.e. consummater","strongs_number":"g5051"},"g5052":{"pronunciation":"tel-es-for-eh'-o","unicode":"τελεσφορέω","translit":"telesphoréō","definition":"[τελεσφορέω] from a compound of {{g5056}} and {{g5342}}; to be a bearer to completion (maturity), i.e. to ripen fruit (figuratively)","strongs_number":"g5052"},"g5053":{"pronunciation":"tel-yoo-tah'-o","unicode":"τελευτάω","translit":"teleutáō","definition":"[τελευτάω] from a presumed derivative of {{g5055}}; to finish life (by implication, of {{g979}}), i.e. expire (demise)","strongs_number":"g5053"},"g5054":{"pronunciation":"tel-yoo-tay'","unicode":"τελευτή","translit":"teleutḗ","definition":"[τελευτή] from {{g5053}}; decease","strongs_number":"g5054"},"g5055":{"pronunciation":"tel-eh'-o","unicode":"τελέω","translit":"teléō","definition":"[τελέω] from {{g5056}}; to end, i.e. complete, execute, conclude, discharge (a debt)","strongs_number":"g5055"},"g5056":{"pronunciation":"tel'-os","unicode":"τέλος","translit":"télos","definition":"[τέλος] from a primary τέλλω (to set out for a definite point or goal); properly, the point aimed at as a limit, i.e. (by implication) the conclusion of an act or state (termination (literally, figuratively or indefinitely), result (immediate, ultimate or prophetic), purpose); specially, an impost or levy (as paid) Compare {{g5411}}.","strongs_number":"g5056"},"g5057":{"pronunciation":"tel-o'-nace","unicode":"τελώνης","translit":"telṓnēs","definition":"[τελώνης] from {{g5056}} and {{g5608}}; a tax-farmer, i.e. collector of public revenue","strongs_number":"g5057"},"g5058":{"pronunciation":"tel-o'-nee-on","unicode":"τελώνιον","translit":"telṓnion","definition":"[τελώνιον] neuter of a presumed derivative of {{g5057}}; a tax-gatherer's place of business","strongs_number":"g5058"},"g5059":{"pronunciation":"ter'-as","unicode":"τέρας","translit":"téras","definition":"[τέρας] of uncertain affinity; a prodigy or omen","strongs_number":"g5059"},"g5060":{"pronunciation":"ter'-tee-os","unicode":"Τέρτιος","translit":"Tértios","definition":"[Τέρτιος] of Latin origin; third; Tertius, a Christian","strongs_number":"g5060"},"g5061":{"pronunciation":"ter'-tool-los","unicode":"Τέρτυλλος","translit":"Tértyllos","definition":"[Τέρτυλλος] of uncertain derivation; Tertullus, a Roman","strongs_number":"g5061"},"g5062":{"pronunciation":"tes-sar-ak'-on-tah","unicode":"τεσσαράκοντα","translit":"tessarákonta","definition":"[τεσσαράκοντα] the decade of {{g5064}}; forty","strongs_number":"g5062"},"g5063":{"pronunciation":"tes-sar-ak-on-tah-et-ace'","unicode":"τεσσαρακονταετής","translit":"tessarakontaetḗs","definition":"[τεσσαρακονταετής] from {{g5062}} and {{g2094}}; of forty years of age","strongs_number":"g5063"},"g5064":{"pronunciation":"tes'-sar-es","unicode":"τέσσαρες","translit":"téssares","definition":"[τέσσαρες] , or neuter τέσσαραa plural number; four","strongs_number":"g5064"},"g5065":{"pronunciation":"tes-sar-es-kahee-dek'-at-os","unicode":"τεσσαρεσκαιδέκατος","translit":"tessareskaidékatos","definition":"[τεσσαρεσκαιδέκατος] from {{g5064}} and {{g2532}} and {{g1182}}; fourteenth","strongs_number":"g5065"},"g5066":{"pronunciation":"tet-ar-tah'-yos","unicode":"τεταρταῖος","translit":"tetartaîos","definition":"[τεταρταῖος] from {{g5064}}; pertaining to the fourth day","strongs_number":"g5066"},"g5067":{"pronunciation":"tet'-ar-tos","unicode":"τέταρτος","translit":"tétartos","definition":"[τέταρτος] ordinal from {{g5064}}; fourth","strongs_number":"g5067"},"g5068":{"pronunciation":"tet-rag'-o-nos","unicode":"τετράγωνος","translit":"tetrágōnos","definition":"[τετράγωνος] from {{g5064}} and {{g1137}}; four-cornered, i.e. square","strongs_number":"g5068"},"g5069":{"pronunciation":"tet-rad'-ee-on","unicode":"τετράδιον","translit":"tetrádion","definition":"[τετράδιον] neuter of a presumed derivative of τέτρας (a tetrad; from {{g5064}}); a quaternion or squad (picket) of four Roman soldiers","strongs_number":"g5069"},"g5070":{"pronunciation":"tet-rak-is-khil'-ee-oy","unicode":"τετρακισχίλιοι","translit":"tetrakischílioi","definition":"[τετρακισχίλιοι] from the multiplicative adverb of {{g5064}} and {{g5507}}; four times a thousand","strongs_number":"g5070"},"g5071":{"pronunciation":"tet-rak-os'-ee-oy","unicode":"τετρακόσιοι","translit":"tetrakósioi","definition":"[τετρακόσιοι] , or neuter τετρακόσιαplural from {{g5064}} and {{g1540}}; four hundred","strongs_number":"g5071"},"g5072":{"pronunciation":"tet-ram'-ay-non","unicode":"τετράμηνον","translit":"tetrámēnon","definition":"[τετράμηνον] neuter of a compound of {{g5064}} and {{g3376}}; a four months' space","strongs_number":"g5072"},"g5073":{"pronunciation":"tet-rap-lo'-os","unicode":"τετραπλόος","translit":"tetraplóos","definition":"[τετραπλόος] from {{g5064}} and a derivative of the base of {{g4118}}; quadruple","strongs_number":"g5073"},"g5074":{"pronunciation":"tet-rap'-ooce","unicode":"τετράπους","translit":"tetrápous","definition":"[τετράπους] from {{g5064}} and {{g4228}}; a quadruped","strongs_number":"g5074"},"g5075":{"pronunciation":"tet-rar-kheh'-o","unicode":"τετραρχέω","translit":"tetrarchéō","definition":"[τετραρχέω] from {{g5076}}; to be a tetrarch","strongs_number":"g5075"},"g5076":{"pronunciation":"tet-rar'-khace","unicode":"τετράρχης","translit":"tetrárchēs","definition":"[τετράρχης] from {{g5064}} and {{g757}}; the ruler of a fourth part of a country (\"tetrarch\")","strongs_number":"g5076"},"g5077":{"pronunciation":"tef-ro'-o","unicode":"τεφρόω","translit":"tephróō","definition":"[τεφρόω] from τέφρα (ashes); to incinerate, i.e. consume","strongs_number":"g5077"},"g5078":{"pronunciation":"tekh'-nay","unicode":"τέχνη","translit":"téchnē","definition":"[τέχνη] from the base of {{g5088}}; art (as productive), i.e. (specially), a trade, or (generally) skill","strongs_number":"g5078"},"g5079":{"pronunciation":"tekh-nee'-tace","unicode":"τεχνίτης","translit":"technítēs","definition":"[τεχνίτης] from {{g5078}}; an artisan; figuratively, a founder (Creator)","strongs_number":"g5079"},"g5080":{"pronunciation":"tay'-ko","unicode":"τήκω","translit":"tḗkō","definition":"[τήκω] apparently a primary verb; to liquefy","strongs_number":"g5080"},"g5081":{"pronunciation":"tay-low-goce'","unicode":"τηλαυγῶς","translit":"tēlaugōs","definition":"[τηλαυγῶς] adverb from a compound of a derivative of {{g5056}} and {{g827}}; in a far-shining manner, i.e. plainly","strongs_number":"g5081"},"g5082":{"pronunciation":"tay-lik-oo'-tos","unicode":"τηλικοῦτος","translit":"tēlikoûtos","definition":"[τηλικοῦτος] , or feminine τηλικαύτηfrom a compound of {{g3588}} with {{g2245}} and {{g3778}}; such as this, i.e. (in (figurative) magnitude) so vast","strongs_number":"g5082"},"g5083":{"pronunciation":"tay-reh'-o","unicode":"τηρέω","translit":"tēréō","definition":"[τηρέω] from τερός (a watch; perhaps akin to {{g2334}}); to guard (from loss or injury, properly, by keeping the eye upon; and thus differing from {{g5442}}, which is properly to prevent escaping; and from {{g2892}}, which implies a fortress or full military lines of apparatus), i.e. to note (a prophecy; figuratively, to fulfil a command); by implication, to detain (in custody; figuratively, to maintain); by extension, to withhold (for personal ends; figuratively, to keep unmarried); by extension, to withhold (for personal ends; figuratively, to keep unmarried)","strongs_number":"g5083"},"g5084":{"pronunciation":"tay'-ray-sis","unicode":"τήρησις","translit":"tḗrēsis","definition":"[τήρησις] from {{g5083}}; a watching, i.e. (figuratively) observance, or (concretely) a prison","strongs_number":"g5084"},"g5085":{"pronunciation":"tib-er-ee-as'","unicode":"Τιβεριάς","translit":"Tiberiás","definition":"[Τιβεριάς] from {{g5086}}; Tiberias, the name of a town and a lake in Palestine","strongs_number":"g5085"},"g5086":{"pronunciation":"tib-er'-ee-os","unicode":"Τιβέριος","translit":"Tibérios","definition":"[Τιβέριος] of Latin origin; probably pertaining to the river Tiberis or Tiber; Tiberius, a Roman emperor","strongs_number":"g5086"},"g5087":{"pronunciation":"tith'-ay-mee","unicode":"τίθημι","translit":"títhēmi","definition":"[τίθημι] ; a prolonged form of a primary θέω (which is used only as alternate in certain tenses); to place (in the widest application, literally and figuratively; properly, in a passive or horizontal posture, and thus different from {{g2476}}, which properly denotes an upright and active position, while {{g2749}} is properly reflexive and utterly prostrate)","strongs_number":"g5087"},"g5088":{"pronunciation":"tik'-to","unicode":"τίκτω","translit":"tíktō","definition":"[τίκτω] a strengthened form of a primary τέκω (which is used only as alternate in certain tenses); to produce (from seed, as a mother, a plant, the earth, etc.), literally or figuratively","strongs_number":"g5088"},"g5089":{"pronunciation":"til'-lo","unicode":"τίλλω","translit":"tíllō","definition":"[τίλλω] perhaps akin to the alternate of {{g138}}, and thus to {{g4951}}; to pull off","strongs_number":"g5089"},"g5090":{"pronunciation":"tim'-ah-yos","unicode":"Τιμαῖος","translit":"Timaîos","definition":"[Τιμαῖος] probably of Chaldee origin (compare {{h2931}}); Timæus (i.e. Timay), an Israelite","strongs_number":"g5090"},"g5091":{"pronunciation":"tim-ah'-o","unicode":"τιμάω","translit":"timáō","definition":"[τιμάω] from {{g5093}}; to prize, i.e. fix a valuation upon; by implication, to revere","strongs_number":"g5091"},"g5092":{"pronunciation":"tee-may'","unicode":"τιμή","translit":"timḗ","definition":"[τιμή] from {{g5099}}; a value, i.e. money paid, or (concretely and collectively) valuables; by analogy, esteem (especially of the highest degree), or the dignity itself","strongs_number":"g5092"},"g5093":{"pronunciation":"tim'-ee-os","unicode":"τίμιος","translit":"tímios","definition":"[τίμιος] , including the comparative τιμιώτερος, and the superlative τιμιώτατοςfrom {{g5092}}; valuable, i.e. (objectively) costly, or (subjectively) honored, esteemed, or (figuratively) beloved","strongs_number":"g5093"},"g5094":{"pronunciation":"tim-ee-ot'-ace","unicode":"τιμιότης","translit":"timiótēs","definition":"[τιμιότης] from {{g5093}}; expensiveness, i.e. (by implication) magnificence","strongs_number":"g5094"},"g5095":{"pronunciation":"tee-moth'-eh-os","unicode":"Τιμόθεος","translit":"Timótheos","definition":"[Τιμόθεος] from {{g5092}} and {{g2316}}; dear to God; Timotheus, a Christian","strongs_number":"g5095"},"g5096":{"pronunciation":"tee'-mone","unicode":"Τίμων","translit":"Tímōn","definition":"[Τίμων] from {{g5092}}; valuable; Timon, a Christian","strongs_number":"g5096"},"g5097":{"pronunciation":"tim-o-reh'-o","unicode":"τιμωρέω","translit":"timōréō","definition":"[τιμωρέω] from a comparative of {{g5092}} and οὖρος ouros (a guard); properly, to protect one's honor, i.e. to avenge (inflict a penalty)","strongs_number":"g5097"},"g5098":{"pronunciation":"tee-mo-ree'-ah","unicode":"τιμωρία","translit":"timōría","definition":"[τιμωρία] from {{g5097}}; vindication, i.e. (by implication) a penalty","strongs_number":"g5098"},"g5099":{"pronunciation":"tee'-no","unicode":"τίνω","translit":"tínō","definition":"[τίνω] ; strengthened for a primary τίω (which is only used as an alternate in certain tenses); to pay a price, i.e. as a penalty","strongs_number":"g5099"},"g5100":{"pronunciation":"tis","unicode":"τὶς","translit":"tìs","definition":"[τὶς] an enclitic indefinite pronoun; some or any person or object","strongs_number":"g5100"}}
@@ -0,0 +1 @@
1
+ {"g5101":{"pronunciation":"tis","unicode":"τίς","translit":"tís","definition":"[τίς] probably emphatic of {{g5100}}; an interrogative pronoun, who, which or what (in direct or indirect questions)","strongs_number":"g5101"},"g5102":{"pronunciation":"tit'-los","unicode":"τίτλος","translit":"títlos","definition":"[τίτλος] of Latin origin; a titulus or \"title\" (placard)","strongs_number":"g5102"},"g5103":{"pronunciation":"tee'-tos","unicode":"Τίτος","translit":"Títos","definition":"[Τίτος] of Latin origin but uncertain significance; Titus, a Christian","strongs_number":"g5103"},"g5104":{"pronunciation":"toy","unicode":"τοί","translit":"toí","definition":"[τοί] probably for the dative case of {{g3588}}; an enclitic particle of asseveration by way of contrast; in sooth)","strongs_number":"g5104"},"g5105":{"pronunciation":"toy-gar-oon'","unicode":"τοιγαροῦν","translit":"toigaroûn","definition":"[τοιγαροῦν] from {{g5104}} and {{g1063}} and {{g3767}}; truly for then, i.e. consequently","strongs_number":"g5105"},"g5106":{"pronunciation":"toy'-noon","unicode":"τοίνυν","translit":"toínyn","definition":"[τοίνυν] from {{g5104}} and {{g3568}}; truly now, i.e. accordingly","strongs_number":"g5106"},"g5107":{"pronunciation":"toy-os'-deh","unicode":"τοιόσδε","translit":"toiósde","definition":"[τοιόσδε] (including the other inflections); from a derivative of 5104 and {{g1161}}; such-like then, i.e. so great","strongs_number":"g5107"},"g5108":{"pronunciation":"toy-oo'-tos","unicode":"τοιοῦτος","translit":"toioûtos","definition":"[τοιοῦτος] (including the other inflections); from {{g5104}} and {{g3778}}; truly this, i.e. of this sort (to denote character or individuality)","strongs_number":"g5108"},"g5109":{"pronunciation":"toy'-khos","unicode":"τοῖχος","translit":"toîchos","definition":"[τοῖχος] another form of {{g5038}}; a wall","strongs_number":"g5109"},"g5110":{"pronunciation":"tok'-os","unicode":"τόκος","translit":"tókos","definition":"[τόκος] from the base of {{g5088}}; interest on money loaned (as a produce)","strongs_number":"g5110"},"g5111":{"pronunciation":"tol-mah'-o","unicode":"τολμάω","translit":"tolmáō","definition":"[τολμάω] from τόλμα (boldness; probably itself from the base of {{g5056}} through the idea of extreme conduct); to venture (objectively or in act; while {{g2292}} is rather subjective or in feeling); by implication, to be courageous","strongs_number":"g5111"},"g5112":{"pronunciation":"tol-may-rot'-er-on","unicode":"τολμηρότερον","translit":"tolmēróteron","definition":"[τολμηρότερον] neuter of the compound of a derivative of the base of 5111 (as adverb); more daringly, i.e. with greater confidence than otherwise","strongs_number":"g5112"},"g5113":{"pronunciation":"tol-may-tace'","unicode":"τολμητής","translit":"tolmētḗs","definition":"[τολμητής] from {{g5111}}; a daring (audacious) man","strongs_number":"g5113"},"g5114":{"pronunciation":"tom-o'-ter-os","unicode":"τομώτερος","translit":"tomṓteros","definition":"[τομώτερος] comparative of a derivative of the primary τέμνω (to cut; more comprehensive or decisive than {{g2875}}, as if by a single stroke; whereas that implies repeated blows, like hacking); more keen","strongs_number":"g5114"},"g5115":{"pronunciation":"tox'-on","unicode":"τόξον","translit":"tóxon","definition":"[τόξον] from the base of {{g5088}}; a bow (apparently as the simplest fabric)","strongs_number":"g5115"},"g5116":{"pronunciation":"top-ad'-zee-on","unicode":"τοπάζιον","translit":"topázion","definition":"[τοπάζιον] neuter of a presumed derivative (alternately) of τόπαζος (a \"topaz\"; of uncertain origin); a gem, probably the chrysolite","strongs_number":"g5116"},"g5117":{"pronunciation":"top'-os","unicode":"τόπος","translit":"tópos","definition":"[τόπος] apparently a primary word; a spot (general in space, but limited by occupancy; whereas {{g5561}} is a large but participle locality), i.e. location (as a position, home, tract, etc.); figuratively, condition, opportunity; specially, a scabbard","strongs_number":"g5117"},"g5118":{"pronunciation":"tos-oo'-tos","unicode":"τοσοῦτος","translit":"tosoûtos","definition":"[τοσοῦτος] from τόσος (so much; apparently from {{g3588}} and {{g3739}}) and {{g3778}} (including its variations); so vast as this, i.e. such (in quantity, amount, number of space)","strongs_number":"g5118"},"g5119":{"pronunciation":"tot'-eh","unicode":"τότε","translit":"tóte","definition":"[τότε] from (the neuter of) {{g3588}} and {{g3753}}; the when, i.e. at the time that (of the past or future, also in consecution)","strongs_number":"g5119"},"g5120":{"pronunciation":"too","unicode":"τοῦ","translit":"toû","definition":"[τοῦ] properly, the genitive case of {{g3588}}; sometimes used for {{g5127}}; of this person","strongs_number":"g5120"},"g5121":{"pronunciation":"too-nan-tee'-on","unicode":"τοὐναντίον","translit":"tounantíon","definition":"[τοὐναντίον] contraction for the neuter of {{g3588}} and {{g1726}}; on the contrary","strongs_number":"g5121"},"g5122":{"pronunciation":"too'-no-mah","unicode":"τοὔνομα","translit":"toúnoma","definition":"[τοὔνομα] contraction for the neuter of {{g3588}} and {{g3686}}; the name (is)","strongs_number":"g5122"},"g5123":{"pronunciation":"toot-es'-tee","unicode":"τουτέστι","translit":"toutésti","definition":"[τουτέστι] contraction for {{g5124}} and {{g2076}}; that is","strongs_number":"g5123"},"g5124":{"pronunciation":"too'-to","unicode":"τοῦτο","translit":"toûto","definition":"[τοῦτο] neuter singular nominative or accusative case of {{g3778}}; that thing","strongs_number":"g5124"},"g5125":{"pronunciation":"too'-toice","unicode":"τούτοις","translit":"toútois","definition":"[τούτοις] dative case plural masculine or neuter of {{g3778}}; to (for, in, with or by) these (persons or things)","strongs_number":"g5125"},"g5126":{"pronunciation":"too'-ton","unicode":"τοῦτον","translit":"toûton","definition":"[τοῦτον] accusative case singular masculine of {{g3778}}; this (person, as objective of verb or preposition)","strongs_number":"g5126"},"g5127":{"pronunciation":"too'-too","unicode":"τούτου","translit":"toútou","definition":"[τούτου] genitive case singular masculine or neuter of {{g3778}}; of (from or concerning) this (person or thing)","strongs_number":"g5127"},"g5128":{"pronunciation":"too'-tooce","unicode":"τούτους","translit":"toútous","definition":"[τούτους] accusative case plural masculine of {{g3778}}; these (persons, as objective of verb or preposition)","strongs_number":"g5128"},"g5129":{"pronunciation":"too'-to","unicode":"τούτῳ","translit":"toútōi","definition":"[τούτῳ] dative case singular masculine or neuter of {{g3778}}; to (in, with or by) this (person or thing)","strongs_number":"g5129"},"g5130":{"pronunciation":"too'-tone","unicode":"τούτων","translit":"toútōn","definition":"[τούτων] genitive case plural masculine or neuter of {{g3778}}; of (from or concerning) these (persons or things)","strongs_number":"g5130"},"g5131":{"pronunciation":"trag'-os","unicode":"τράγος","translit":"trágos","definition":"[τράγος] from the base of {{g5176}}; a he-goat (as a gnawer)","strongs_number":"g5131"},"g5132":{"pronunciation":"trap'-ed-zah","unicode":"τράπεζα","translit":"trápeza","definition":"[τράπεζα] probably contracted from {{g5064}} and {{g3979}}; a table or stool (as being four-legged), usually for food (figuratively, a meal); also a counter for money (figuratively, a broker's office for loans at interest)","strongs_number":"g5132"},"g5133":{"pronunciation":"trap-ed-zee'-tace","unicode":"τραπεζίτης","translit":"trapezítēs","definition":"[τραπεζίτης] from {{g5132}}; a money-broker or banker","strongs_number":"g5133"},"g5134":{"pronunciation":"trow'-mah","unicode":"τραῦμα","translit":"traûma","definition":"[τραῦμα] from the base of τιτρώσκω (to wound; akin to the base of {{g2352}}, {{g5147}}, {{g5149}}, etc.); a wound","strongs_number":"g5134"},"g5135":{"pronunciation":"trow-mat-id'-zo","unicode":"τραυματίζω","translit":"traumatízō","definition":"[τραυματίζω] from {{g5134}}; to inflict a wound","strongs_number":"g5135"},"g5136":{"pronunciation":"trakh-ay-lid'-zo","unicode":"τραχηλίζω","translit":"trachēlízō","definition":"[τραχηλίζω] from {{g5137}}; to seize by the throat or neck, i.e. to expose the gullet of a victim for killing (generally, to lay bare)","strongs_number":"g5136"},"g5137":{"pronunciation":"trakh'-ay-los","unicode":"τράχηλος","translit":"tráchēlos","definition":"[τράχηλος] probably from {{g5143}} (through the idea of mobility); the throat (neck), i.e. (figuratively) life","strongs_number":"g5137"},"g5138":{"pronunciation":"trakh-oos'","unicode":"τραχύς","translit":"trachýs","definition":"[τραχύς] perhaps strengthened from the base of {{g4486}} (as if jagged by rents); uneven, rocky (reefy)","strongs_number":"g5138"},"g5139":{"pronunciation":"trakh-o-nee'-tis","unicode":"Τραχωνῖτις","translit":"Trachōnîtis","definition":"[Τραχωνῖτις] from a derivative of {{g5138}}; rough district; Trachonitis, a region of Syria","strongs_number":"g5139"},"g5140":{"pronunciation":"trice","unicode":"τρεῖς","translit":"treîs","definition":"[τρεῖς] , or neuter τρίαa primary (plural) number; \"three\"","strongs_number":"g5140"},"g5141":{"pronunciation":"trem'-o","unicode":"τρέμω","translit":"trémō","definition":"[τρέμω] strengthened from a primary τρέω (to \"dread\", \"terrify\"); to \"tremble\" or fear","strongs_number":"g5141"},"g5142":{"pronunciation":"tref'-o","unicode":"τρέφω","translit":"tréphō","definition":"[τρέφω] a primary verb (properly, τρέφω; but perhaps strengthened from the base of {{g5157}} through the idea of convolution); properly, to stiffen, i.e. fatten (by implication, to cherish (with food, etc.), pamper, rear)","strongs_number":"g5142"},"g5143":{"pronunciation":"trekh'-o","unicode":"τρέχω","translit":"tréchō","definition":"[τρέχω] apparently a primary verb (properly, θρέχω; compare {{g2359}}); which uses δρέμω (the base of {{g1408}}) as alternate in certain tenses; to run or walk hastily (literally or figuratively)","strongs_number":"g5143"},"g5144":{"pronunciation":"tree-ak'-on-tah","unicode":"τριάκοντα","translit":"triákonta","definition":"[τριάκοντα] the decade of {{g5140}}; thirty","strongs_number":"g5144"},"g5145":{"pronunciation":"tree-ak-os'-ee-oy","unicode":"τριακόσιοι","translit":"triakósioi","definition":"[τριακόσιοι] plural from {{g5140}} and {{g1540}}; three hundred","strongs_number":"g5145"},"g5146":{"pronunciation":"trib'-ol-os","unicode":"τρίβολος","translit":"tríbolos","definition":"[τρίβολος] from {{g5140}} and {{g956}}; properly, a crow-foot (three-pronged obstruction in war), i.e. (by analogy) a thorny plant (caltrop)","strongs_number":"g5146"},"g5147":{"pronunciation":"tree'-bos","unicode":"τρίβος","translit":"tríbos","definition":"[τρίβος] from τρίβω (to \"rub\"; akin to τείρω, τρύω, and the base of {{g5131}}, {{g5134}}); a rut or worn track","strongs_number":"g5147"},"g5148":{"pronunciation":"tree-et-ee'-ah","unicode":"τριετία","translit":"trietía","definition":"[τριετία] from a compound of {{g5140}} and {{g2094}}; a three years' period (triennium)","strongs_number":"g5148"},"g5149":{"pronunciation":"trid'-zo","unicode":"τρίζω","translit":"trízō","definition":"[τρίζω] apparently a primary verb; to creak (squeak), i.e. (by analogy) to grate the teeth (in frenzy)","strongs_number":"g5149"},"g5150":{"pronunciation":"trim'-ay-non","unicode":"τρίμηνον","translit":"trímēnon","definition":"[τρίμηνον] neuter of a compound of {{g5140}} and {{g3376}} as noun; a three months' space","strongs_number":"g5150"},"g5151":{"pronunciation":"trece","unicode":"τρίς","translit":"trís","definition":"[τρίς] adverb from {{g5140}}; three times","strongs_number":"g5151"},"g5152":{"pronunciation":"tris'-teg-on","unicode":"τρίστεγον","translit":"trístegon","definition":"[τρίστεγον] neuter of a compound of {{g5140}} and {{g4721}} as noun; a third roof (story)","strongs_number":"g5152"},"g5153":{"pronunciation":"tris-khil'-ee-oy","unicode":"τρισχίλιοι","translit":"trischílioi","definition":"[τρισχίλιοι] from {{g5151}} and {{g5507}}; three times a thousand","strongs_number":"g5153"},"g5154":{"pronunciation":"tree'-tos","unicode":"τρίτος","translit":"trítos","definition":"[τρίτος] ordinal from {{g5140}}; third; neuter (as noun) a third part, or (as adverb) a (or the) third time, thirdly","strongs_number":"g5154"},"g5155":{"pronunciation":"trikh'-ee-nos","unicode":"τρίχινος","translit":"tríchinos","definition":"[τρίχινος] from {{g2359}}; hairy, i.e. made of hair (mohair)","strongs_number":"g5155"},"g5156":{"pronunciation":"trom'-os","unicode":"τρόμος","translit":"trómos","definition":"[τρόμος] from {{g5141}}; a \"trembling\", i.e. quaking with fear","strongs_number":"g5156"},"g5157":{"pronunciation":"trop-ay'","unicode":"τροπή","translit":"tropḗ","definition":"[τροπή] from an apparently primary τρέπω to turn; a turn (\"trope\"), i.e. revolution (figuratively, variation)","strongs_number":"g5157"},"g5158":{"pronunciation":"trop'-os","unicode":"τρόπος","translit":"trópos","definition":"[τρόπος] from the same as {{g5157}}; a turn, i.e. (by implication) mode or style (especially with preposition or relative prefix as adverb, like); figuratively, deportment or character","strongs_number":"g5158"},"g5159":{"pronunciation":"trop-of-or-eh'-o","unicode":"τροποφορέω","translit":"tropophoréō","definition":"[τροποφορέω] from {{g5158}} and {{g5409}}; to endure one's habits","strongs_number":"g5159"},"g5160":{"pronunciation":"trof-ay'","unicode":"τροφή","translit":"trophḗ","definition":"[τροφή] from {{g5142}}; nourishment (literally or figuratively); by implication, rations (wages)","strongs_number":"g5160"},"g5161":{"pronunciation":"trof'-ee-mos","unicode":"Τρόφιμος","translit":"Tróphimos","definition":"[Τρόφιμος] from {{g5160}}; nutritive; Trophimus, a Christian","strongs_number":"g5161"},"g5162":{"pronunciation":"trof-os'","unicode":"τροφός","translit":"trophós","definition":"[τροφός] from {{g5142}}; a nourisher, i.e. nurse","strongs_number":"g5162"},"g5163":{"pronunciation":"trokh-ee-ah'","unicode":"τροχιά","translit":"trochiá","definition":"[τροχιά] from {{g5164}}; a track (as a wheel-rut), i.e. (figuratively) a course of conduct","strongs_number":"g5163"},"g5164":{"pronunciation":"trokh-os'","unicode":"τροχός","translit":"trochós","definition":"[τροχός] from {{g5143}}; a wheel (as a runner), i.e. (figuratively) a circuit of physical effects","strongs_number":"g5164"},"g5165":{"pronunciation":"troob'-lee-on","unicode":"τρύβλιον","translit":"trýblion","definition":"[τρύβλιον] neuter of a presumed derivative of uncertain affinity; a bowl","strongs_number":"g5165"},"g5166":{"pronunciation":"troo-gah'-o","unicode":"τρυγάω","translit":"trygáō","definition":"[τρυγάω] from a derivative of τρύγω (to dry) meaning ripe fruit (as if dry); to collect the vintage","strongs_number":"g5166"},"g5167":{"pronunciation":"troo-gone'","unicode":"τρυγών","translit":"trygṓn","definition":"[τρυγών] from τρύζω (to murmur; akin to {{g5149}}, but denoting a duller sound); a turtle-dove (as cooing)","strongs_number":"g5167"},"g5168":{"pronunciation":"troo-mal-ee-ah'","unicode":"τρυμαλιά","translit":"trymaliá","definition":"[τρυμαλιά] from a derivative of τρύω (to wear away; akin to the base of {{g5134}}, {{g5147}} and {{g5176}}); an orifice, i.e. needle's eye Compare {{g5169}}.","strongs_number":"g5168"},"g5169":{"pronunciation":"troo'-pay-mah","unicode":"τρύπημα","translit":"trýpēma","definition":"[τρύπημα] from a derivative of the base of {{g5168}}; an aperture, i.e. a needle's eye","strongs_number":"g5169"},"g5170":{"pronunciation":"troo'-fahee-nah","unicode":"Τρύφαινα","translit":"Trýphaina","definition":"[Τρύφαινα] from {{g5172}}; luxurious; Tryphæna, a Christian woman","strongs_number":"g5170"},"g5171":{"pronunciation":"troo-fah'-o","unicode":"τρυφάω","translit":"trypháō","definition":"[τρυφάω] from {{g5172}}; to indulge in luxury","strongs_number":"g5171"},"g5172":{"pronunciation":"troo-fay'","unicode":"τρυφή","translit":"tryphḗ","definition":"[τρυφή] from θρύπτω (to break up or (figuratively) enfeeble, especially the mind and body by indulgence); effeminacy, i.e. luxury or debauchery","strongs_number":"g5172"},"g5173":{"pronunciation":"troo-fo'-sah","unicode":"Τρυφῶσα","translit":"Tryphōsa","definition":"[Τρυφῶσα] from {{g5172}}; luxuriating; Tryphosa, a Christian female","strongs_number":"g5173"},"g5174":{"pronunciation":"tro-as'","unicode":"Τρωάς","translit":"Trōás","definition":"[Τρωάς] from Τρός (a Trojan); the Troad (or plain of Troy), i.e. Troas, a place in Asia Minor","strongs_number":"g5174"},"g5175":{"pronunciation":"tro-gool'-lee-on","unicode":"Τρωγύλλιον","translit":"Trōgýllion","definition":"[Τρωγύλλιον] of uncertain derivation; Trogyllium, a place in Asia Minor","strongs_number":"g5175"},"g5176":{"pronunciation":"tro'-go","unicode":"τρώγω","translit":"trṓgō","definition":"[τρώγω] probably strengthened from a collateral form of the base of {{g5134}} and {{g5147}} through the idea of corrosion or wear; or perhaps rather of a base of {{g5167}} and {{g5149}} through the idea of a craunching sound; to gnaw or chew, i.e. (generally) to eat","strongs_number":"g5176"},"g5177":{"pronunciation":"toong-khan'-o","unicode":"τυγχάνω","translit":"tynchánō","definition":"[τυγχάνω] probably for an obsolete τύχω (for which the middle voice of another alternate τεύχω (to make ready or bring to pass) is used in certain tenses; akin to the base of {{g5088}} through the idea of effecting; properly, to affect; or (specially), to hit or light upon (as a mark to be reached), i.e. (transitively) to attain or secure an object or end, or (intransitively) to happen (as if meeting with); but in the latter application only impersonal (with {{g1487}}), i.e. perchance; or (present participle) as adjective, usual (as if commonly met with, with {{g3756}}, extraordinary), neuter (as adverb) perhaps; or (with another verb) as adverb, by accident (as it were) Compare {{g5180}}.","strongs_number":"g5177"},"g5178":{"pronunciation":"toom-pan-id'-zo","unicode":"τυμπανίζω","translit":"tympanízō","definition":"[τυμπανίζω] from a derivative of {{g5180}} (meaning a drum, \"tympanum\"); to stretch on an instrument of torture resembling a drum, and thus beat to death","strongs_number":"g5178"},"g5179":{"pronunciation":"too'-pos","unicode":"τύπος","translit":"týpos","definition":"[τύπος] from {{g5180}}; a die (as struck), i.e. (by implication) a stamp or scar; by analogy, a shape, i.e. a statue, (figuratively) style or resemblance; specially, a sampler (\"type\"), i.e. a model (for imitation) or instance (for warning)","strongs_number":"g5179"},"g5180":{"pronunciation":"toop'-to","unicode":"τύπτω","translit":"týptō","definition":"[τύπτω] a primary verb (in a strengthened form); to \"thump\", i.e. cudgel or pummel (properly, with a stick or bastinado), but in any case by repeated blows; thus differing from {{g3817}} and {{g3960}}, which denote a (usually single) blow with the hand or any instrument, or {{g4141}} with the fist (or a hammer), or {{g4474}} with the palm; as well as from {{g5177}}, an accidental collision); by implication, to punish; figuratively, to offend (the conscience)","strongs_number":"g5180"},"g5181":{"pronunciation":"too'-ran-nos","unicode":"Τύραννος","translit":"Týrannos","definition":"[Τύραννος] a provincial form of the derivative of the base of {{g2962}}; a \"tyrant\"; Tyrannus, an Ephesian","strongs_number":"g5181"},"g5182":{"pronunciation":"toor-bad'-zo","unicode":"τυρβάζω","translit":"tyrbázō","definition":"[τυρβάζω] from τύρβη (Latin , a crowd; akin to {{g2351}}); to make \"turbid\", i.e. disturb","strongs_number":"g5182"},"g5183":{"pronunciation":"too'-ree-os","unicode":"Τύριος","translit":"Týrios","definition":"[Τύριος] from {{g5184}}; a Tyrian, i.e. inhabitant of Tyrus","strongs_number":"g5183"},"g5184":{"pronunciation":"too'-ros","unicode":"Τύρος","translit":"Týros","definition":"[Τύρος] of Hebrew origin ({{h6865}}): Tyrus (i.e. Tsor), a place in Palestine","strongs_number":"g5184"},"g5185":{"pronunciation":"toof-los'","unicode":"τυφλός","translit":"typhlós","definition":"[τυφλός] from, {{g5187}}; opaque (as if smoky), i.e. (by analogy) blind (physically or mentally)","strongs_number":"g5185"},"g5186":{"pronunciation":"toof-lo'-o","unicode":"τυφλόω","translit":"typhlóō","definition":"[τυφλόω] from {{g5185}}; to make blind, i.e. (figuratively) to obscure","strongs_number":"g5186"},"g5187":{"pronunciation":"toof-o'-o","unicode":"τυφόω","translit":"typhóō","definition":"[τυφόω] from a derivative of {{g5188}}; to envelop with smoke, i.e. (figuratively) to inflate with self-conceit","strongs_number":"g5187"},"g5188":{"pronunciation":"too'-fo","unicode":"τύφω","translit":"týphō","definition":"[τύφω] apparently a primary verb; to make a smoke, i.e. slowly consume without flame","strongs_number":"g5188"},"g5189":{"pronunciation":"too-fo-nee-kos'","unicode":"τυφωνικός","translit":"typhōnikós","definition":"[τυφωνικός] from a derivative of {{g5188}}; stormy (as if smoky)","strongs_number":"g5189"},"g5190":{"pronunciation":"too-khee-kos'","unicode":"Τυχικός","translit":"Tychikós","definition":"[Τυχικός] from a derivative of {{g5177}}; fortuitous, i.e. fortunate; Tychicus, a Christian","strongs_number":"g5190"},"g5191":{"pronunciation":"hoo-ak-in'-thee-nos","unicode":"ὑακίνθινος","translit":"hyakínthinos","definition":"[ὑακίνθινος] from {{g5192}}; \"hyacinthine\" or \"jacinthine\", i.e. deep blue","strongs_number":"g5191"},"g5192":{"pronunciation":"hoo-ak'-in-thos","unicode":"ὑάκινθος","translit":"hyákinthos","definition":"[ὑάκινθος] of uncertain derivation; the \"hyacinth\" or \"jacinth\", i.e. some gem of a deep blue color, probably the zirkon","strongs_number":"g5192"},"g5193":{"pronunciation":"hoo-al'-ee-nos","unicode":"ὑάλινος","translit":"hyálinos","definition":"[ὑάλινος] from {{g5194}}; glassy, i.e. transparent","strongs_number":"g5193"},"g5194":{"pronunciation":"hoo'-al-os","unicode":"ὕαλος","translit":"hýalos","definition":"[ὕαλος] perhaps from the same as {{g5205}} (as being transparent like rain); glass","strongs_number":"g5194"},"g5195":{"pronunciation":"hoo-brid'-zo","unicode":"ὑβρίζω","translit":"hybrízō","definition":"[ὑβρίζω] from {{g5196}}; to exercise violence, i.e. abuse","strongs_number":"g5195"},"g5196":{"pronunciation":"hoo'-bris","unicode":"ὕβρις","translit":"hýbris","definition":"[ὕβρις] from {{g5228}}; insolence (as over-bearing), i.e. insult, injury","strongs_number":"g5196"},"g5197":{"pronunciation":"hoo-bris-tace'","unicode":"ὑβριστής","translit":"hybristḗs","definition":"[ὑβριστής] from {{g5195}}; an insulter, i.e. maltreater","strongs_number":"g5197"},"g5198":{"pronunciation":"hoog-ee-ah'-ee-no","unicode":"ὑγιαίνω","translit":"hygiaínō","definition":"[ὑγιαίνω] from {{g5199}}; to have sound health, i.e. be well (in body); figuratively, to be uncorrupt (true in doctrine)","strongs_number":"g5198"},"g5199":{"pronunciation":"hoog-ee-ace'","unicode":"ὑγιής","translit":"hygiḗs","definition":"[ὑγιής] from the base of {{g837}}; healthy, i.e. well (in body); figuratively, true (in doctrine)","strongs_number":"g5199"},"g5200":{"pronunciation":"hoo-gros'","unicode":"ὑγρός","translit":"hygrós","definition":"[ὑγρός] from the base of {{g5205}}; wet (as if with rain), i.e. (by implication) sappy (fresh)","strongs_number":"g5200"}}