From 6aa430c648713f1859631a0cbaa3b6c49fcc70b4 Mon Sep 17 00:00:00 2001 From: shojo john Date: Wed, 14 Oct 2020 16:47:53 +0530 Subject: [PATCH] Auto saving at wordAlignment chapter_1 3jn 1:1 --- .../translationCore/alignmentData/3jn/1.json | 4517 +---------------- .../index/translationNotes/3jn/.categories | 26 + .../3jn/.categoryIndex/culture.json | 4 + .../3jn/.categoryIndex/discourse.json | 1 + .../3jn/.categoryIndex/figures.json | 7 + .../3jn/.categoryIndex/grammar.json | 4 + .../3jn/.categoryIndex/numbers.json | 1 + .../3jn/.categoryIndex/other.json | 1 + .../3jn/figs-activepassive.json | 40 + .../translationNotes/3jn/figs-ellipsis.json | 108 + .../translationNotes/3jn/figs-exclusive.json | 44 + .../translationNotes/3jn/figs-explicit.json | 32 + .../translationNotes/3jn/figs-idiom.json | 36 + .../translationNotes/3jn/figs-metaphor.json | 112 + .../translationNotes/3jn/figs-metonymy.json | 94 + .../3jn/figs-personification.json | 70 + .../translationNotes/3jn/translate-names.json | 65 + .../index/translationWords/3jn/.categories | 69 + .../3jn/.categoryIndex/kt.json | 20 + .../3jn/.categoryIndex/names.json | 1 + .../3jn/.categoryIndex/other.json | 15 + .../index/translationWords/3jn/beloved.json | 90 + .../index/translationWords/3jn/brother.json | 68 + .../index/translationWords/3jn/castout.json | 24 + .../index/translationWords/3jn/children.json | 24 + .../index/translationWords/3jn/church.json | 68 + .../index/translationWords/3jn/companion.json | 24 + .../index/translationWords/3jn/elder.json | 24 + .../index/translationWords/3jn/evil.json | 68 + .../index/translationWords/3jn/faithful.json | 24 + .../index/translationWords/3jn/gentile.json | 24 + .../index/translationWords/3jn/god.json | 68 + .../index/translationWords/3jn/good.json | 68 + .../index/translationWords/3jn/heal.json | 24 + .../index/translationWords/3jn/hope.json | 24 + .../index/translationWords/3jn/imitate.json | 24 + .../index/translationWords/3jn/joy.json | 46 + .../index/translationWords/3jn/know.json | 24 + .../index/translationWords/3jn/like.json | 46 + .../index/translationWords/3jn/love.json | 46 + .../index/translationWords/3jn/name.json | 46 + .../index/translationWords/3jn/peace.json | 24 + .../index/translationWords/3jn/pray.json | 24 + .../index/translationWords/3jn/prosper.json | 46 + .../index/translationWords/3jn/receive.json | 90 + .../index/translationWords/3jn/send.json | 24 + .../index/translationWords/3jn/soul.json | 24 + .../index/translationWords/3jn/testimony.json | 112 + .../index/translationWords/3jn/true.json | 156 + .../index/translationWords/3jn/walk.json | 46 + .../index/translationWords/3jn/works.json | 24 + .../index/translationWords/3jn/worthy.json | 24 + .../index/wordAlignment/3jn/chapter_1.json | 167 + .../3jn/currentContextId/contextId.json | 9 + 3jn/manifest.json | 7 + manifest.json | 14 +- settings.json | 2 +- 57 files changed, 2395 insertions(+), 4519 deletions(-) create mode 100644 .apps/translationCore/index/translationNotes/3jn/.categories create mode 100644 .apps/translationCore/index/translationNotes/3jn/.categoryIndex/culture.json create mode 100644 .apps/translationCore/index/translationNotes/3jn/.categoryIndex/discourse.json create mode 100644 .apps/translationCore/index/translationNotes/3jn/.categoryIndex/figures.json create mode 100644 .apps/translationCore/index/translationNotes/3jn/.categoryIndex/grammar.json create mode 100644 .apps/translationCore/index/translationNotes/3jn/.categoryIndex/numbers.json create mode 100644 .apps/translationCore/index/translationNotes/3jn/.categoryIndex/other.json create mode 100644 .apps/translationCore/index/translationNotes/3jn/figs-activepassive.json create mode 100644 .apps/translationCore/index/translationNotes/3jn/figs-ellipsis.json create mode 100644 .apps/translationCore/index/translationNotes/3jn/figs-exclusive.json create mode 100644 .apps/translationCore/index/translationNotes/3jn/figs-explicit.json create mode 100644 .apps/translationCore/index/translationNotes/3jn/figs-idiom.json create mode 100644 .apps/translationCore/index/translationNotes/3jn/figs-metaphor.json create mode 100644 .apps/translationCore/index/translationNotes/3jn/figs-metonymy.json create mode 100644 .apps/translationCore/index/translationNotes/3jn/figs-personification.json create mode 100644 .apps/translationCore/index/translationNotes/3jn/translate-names.json create mode 100644 .apps/translationCore/index/translationWords/3jn/.categories create mode 100644 .apps/translationCore/index/translationWords/3jn/.categoryIndex/kt.json create mode 100644 .apps/translationCore/index/translationWords/3jn/.categoryIndex/names.json create mode 100644 .apps/translationCore/index/translationWords/3jn/.categoryIndex/other.json create mode 100644 .apps/translationCore/index/translationWords/3jn/beloved.json create mode 100644 .apps/translationCore/index/translationWords/3jn/brother.json create mode 100644 .apps/translationCore/index/translationWords/3jn/castout.json create mode 100644 .apps/translationCore/index/translationWords/3jn/children.json create mode 100644 .apps/translationCore/index/translationWords/3jn/church.json create mode 100644 .apps/translationCore/index/translationWords/3jn/companion.json create mode 100644 .apps/translationCore/index/translationWords/3jn/elder.json create mode 100644 .apps/translationCore/index/translationWords/3jn/evil.json create mode 100644 .apps/translationCore/index/translationWords/3jn/faithful.json create mode 100644 .apps/translationCore/index/translationWords/3jn/gentile.json create mode 100644 .apps/translationCore/index/translationWords/3jn/god.json create mode 100644 .apps/translationCore/index/translationWords/3jn/good.json create mode 100644 .apps/translationCore/index/translationWords/3jn/heal.json create mode 100644 .apps/translationCore/index/translationWords/3jn/hope.json create mode 100644 .apps/translationCore/index/translationWords/3jn/imitate.json create mode 100644 .apps/translationCore/index/translationWords/3jn/joy.json create mode 100644 .apps/translationCore/index/translationWords/3jn/know.json create mode 100644 .apps/translationCore/index/translationWords/3jn/like.json create mode 100644 .apps/translationCore/index/translationWords/3jn/love.json create mode 100644 .apps/translationCore/index/translationWords/3jn/name.json create mode 100644 .apps/translationCore/index/translationWords/3jn/peace.json create mode 100644 .apps/translationCore/index/translationWords/3jn/pray.json create mode 100644 .apps/translationCore/index/translationWords/3jn/prosper.json create mode 100644 .apps/translationCore/index/translationWords/3jn/receive.json create mode 100644 .apps/translationCore/index/translationWords/3jn/send.json create mode 100644 .apps/translationCore/index/translationWords/3jn/soul.json create mode 100644 .apps/translationCore/index/translationWords/3jn/testimony.json create mode 100644 .apps/translationCore/index/translationWords/3jn/true.json create mode 100644 .apps/translationCore/index/translationWords/3jn/walk.json create mode 100644 .apps/translationCore/index/translationWords/3jn/works.json create mode 100644 .apps/translationCore/index/translationWords/3jn/worthy.json create mode 100644 .apps/translationCore/index/wordAlignment/3jn/chapter_1.json create mode 100644 .apps/translationCore/index/wordAlignment/3jn/currentContextId/contextId.json create mode 100644 3jn/manifest.json diff --git a/.apps/translationCore/alignmentData/3jn/1.json b/.apps/translationCore/alignmentData/3jn/1.json index 494fbf8..4ff8bd4 100644 --- a/.apps/translationCore/alignmentData/3jn/1.json +++ b/.apps/translationCore/alignmentData/3jn/1.json @@ -1,4516 +1 @@ -{ - "1": { - "alignments": [ - { - "topWords": [ - { - "lemma": "ὁ", - "strong": "G35880", - "morph": "Gr,EA,,,,NMS,", - "occurrence": 1, - "occurrences": 1, - "word": "ὁ" - } - ], - "bottomWords": [] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "πρεσβύτερος" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ପ୍ରାଚୀନ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "Γαΐῳ" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ଗାୟଙ୍କ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ନିକଟକୁ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "τῷ" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ଯେ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "ἀγαπητῷ" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ପ୍ରିୟତମ" - } - ] - }, - { - "topWords": [ - { - "lemma": "ὅς", - "strong": "G37390", - "morph": "Gr,RR,,,,AMS,", - "occurrence": 1, - "occurrences": 1, - "word": "ὃν" - } - ], - "bottomWords": [] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "ἐγὼ" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 2, - "word": "ମୁଁ" - }, - { - "occurrence": 2, - "occurrences": 2, - "word": "ମୁଁ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "ἀγαπῶ" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ପ୍ରେମ" - } - ] - }, - { - "topWords": [ - { - "lemma": "ἐν", - "strong": "G17220", - "morph": "Gr,P,,,,,D,,,", - "occurrence": 1, - "occurrences": 1, - "word": "ἐν" - } - ], - "bottomWords": [] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "ἀληθείᾳ" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ସତ୍ୟ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ରୂପେ" - } - ] - } - ], - "wordBank": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ପତ୍ର" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ଲେଖୁଅଛି" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ତାହାଙ୍କୁ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "କରେ" - } - ] - }, - "2": { - "alignments": [ - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "ἀγαπητέ" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ପ୍ରିୟ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "περὶ" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ବିଷୟରେ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "πάντων" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ସର୍ବ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "εὔχομαί" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ପ୍ରାର୍ଥନା" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "σε" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ତୁମ୍ଭ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "εὐοδοῦσθαι" - } - ], - "bottomWords": [ - { - "occurrence": 2, - "occurrences": 2, - "word": "ମଙ୍ଗଳ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ହେଉ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "καὶ" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ଓ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "ὑγιαίνειν" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ସ୍ୱାସ୍ଥ୍ୟ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ଭୋଗ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "କରୁଥାଅ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "καθὼς" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ଯେପରି" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ସେହିପରି" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "εὐοδοῦταί" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 2, - "word": "ମଙ୍ଗଳ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ହେଉଅଛି" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "σου" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ତୁମ୍ଭର" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ତୁମ୍ଭେ" - } - ] - }, - { - "topWords": [ - { - "lemma": "ὁ", - "strong": "G35880", - "morph": "Gr,EA,,,,NFS,", - "occurrence": 1, - "occurrences": 1, - "word": "ἡ" - } - ], - "bottomWords": [] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "ψυχή" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ଆତ୍ମାର" - } - ] - } - ], - "wordBank": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ବନ୍ଧୁ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ଏହା" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ମୋହର" - } - ] - }, - "3": { - "alignments": [ - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "ἐχάρην" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ଆନନ୍ଦିତ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "γὰρ" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "କାରଣ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "λείαν" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ବିଶେଷ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "ἐρχομένων" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ଆସି" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "ἀδελφῶν" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ଭାଇମାନେ" - } - ] - }, - { - "topWords": [ - { - "lemma": "καί", - "strong": "G25320", - "morph": "Gr,CC,,,,,,,,", - "occurrence": 1, - "occurrences": 1, - "word": "καὶ" - } - ], - "bottomWords": [] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "μαρτυρούντων" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ସାକ୍ଷ୍ୟ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ଦେଲେ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "σου" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 2, - "word": "ତୁମ୍ଭର" - } - ] - }, - { - "topWords": [ - { - "lemma": "ὁ", - "strong": "G35880", - "morph": "Gr,EA,,,,DFS,", - "occurrence": 1, - "occurrences": 1, - "word": "τῇ" - } - ], - "bottomWords": [] - }, - { - "topWords": [ - { - "strong": "G02250", - "lemma": "ἀλήθεια", - "morph": "Gr,N,,,,,DFS,", - "occurrence": 1, - "occurrences": 2, - "word": "ἀληθείᾳ" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ନିଷ୍ଠାଭାବ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "καθὼς" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ଯେତେବେଳେ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ଅର୍ଥାତ୍‍" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ସେତେବେଳେ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "σὺ" - } - ], - "bottomWords": [ - { - "occurrence": 2, - "occurrences": 2, - "word": "ତୁମ୍ଭର" - } - ] - }, - { - "topWords": [ - { - "lemma": "ἐν", - "strong": "G17220", - "morph": "Gr,P,,,,,D,,,", - "occurrence": 1, - "occurrences": 1, - "word": "ἐν" - } - ], - "bottomWords": [] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 2, - "occurrences": 2, - "word": "ἀληθείᾳ" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ସତ୍ୟ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ପ୍ରତି" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ସତ୍ୟରେ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "περιπατεῖς" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ଆଚରଣ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ବିଷୟରେ" - } - ] - } - ], - "wordBank": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ମୁଁ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ହେଲି" - } - ] - }, - "4": { - "alignments": [ - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "μειζοτέραν" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ବଡ଼" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "τούτων" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ଏହା" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ବିଷୟ" - } - ] - }, - { - "topWords": [ - { - "lemma": "οὐ", - "strong": "G37560", - "morph": "Gr,D,,,,,,,,,", - "occurrence": 1, - "occurrences": 1, - "word": "οὐκ" - } - ], - "bottomWords": [] - }, - { - "topWords": [ - { - "lemma": "ἔχω", - "strong": "G21920", - "morph": "Gr,V,IPA1,,S,", - "occurrence": 1, - "occurrences": 1, - "word": "ἔχω" - } - ], - "bottomWords": [] - }, - { - "topWords": [ - { - "strong": "G54790", - "lemma": "χαρά", - "morph": "Gr,N,,,,,AFS,", - "occurrence": 1, - "occurrences": 1, - "word": "χαράν" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ଆନନ୍ଦର" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "ἵνα" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ଯେ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "ἀκούω" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ଶୁଣିବାଠାରୁ" - } - ] - }, - { - "topWords": [ - { - "lemma": "ὁ", - "strong": "G35880", - "morph": "Gr,EA,,,,ANP,", - "occurrence": 1, - "occurrences": 1, - "word": "τὰ" - } - ], - "bottomWords": [] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "ἐμὰ" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ମୋହର" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ମୋର" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "τέκνα" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ସନ୍ତାନମାନେ" - } - ] - }, - { - "topWords": [ - { - "lemma": "ἐν", - "strong": "G17220", - "morph": "Gr,P,,,,,D,,,", - "occurrence": 1, - "occurrences": 1, - "word": "ἐν" - } - ], - "bottomWords": [] - }, - { - "topWords": [ - { - "lemma": "ὁ", - "strong": "G35880", - "morph": "Gr,EA,,,,DFS,", - "occurrence": 1, - "occurrences": 1, - "word": "τῇ" - } - ], - "bottomWords": [] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "ἀληθείᾳ" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ସତ୍ୟରେ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "περιπατοῦντα" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ଆଚରଣ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "କରୁଅଛନ୍ତି" - } - ] - } - ], - "wordBank": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ଆଉ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ନାହିଁ" - } - ] - }, - "5": { - "alignments": [ - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "ἀγαπητέ" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ପ୍ରିୟ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ବନ୍ଧୁ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "πιστὸν" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ବିଶ୍ୱସ୍ତ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ଭାବରେ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "ποιεῖς" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 2, - "word": "କରୁଅଛ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "ὃ" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ଯାହା" - } - ] - }, - { - "topWords": [ - { - "lemma": "ἐάν", - "strong": "G14370", - "morph": "Gr,T,,,,,,,,,", - "occurrence": 1, - "occurrences": 1, - "word": "ἐὰν" - } - ], - "bottomWords": [] - }, - { - "topWords": [ - { - "lemma": "ἐργάζομαι", - "strong": "G20380", - "morph": "Gr,V,SAM2,,S,", - "occurrence": 1, - "occurrences": 1, - "word": "ἐργάσῃ" - } - ], - "bottomWords": [] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "εἰς" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ପ୍ରତି" - } - ] - }, - { - "topWords": [ - { - "strong": "G35880", - "lemma": "ὁ", - "morph": "Gr,EA,,,,AMP,", - "occurrence": 1, - "occurrences": 1, - "word": "τοὺς" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ତୁମ୍ଭେ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "ἀδελφοὺς" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 2, - "word": "ଭ୍ରାତୃଗଣ" - }, - { - "occurrence": 2, - "occurrences": 2, - "word": "ଭ୍ରାତୃଗଣ" - } - ] - }, - { - "topWords": [ - { - "lemma": "καί", - "strong": "G25320", - "morph": "Gr,CC,,,,,,,,", - "occurrence": 1, - "occurrences": 1, - "word": "καὶ" - } - ], - "bottomWords": [] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "τοῦτο" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ବିଶେଷତଃ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ତାହା" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "ξένους" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ବିଦେଶୀ" - } - ] - } - ], - "wordBank": [ - { - "occurrence": 2, - "occurrences": 2, - "word": "କରୁଅଛ" - } - ] - }, - "6": { - "alignments": [ - { - "topWords": [ - { - "strong": "G37390", - "lemma": "ὅς", - "morph": "Gr,RR,,,,NMP,", - "occurrence": 1, - "occurrences": 1, - "word": "οἳ" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ବିଷୟରେ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "ἐμαρτύρησάν" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ସାକ୍ଷ୍ୟ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ଦେଇଅଛନ୍ତି" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "σου" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ତୁମ୍ଭ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ତୁମ୍ଭେ" - } - ] - }, - { - "topWords": [ - { - "lemma": "ὁ", - "strong": "G35880", - "morph": "Gr,EA,,,,DFS,", - "occurrence": 1, - "occurrences": 1, - "word": "τῇ" - } - ], - "bottomWords": [] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "ἀγάπῃ" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ପ୍ରେମ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "ἐνώπιον" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ନିକଟରେ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "ἐκκλησίας" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ମଣ୍ଡଳୀ" - } - ] - }, - { - "topWords": [ - { - "lemma": "ὅς", - "strong": "G37390", - "morph": "Gr,RR,,,,AMP,", - "occurrence": 1, - "occurrences": 1, - "word": "οὓς" - } - ], - "bottomWords": [] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "καλῶς" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ଉତ୍ତମ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "ποιήσεις" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "କାର୍ଯ୍ୟ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "προπέμψας" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ସେମାନଙ୍କୁ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ବାଟ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ବଳାଇଦିଅ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "ἀξίως" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ଯଦି" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ଯୋଗ୍ୟ" - } - ] - }, - { - "topWords": [ - { - "lemma": "ὁ", - "strong": "G35880", - "morph": "Gr,EA,,,,GMS,", - "occurrence": 1, - "occurrences": 1, - "word": "τοῦ" - } - ], - "bottomWords": [] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "Θεοῦ" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ଈଶ୍ୱରଙ୍କ" - } - ] - } - ], - "wordBank": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ସେମାନେ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ଉପକାର" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ଦେଇ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ତେବେ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "କରିବ" - } - ] - }, - "7": { - "alignments": [ - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "ὑπὲρ" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ସକାଶେ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "γὰρ" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ଯେଣୁ" - } - ] - }, - { - "topWords": [ - { - "lemma": "ὁ", - "strong": "G35880", - "morph": "Gr,EA,,,,GNS,", - "occurrence": 1, - "occurrences": 1, - "word": "τοῦ" - } - ], - "bottomWords": [] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "ὀνόματος" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ନାମ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "ἐξῆλθον" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ବାହାରି" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "μηδὲν" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "କିଛି" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ହିଁ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ନ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "λαμβάνοντες" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ଗ୍ରହଣ" - } - ] - }, - { - "topWords": [ - { - "lemma": "ἀπό", - "strong": "G05750", - "morph": "Gr,P,,,,,G,,,", - "occurrence": 1, - "occurrences": 1, - "word": "ἀπὸ" - } - ], - "bottomWords": [] - }, - { - "topWords": [ - { - "lemma": "ὁ", - "strong": "G35880", - "morph": "Gr,EA,,,,GMP,", - "occurrence": 1, - "occurrences": 1, - "word": "τῶν" - } - ], - "bottomWords": [] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "ἐθνικῶν" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ଅଣଯିହୂଦୀମାନଙ୍କଠାରୁ" - } - ] - } - ], - "wordBank": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ସେମାନେ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "କରି" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ଖ୍ରୀଷ୍ଟଙ୍କ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ଅଛନ୍ତି" - } - ] - }, - "8": { - "alignments": [ - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "ἡμεῖς" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ଆମ୍ଭେମାନେ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ଆମ୍ଭମାନଙ୍କର" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "οὖν" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ସକାଶେ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ଏଥି" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ନିମନ୍ତେ" - } - ] - }, - { - "topWords": [ - { - "strong": "G37840", - "lemma": "ὀφείλω", - "morph": "Gr,V,IPA1,,P,", - "occurrence": 1, - "occurrences": 1, - "word": "ὀφείλομεν" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ଅତଏବ" - } - ] - }, - { - "topWords": [ - { - "strong": "G52740", - "lemma": "ὑπολαμβάνω", - "morph": "Gr,V,NPA,,,,,", - "occurrence": 1, - "occurrences": 1, - "word": "ὑπολαμβάνειν" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ଉପକାର" - } - ] - }, - { - "topWords": [ - { - "lemma": "ὁ", - "strong": "G35880", - "morph": "Gr,EA,,,,AMP,", - "occurrence": 1, - "occurrences": 1, - "word": "τοὺς" - } - ], - "bottomWords": [] - }, - { - "topWords": [ - { - "strong": "G51080", - "lemma": "τοιοῦτος", - "morph": "Gr,RD,,,,AMP,", - "occurrence": 1, - "occurrences": 1, - "word": "τοιούτους" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 2, - "word": "ସେମାନଙ୍କର" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "ἵνα" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ଯେପରି" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "συνεργοὶ" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ସହକାର୍ଯ୍ୟକାରୀ" - }, - { - "occurrence": 2, - "occurrences": 2, - "word": "ସେମାନଙ୍କର" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "କରିବା" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "γινώμεθα" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ହୋଇ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ପାରୁ" - } - ] - }, - { - "topWords": [ - { - "lemma": "ὁ", - "strong": "G35880", - "morph": "Gr,EA,,,,DFS,", - "occurrence": 1, - "occurrences": 1, - "word": "τῇ" - } - ], - "bottomWords": [] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "ἀληθείᾳ" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ସତ୍ୟ" - } - ] - } - ], - "wordBank": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "କର୍ତ୍ତବ୍ୟ" - } - ] - }, - "9": { - "alignments": [ - { - "topWords": [ - { - "strong": "G11250", - "lemma": "γράφω", - "morph": "Gr,V,IAA1,,S,", - "occurrence": 1, - "occurrences": 1, - "word": "ἔγραψά" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ମୁଁ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ଲେଖିଲି" - } - ] - }, - { - "topWords": [ - { - "strong": "G51000", - "lemma": "τις", - "morph": "Gr,RI,,,,ANS,", - "occurrence": 1, - "occurrences": 1, - "word": "τι" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "କିଛି" - } - ] - }, - { - "topWords": [ - { - "lemma": "ὁ", - "strong": "G35880", - "morph": "Gr,EA,,,,DFS,", - "occurrence": 1, - "occurrences": 1, - "word": "τῇ" - } - ], - "bottomWords": [] - }, - { - "topWords": [ - { - "strong": "G15770", - "lemma": "ἐκκλησία", - "morph": "Gr,N,,,,,DFS,", - "occurrence": 1, - "occurrences": 1, - "word": "ἐκκλησίᾳ" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 2, - "word": "ମଣ୍ଡଳୀ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ନିକଟକୁ" - }, - { - "occurrence": 2, - "occurrences": 2, - "word": "ମଣ୍ଡଳୀ" - } - ] - }, - { - "topWords": [ - { - "strong": "G02350", - "lemma": "ἀλλά", - "morph": "Gr,CC,,,,,,,,", - "occurrence": 1, - "occurrences": 1, - "word": "ἀλλ’" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ମାତ୍ର" - } - ] - }, - { - "topWords": [ - { - "lemma": "ὁ", - "strong": "G35880", - "morph": "Gr,RD,,,,NMS,", - "occurrence": 1, - "occurrences": 1, - "word": "ὁ" - } - ], - "bottomWords": [] - }, - { - "topWords": [ - { - "strong": "G53830", - "lemma": "φιλοπρωτεύω", - "morph": "Gr,V,PPA,NMS,", - "occurrence": 1, - "occurrences": 1, - "word": "φιλοπρωτεύων" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ପ୍ରଧାନ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ହେବାକୁ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ଭଲ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ପାଇ" - } - ] - }, - { - "topWords": [ - { - "strong": "G08460", - "lemma": "αὐτός", - "morph": "Gr,RP,,,3GMP,", - "occurrence": 1, - "occurrences": 1, - "word": "αὐτῶν" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ମଧ୍ୟରେ" - } - ] - }, - { - "topWords": [ - { - "strong": "G13610", - "lemma": "Διοτρέφης", - "morph": "Gr,N,,,,,NMS,", - "occurrence": 1, - "occurrences": 1, - "word": "Διοτρέφης" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ଦୀୟତ୍ରଫା" - } - ] - }, - { - "topWords": [ - { - "lemma": "οὐ", - "strong": "G37560", - "morph": "Gr,D,,,,,,,,,", - "occurrence": 1, - "occurrences": 1, - "word": "οὐκ" - } - ], - "bottomWords": [] - }, - { - "topWords": [ - { - "strong": "G19260", - "lemma": "ἐπιδέχομαι", - "morph": "Gr,V,IPM3,,S,", - "occurrence": 1, - "occurrences": 1, - "word": "ἐπιδέχεται" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ଅଗ୍ରାହ୍ୟ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "କରେ" - } - ] - }, - { - "topWords": [ - { - "strong": "G14730", - "lemma": "ἐγώ", - "morph": "Gr,RP,,,1A,P,", - "occurrence": 1, - "occurrences": 1, - "word": "ἡμᾶς" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ଆମ୍ଭମାନଙ୍କୁ" - } - ] - } - ], - "wordBank": [] - }, - "10": { - "alignments": [ - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "διὰ" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ଏଣୁ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "τοῦτο" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ଏହି" - } - ] - }, - { - "topWords": [ - { - "lemma": "ἐάν", - "strong": "G14370", - "morph": "Gr,CS,,,,,,,,", - "occurrence": 1, - "occurrences": 1, - "word": "ἐὰν" - } - ], - "bottomWords": [] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "ἔλθω" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ମୁଁ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ଗଲେ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "ὑπομνήσω" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ସ୍ମରଣରେ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "αὐτοῦ" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ସେ" - } - ] - }, - { - "topWords": [ - { - "lemma": "ὁ", - "strong": "G35880", - "morph": "Gr,EA,,,,ANP,", - "occurrence": 1, - "occurrences": 1, - "word": "τὰ" - } - ], - "bottomWords": [] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "ἔργα" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "କର୍ମ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "ἃ" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ତାହା" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "ποιεῖ" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "କରିବାକୁ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "କୃତ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "λόγοις" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "କଥା" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "କହି" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "πονηροῖς" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ମନ୍ଦ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "φλυαρῶν" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ବିରୁଦ୍ଧରେ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ନିନ୍ଦା" - }, - { - "occurrence": 1, - "occurrences": 4, - "word": "କରେ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "ἡμᾶς" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 2, - "word": "ଆମ୍ଭମାନଙ୍କ" - }, - { - "occurrence": 2, - "occurrences": 2, - "word": "ଆମ୍ଭମାନଙ୍କ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 3, - "word": "καὶ" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 2, - "word": "ପୁଣି" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ସେଥିରେ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "μὴ" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ନ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "ἀρκούμενος" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ତୃପ୍ତ" - } - ] - }, - { - "topWords": [ - { - "lemma": "ἐπί", - "strong": "G19090", - "morph": "Gr,P,,,,,D,,,", - "occurrence": 1, - "occurrences": 1, - "word": "ἐπὶ" - } - ], - "bottomWords": [] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "τούτοις" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ସମସ୍ତ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "οὔτε" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ନାହିଁ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "αὐτὸς" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ନିଜେ" - }, - { - "occurrence": 1, - "occurrences": 2, - "word": "ସେମାନଙ୍କୁ" - }, - { - "occurrence": 2, - "occurrences": 2, - "word": "ସେମାନଙ୍କୁ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ତାହାର" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "ἐπιδέχεται" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ଆତିଥ୍ୟ" - }, - { - "occurrence": 2, - "occurrences": 4, - "word": "କରେ" - } - ] - }, - { - "topWords": [ - { - "lemma": "ὁ", - "strong": "G35880", - "morph": "Gr,EA,,,,AMP,", - "occurrence": 1, - "occurrences": 2, - "word": "τοὺς" - } - ], - "bottomWords": [] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "ἀδελφοὺς" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ଭାଇମାନଙ୍କର" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 2, - "occurrences": 3, - "word": "καὶ" - } - ], - "bottomWords": [ - { - "occurrence": 2, - "occurrences": 2, - "word": "ପୁଣି" - } - ] - }, - { - "topWords": [ - { - "lemma": "ὁ", - "strong": "G35880", - "morph": "Gr,RD,,,,AMP,", - "occurrence": 2, - "occurrences": 2, - "word": "τοὺς" - } - ], - "bottomWords": [] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "βουλομένους" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ଇଚ୍ଛା" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "କଲେ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "κωλύει" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ମନା" - }, - { - "occurrence": 3, - "occurrences": 4, - "word": "କରେ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 3, - "occurrences": 3, - "word": "καὶ" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ଆଉ" - } - ] - }, - { - "topWords": [ - { - "lemma": "ἐκ", - "strong": "G15370", - "morph": "Gr,P,,,,,G,,,", - "occurrence": 1, - "occurrences": 1, - "word": "ἐκ" - } - ], - "bottomWords": [] - }, - { - "topWords": [ - { - "lemma": "ὁ", - "strong": "G35880", - "morph": "Gr,EA,,,,GFS,", - "occurrence": 1, - "occurrences": 1, - "word": "τῆς" - } - ], - "bottomWords": [] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "ἐκκλησίας" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ମଣ୍ଡଳୀରୁ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "ἐκβάλλει" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ଉଚ୍ଛିନ୍ନ" - }, - { - "occurrence": 4, - "occurrences": 4, - "word": "କରେ" - } - ] - } - ], - "wordBank": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ହୋଇ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ଅନ୍ୟମାନେ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ଆଣିବି" - } - ] - }, - "11": { - "alignments": [ - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "ἀγαπητέ" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ପ୍ରିୟ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ବନ୍ଧୁ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "μὴ" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ନ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "μιμοῦ" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 2, - "word": "ଅନୁକାରୀ" - }, - { - "occurrence": 2, - "occurrences": 2, - "word": "ଅନୁକାରୀ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ହୁଅ" - } - ] - }, - { - "topWords": [ - { - "lemma": "ὁ", - "strong": "G35880", - "morph": "Gr,EA,,,,ANS,", - "occurrence": 1, - "occurrences": 2, - "word": "τὸ" - } - ], - "bottomWords": [] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "κακὸν" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ଦୁଷ୍କର୍ମର" - } - ] - }, - { - "topWords": [ - { - "lemma": "ἀλλά", - "strong": "G02350", - "morph": "Gr,CO,,,,,,,,", - "occurrence": 1, - "occurrences": 1, - "word": "ἀλλὰ" - } - ], - "bottomWords": [] - }, - { - "topWords": [ - { - "lemma": "ὁ", - "strong": "G35880", - "morph": "Gr,EA,,,,ANS,", - "occurrence": 2, - "occurrences": 2, - "word": "τὸ" - } - ], - "bottomWords": [] - }, - { - "topWords": [ - { - "strong": "G00180", - "lemma": "ἀγαθός", - "morph": "Gr,NS,,,,ANS,", - "occurrence": 1, - "occurrences": 1, - "word": "ἀγαθόν" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ସତ୍କର୍ମ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 2, - "word": "ὁ" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 2, - "word": "ଯେ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "ἀγαθοποιῶν" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ସତ୍କର୍ମର" - }, - { - "occurrence": 1, - "occurrences": 2, - "word": "କରେ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "ἐκ" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ଜାତ" - } - ] - }, - { - "topWords": [ - { - "lemma": "ὁ", - "strong": "G35880", - "morph": "Gr,EA,,,,GMS,", - "occurrence": 1, - "occurrences": 1, - "word": "τοῦ" - } - ], - "bottomWords": [] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "Θεοῦ" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ଈଶ୍ୱରଙ୍କଠାରୁ" - } - ] - }, - { - "topWords": [ - { - "lemma": "εἰμί", - "strong": "G15100", - "morph": "Gr,V,IPA3,,S,", - "occurrence": 1, - "occurrences": 1, - "word": "ἐστιν" - } - ], - "bottomWords": [] - }, - { - "topWords": [ - { - "lemma": "ὁ", - "strong": "G35880", - "morph": "Gr,RD,,,,NMS,", - "occurrence": 2, - "occurrences": 2, - "word": "ὁ" - } - ], - "bottomWords": [] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "κακοποιῶν" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ଦୁଷ୍କର୍ମ" - }, - { - "occurrence": 2, - "occurrences": 2, - "word": "କରେ" - } - ] - }, - { - "topWords": [ - { - "lemma": "οὐ", - "strong": "G37560", - "morph": "Gr,D,,,,,,,,,", - "occurrence": 1, - "occurrences": 1, - "word": "οὐχ" - } - ], - "bottomWords": [] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "ἑώρακεν" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ଦର୍ଶନ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "କରି" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "τὸν" - } - ], - "bottomWords": [ - { - "occurrence": 2, - "occurrences": 2, - "word": "ଯେ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "Θεόν" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ଈଶ୍ୱରଙ୍କୁ" - } - ] - } - ], - "wordBank": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ତୁମ୍ଭେ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ହୋଇ" - }, - { - "occurrence": 1, - "occurrences": 2, - "word": "ସେ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ନାହିଁ" - }, - { - "occurrence": 2, - "occurrences": 2, - "word": "ସେ" - } - ] - }, - "12": { - "alignments": [ - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "Δημητρίῳ" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ଦୀମିତ୍ରୀୟଙ୍କ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ସପକ୍ଷରେ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "μεμαρτύρηται" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 4, - "word": "ସାକ୍ଷ୍ୟ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ଦେଇଅଛନ୍ତି" - }, - { - "occurrence": 3, - "occurrences": 4, - "word": "ସାକ୍ଷ୍ୟ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ଦେଉଅଛୁ" - } - ] - }, - { - "topWords": [ - { - "lemma": "ὑπό", - "strong": "G52590", - "morph": "Gr,P,,,,,G,,,", - "occurrence": 1, - "occurrences": 2, - "word": "ὑπὸ" - } - ], - "bottomWords": [] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "πάντων" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ସମସ୍ତେ" - } - ] - }, - { - "topWords": [ - { - "lemma": "καί", - "strong": "G25320", - "morph": "Gr,CC,,,,,,,,", - "occurrence": 1, - "occurrences": 3, - "word": "καὶ" - } - ], - "bottomWords": [] - }, - { - "topWords": [ - { - "lemma": "ὑπό", - "strong": "G52590", - "morph": "Gr,P,,,,,G,,,", - "occurrence": 2, - "occurrences": 2, - "word": "ὑπὸ" - } - ], - "bottomWords": [] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "αὐτῆς" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ନିଜେ" - } - ] - }, - { - "topWords": [ - { - "lemma": "ὁ", - "strong": "G35880", - "morph": "Gr,EA,,,,GFS,", - "occurrence": 1, - "occurrences": 1, - "word": "τῆς" - } - ], - "bottomWords": [] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "ἀληθείας" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 2, - "word": "ସତ୍ୟ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 2, - "occurrences": 3, - "word": "καὶ" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ଆଉ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "ἡμεῖς" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ଆମ୍ଭେମାନେ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ଆମ୍ଭମାନଙ୍କ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "δὲ" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ସୁଦ୍ଧା" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ମଧ୍ୟ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "μαρτυροῦμεν" - } - ], - "bottomWords": [ - { - "occurrence": 2, - "occurrences": 4, - "word": "ସାକ୍ଷ୍ୟ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ଦେଇଅଛି" - } - ] - }, - { - "topWords": [ - { - "lemma": "καί", - "strong": "G25320", - "morph": "Gr,CC,,,,,,,,", - "occurrence": 3, - "occurrences": 3, - "word": "καὶ" - } - ], - "bottomWords": [] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "οἶδας" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ତୁମ୍ଭେ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "ὅτι" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ଯେ" - } - ] - }, - { - "topWords": [ - { - "lemma": "ὁ", - "strong": "G35880", - "morph": "Gr,EA,,,,NFS,", - "occurrence": 1, - "occurrences": 1, - "word": "ἡ" - } - ], - "bottomWords": [] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "μαρτυρία" - } - ], - "bottomWords": [ - { - "occurrence": 4, - "occurrences": 4, - "word": "ସାକ୍ଷ୍ୟ" - } - ] - }, - { - "topWords": [ - { - "lemma": "ἐγώ", - "strong": "G14730", - "morph": "Gr,RP,,,1G,P,", - "occurrence": 1, - "occurrences": 1, - "word": "ἡμῶν" - } - ], - "bottomWords": [] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "ἀληθής" - } - ], - "bottomWords": [ - { - "occurrence": 2, - "occurrences": 2, - "word": "ସତ୍ୟ" - } - ] - }, - { - "topWords": [ - { - "lemma": "εἰμί", - "strong": "G15100", - "morph": "Gr,V,IPA3,,S,", - "occurrence": 1, - "occurrences": 1, - "word": "ἐστιν" - } - ], - "bottomWords": [] - } - ], - "wordBank": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ଏହା" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ଜାଣୁଅଛ" - } - ] - }, - "13": { - "alignments": [ - { - "topWords": [ - { - "strong": "G41830", - "lemma": "πολλός", - "morph": "Gr,RI,,,,ANP,", - "occurrence": 1, - "occurrences": 1, - "word": "πολλὰ" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ଅନେକ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ବିଷୟ" - } - ] - }, - { - "topWords": [ - { - "strong": "G21920", - "lemma": "ἔχω", - "morph": "Gr,V,IIA1,,S,", - "occurrence": 1, - "occurrences": 1, - "word": "εἶχον" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ଅଛି" - } - ] - }, - { - "topWords": [ - { - "strong": "G11250", - "lemma": "γράφω", - "morph": "Gr,V,NAA,,,,,", - "occurrence": 1, - "occurrences": 1, - "word": "γράψαι" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 2, - "word": "ଲେଖିବାକୁ" - } - ] - }, - { - "topWords": [ - { - "strong": "G47710", - "lemma": "σύ", - "morph": "Gr,RP,,,2D,S,", - "occurrence": 1, - "occurrences": 2, - "word": "σοι" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ତୁମ୍ଭ" - } - ] - }, - { - "topWords": [ - { - "strong": "G02350", - "lemma": "ἀλλά", - "morph": "Gr,CC,,,,,,,,", - "occurrence": 1, - "occurrences": 1, - "word": "ἀλλ’" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "କିନ୍ତୁ" - } - ] - }, - { - "topWords": [ - { - "strong": "G37560", - "lemma": "οὐ", - "morph": "Gr,DO,,,,,,,,", - "occurrence": 1, - "occurrences": 1, - "word": "οὐ" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ନାହିଁ" - } - ] - }, - { - "topWords": [ - { - "strong": "G23090", - "lemma": "θέλω", - "morph": "Gr,V,IPA1,,S,", - "occurrence": 1, - "occurrences": 1, - "word": "θέλω" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ଇଚ୍ଛା" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "କରୁ" - } - ] - }, - { - "topWords": [ - { - "lemma": "διά", - "strong": "G12230", - "morph": "Gr,P,,,,,G,,,", - "occurrence": 1, - "occurrences": 1, - "word": "διὰ" - } - ], - "bottomWords": [] - }, - { - "topWords": [ - { - "strong": "G31890", - "lemma": "μέλας", - "morph": "Gr,NS,,,,GNS,", - "occurrence": 1, - "occurrences": 1, - "word": "μέλανος" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "କାଳି" - } - ] - }, - { - "topWords": [ - { - "strong": "G25320", - "lemma": "καί", - "morph": "Gr,CC,,,,,,,,", - "occurrence": 1, - "occurrences": 1, - "word": "καὶ" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ଓ" - } - ] - }, - { - "topWords": [ - { - "strong": "G25630", - "lemma": "κάλαμος", - "morph": "Gr,N,,,,,GMS,", - "occurrence": 1, - "occurrences": 1, - "word": "καλάμου" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "କଲମରେ" - } - ] - }, - { - "topWords": [ - { - "lemma": "σύ", - "strong": "G47710", - "morph": "Gr,RP,,,2D,S,", - "occurrence": 2, - "occurrences": 2, - "word": "σοι" - } - ], - "bottomWords": [] - }, - { - "topWords": [ - { - "strong": "G11250", - "lemma": "γράφω", - "morph": "Gr,V,NPA,,,,,", - "occurrence": 1, - "occurrences": 1, - "word": "γράφειν" - } - ], - "bottomWords": [ - { - "occurrence": 2, - "occurrences": 2, - "word": "ଲେଖିବାକୁ" - } - ] - } - ], - "wordBank": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ନିକଟକୁ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ମୋହର" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ତାହା" - } - ] - }, - "14": { - "alignments": [ - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "ἐλπίζω" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ମୋହର" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ଆଶା" - } - ] - }, - { - "topWords": [ - { - "lemma": "δέ", - "strong": "G11610", - "morph": "Gr,CO,,,,,,,,", - "occurrence": 1, - "occurrences": 1, - "word": "δὲ" - } - ], - "bottomWords": [] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "εὐθέως" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ଶୀଘ୍ର" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "σε" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ତୁମ୍ଭ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "ἰδεῖν" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ଦେଖା" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ହେବ" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "καὶ" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ଆଉ" - } - ] - }, - { - "topWords": [ - { - "strong": "G47500", - "lemma": "στόμα", - "morph": "Gr,N,,,,,ANS,", - "occurrence": 1, - "occurrences": 2, - "word": "στόμα" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ମୁଖାମୁଖି" - } - ] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "πρὸς" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ସହିତ" - } - ] - }, - { - "topWords": [ - { - "lemma": "στόμα", - "strong": "G47500", - "morph": "Gr,N,,,,,ANS,", - "occurrence": 2, - "occurrences": 2, - "word": "στόμα" - } - ], - "bottomWords": [] - }, - { - "topWords": [ - { - "strong": "", - "lemma": "", - "morph": "", - "occurrence": 1, - "occurrences": 1, - "word": "λαλήσομεν" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ହୋଇ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "କଥାବାର୍ତ୍ତା" - } - ] - } - ], - "wordBank": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ଯେ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ଆମ୍ଭେମାନେ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "କରିବା" - } - ] - }, - "15": { - "alignments": [ - { - "topWords": [ - { - "strong": "G15150", - "lemma": "εἰρήνη", - "morph": "Gr,N,,,,,NFS,", - "occurrence": 1, - "occurrences": 1, - "word": "εἰρήνη" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ଶାନ୍ତି" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ହେଉ" - } - ] - }, - { - "topWords": [ - { - "strong": "G47710", - "lemma": "σύ", - "morph": "Gr,RP,,,2D,S,", - "occurrence": 1, - "occurrences": 1, - "word": "σοι" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ତୁମ୍ଭ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ପ୍ରତି" - } - ] - }, - { - "topWords": [ - { - "strong": "G07820", - "lemma": "ἀσπάζομαι", - "morph": "Gr,V,IPM3,,P,", - "occurrence": 1, - "occurrences": 1, - "word": "ἀσπάζονταί" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 2, - "word": "ନମସ୍କାର" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ଜଣାଉଅଛନ୍ତି" - } - ] - }, - { - "topWords": [ - { - "strong": "G47710", - "lemma": "σύ", - "morph": "Gr,RP,,,2A,S,", - "occurrence": 1, - "occurrences": 1, - "word": "σε" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ତୁମ୍ଭକୁ" - } - ] - }, - { - "topWords": [ - { - "lemma": "ὁ", - "strong": "G35880", - "morph": "Gr,EA,,,,NMP,", - "occurrence": 1, - "occurrences": 1, - "word": "οἱ" - } - ], - "bottomWords": [] - }, - { - "topWords": [ - { - "strong": "G53840", - "lemma": "φίλος", - "morph": "Gr,NS,,,,NMP,", - "occurrence": 1, - "occurrences": 1, - "word": "φίλοι" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ମିତ୍ରମାନେ" - } - ] - }, - { - "topWords": [ - { - "strong": "G07820", - "lemma": "ἀσπάζομαι", - "morph": "Gr,V,MPM2,,S,", - "occurrence": 1, - "occurrences": 1, - "word": "ἀσπάζου" - } - ], - "bottomWords": [ - { - "occurrence": 2, - "occurrences": 2, - "word": "ନମସ୍କାର" - } - ] - }, - { - "topWords": [ - { - "lemma": "ὁ", - "strong": "G35880", - "morph": "Gr,EA,,,,AMP,", - "occurrence": 1, - "occurrences": 1, - "word": "τοὺς" - } - ], - "bottomWords": [] - }, - { - "topWords": [ - { - "strong": "G53840", - "lemma": "φίλος", - "morph": "Gr,NS,,,,AMP,", - "occurrence": 1, - "occurrences": 1, - "word": "φίλους" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ମିତ୍ରମାନଙ୍କୁ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ଜଣାଅ" - } - ] - }, - { - "topWords": [ - { - "strong": "G25960", - "lemma": "κατά", - "morph": "Gr,P,,,,,A,,,", - "occurrence": 1, - "occurrences": 1, - "word": "κατ’" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ଘେନି" - } - ] - }, - { - "topWords": [ - { - "strong": "G36860", - "lemma": "ὄνομα", - "morph": "Gr,N,,,,,ANS,", - "occurrence": 1, - "occurrences": 1, - "word": "ὄνομα" - } - ], - "bottomWords": [ - { - "occurrence": 1, - "occurrences": 1, - "word": "ପ୍ରତ୍ୟେକଙ୍କ" - }, - { - "occurrence": 1, - "occurrences": 1, - "word": "ନାମ" - } - ] - } - ], - "wordBank": [] - }, - "front": { - "alignments": [], - "wordBank": [] - } -} +{"1":{"alignments":[{"topWords":[{"word":"ὁ","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,NMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"πρεσβύτερος","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ପ୍ରାଚୀନ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"Γαΐῳ","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ଗାୟଙ୍କ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ନିକଟକୁ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"τῷ","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ଯେ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"ἀγαπητῷ","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ପ୍ରିୟତମ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"ὃν","strong":"G37390","lemma":"ὅς","morph":"Gr,RR,,,,AMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἐγὼ","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ମୁଁ","occurrence":1,"occurrences":2,"type":"bottomWord"},{"word":"ମୁଁ","occurrence":2,"occurrences":2,"type":"bottomWord"}]},{"topWords":[{"word":"ἀγαπῶ","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ପ୍ରେମ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"ἐν","strong":"G17220","lemma":"ἐν","morph":"Gr,P,,,,,D,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἀληθείᾳ","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ସତ୍ୟ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ରୂପେ","occurrence":1,"occurrences":1,"type":"bottomWord"}]}],"wordBank":[{"word":"ପତ୍ର","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ଲେଖୁଅଛି","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ତାହାଙ୍କୁ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"କରେ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},"2":{"alignments":[{"topWords":[{"word":"ἀγαπητέ","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ପ୍ରିୟ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"περὶ","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ବିଷୟରେ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"πάντων","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ସର୍ବ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"εὔχομαί","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ପ୍ରାର୍ଥନା","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"σε","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ତୁମ୍ଭ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"εὐοδοῦσθαι","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ମଙ୍ଗଳ","occurrence":2,"occurrences":2,"type":"bottomWord"},{"word":"ହେଉ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"καὶ","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ଓ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"ὑγιαίνειν","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ସ୍ୱାସ୍ଥ୍ୟ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ଭୋଗ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"କରୁଥାଅ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"καθὼς","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ଯେପରି","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ସେହିପରି","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"εὐοδοῦταί","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ମଙ୍ଗଳ","occurrence":1,"occurrences":2,"type":"bottomWord"},{"word":"ହେଉଅଛି","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"σου","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ତୁମ୍ଭର","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ତୁମ୍ଭେ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"ἡ","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,NFS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ψυχή","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ଆତ୍ମାର","occurrence":1,"occurrences":1,"type":"bottomWord"}]}],"wordBank":[{"word":"ବନ୍ଧୁ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ଏହା","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ମୋହର","occurrence":1,"occurrences":1,"type":"bottomWord"}]},"3":{"alignments":[{"topWords":[{"word":"ἐχάρην","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ଆନନ୍ଦିତ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"γὰρ","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"କାରଣ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"λείαν","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ବିଶେଷ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"ἐρχομένων","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ଆସି","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"ἀδελφῶν","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ଭାଇମାନେ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"καὶ","strong":"G25320","lemma":"καί","morph":"Gr,CC,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"μαρτυρούντων","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ସାକ୍ଷ୍ୟ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ଦେଲେ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"σου","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ତୁମ୍ଭର","occurrence":1,"occurrences":2,"type":"bottomWord"}]},{"topWords":[{"word":"τῇ","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,DFS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἀληθείᾳ","strong":"G02250","lemma":"ἀλήθεια","morph":"Gr,N,,,,,DFS,","occurrence":1,"occurrences":2}],"bottomWords":[{"word":"ନିଷ୍ଠାଭାବ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"καθὼς","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ଯେତେବେଳେ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ଅର୍ଥାତ୍‍","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ସେତେବେଳେ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"σὺ","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ତୁମ୍ଭର","occurrence":2,"occurrences":2,"type":"bottomWord"}]},{"topWords":[{"word":"ἐν","strong":"G17220","lemma":"ἐν","morph":"Gr,P,,,,,D,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἀληθείᾳ","strong":"","lemma":"","morph":"","occurrence":2,"occurrences":2}],"bottomWords":[{"word":"ସତ୍ୟ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ପ୍ରତି","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ସତ୍ୟରେ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"περιπατεῖς","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ଆଚରଣ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ବିଷୟରେ","occurrence":1,"occurrences":1,"type":"bottomWord"}]}],"wordBank":[{"word":"ମୁଁ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ହେଲି","occurrence":1,"occurrences":1,"type":"bottomWord"}]},"4":{"alignments":[{"topWords":[{"word":"μειζοτέραν","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ବଡ଼","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"τούτων","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ଏହା","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ବିଷୟ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"οὐκ","strong":"G37560","lemma":"οὐ","morph":"Gr,D,,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἔχω","strong":"G21920","lemma":"ἔχω","morph":"Gr,V,IPA1,,S,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"χαράν","strong":"G54790","lemma":"χαρά","morph":"Gr,N,,,,,AFS,","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ଆନନ୍ଦର","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"ἵνα","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ଯେ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"ἀκούω","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ଶୁଣିବାଠାରୁ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"τὰ","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,ANP,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἐμὰ","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ମୋହର","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ମୋର","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"τέκνα","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ସନ୍ତାନମାନେ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"ἐν","strong":"G17220","lemma":"ἐν","morph":"Gr,P,,,,,D,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"τῇ","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,DFS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἀληθείᾳ","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ସତ୍ୟରେ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"περιπατοῦντα","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ଆଚରଣ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"କରୁଅଛନ୍ତି","occurrence":1,"occurrences":1,"type":"bottomWord"}]}],"wordBank":[{"word":"ଆଉ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ନାହିଁ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},"5":{"alignments":[{"topWords":[{"word":"ἀγαπητέ","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ପ୍ରିୟ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ବନ୍ଧୁ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"πιστὸν","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ବିଶ୍ୱସ୍ତ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ଭାବରେ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"ποιεῖς","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"କରୁଅଛ","occurrence":1,"occurrences":2,"type":"bottomWord"}]},{"topWords":[{"word":"ὃ","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ଯାହା","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"ἐὰν","strong":"G14370","lemma":"ἐάν","morph":"Gr,T,,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἐργάσῃ","strong":"G20380","lemma":"ἐργάζομαι","morph":"Gr,V,SAM2,,S,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"εἰς","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ପ୍ରତି","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"τοὺς","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,AMP,","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ତୁମ୍ଭେ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"ἀδελφοὺς","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ଭ୍ରାତୃଗଣ","occurrence":1,"occurrences":2,"type":"bottomWord"},{"word":"ଭ୍ରାତୃଗଣ","occurrence":2,"occurrences":2,"type":"bottomWord"}]},{"topWords":[{"word":"καὶ","strong":"G25320","lemma":"καί","morph":"Gr,CC,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"τοῦτο","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ବିଶେଷତଃ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ତାହା","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"ξένους","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ବିଦେଶୀ","occurrence":1,"occurrences":1,"type":"bottomWord"}]}],"wordBank":[{"word":"କରୁଅଛ","occurrence":2,"occurrences":2,"type":"bottomWord"}]},"6":{"alignments":[{"topWords":[{"word":"οἳ","strong":"G37390","lemma":"ὅς","morph":"Gr,RR,,,,NMP,","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ବିଷୟରେ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"ἐμαρτύρησάν","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ସାକ୍ଷ୍ୟ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ଦେଇଅଛନ୍ତି","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"σου","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ତୁମ୍ଭ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ତୁମ୍ଭେ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"τῇ","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,DFS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἀγάπῃ","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ପ୍ରେମ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"ἐνώπιον","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ନିକଟରେ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"ἐκκλησίας","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ମଣ୍ଡଳୀ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"οὓς","strong":"G37390","lemma":"ὅς","morph":"Gr,RR,,,,AMP,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"καλῶς","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ଉତ୍ତମ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"ποιήσεις","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"କାର୍ଯ୍ୟ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"προπέμψας","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ସେମାନଙ୍କୁ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ବାଟ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ବଳାଇଦିଅ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"ἀξίως","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ଯଦି","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ଯୋଗ୍ୟ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"τοῦ","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,GMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"Θεοῦ","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ଈଶ୍ୱରଙ୍କ","occurrence":1,"occurrences":1,"type":"bottomWord"}]}],"wordBank":[{"word":"ସେମାନେ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ଉପକାର","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ଦେଇ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ତେବେ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"କରିବ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},"7":{"alignments":[{"topWords":[{"word":"ὑπὲρ","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ସକାଶେ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"γὰρ","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ଯେଣୁ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"τοῦ","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,GNS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ὀνόματος","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ନାମ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"ἐξῆλθον","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ବାହାରି","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"μηδὲν","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"କିଛି","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ହିଁ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ନ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"λαμβάνοντες","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ଗ୍ରହଣ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"ἀπὸ","strong":"G05750","lemma":"ἀπό","morph":"Gr,P,,,,,G,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"τῶν","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,GMP,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἐθνικῶν","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ଅଣଯିହୂଦୀମାନଙ୍କଠାରୁ","occurrence":1,"occurrences":1,"type":"bottomWord"}]}],"wordBank":[{"word":"ସେମାନେ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"କରି","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ଖ୍ରୀଷ୍ଟଙ୍କ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ଅଛନ୍ତି","occurrence":1,"occurrences":1,"type":"bottomWord"}]},"8":{"alignments":[{"topWords":[{"word":"ἡμεῖς","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ଆମ୍ଭେମାନେ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ଆମ୍ଭମାନଙ୍କର","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"οὖν","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ସକାଶେ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ଏଥି","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ନିମନ୍ତେ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"ὀφείλομεν","strong":"G37840","lemma":"ὀφείλω","morph":"Gr,V,IPA1,,P,","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ଅତଏବ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"ὑπολαμβάνειν","strong":"G52740","lemma":"ὑπολαμβάνω","morph":"Gr,V,NPA,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ଉପକାର","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"τοὺς","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,AMP,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"τοιούτους","strong":"G51080","lemma":"τοιοῦτος","morph":"Gr,RD,,,,AMP,","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ସେମାନଙ୍କର","occurrence":1,"occurrences":2,"type":"bottomWord"}]},{"topWords":[{"word":"ἵνα","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ଯେପରି","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"συνεργοὶ","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ସହକାର୍ଯ୍ୟକାରୀ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ସେମାନଙ୍କର","occurrence":2,"occurrences":2,"type":"bottomWord"},{"word":"କରିବା","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"γινώμεθα","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ହୋଇ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ପାରୁ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"τῇ","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,DFS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἀληθείᾳ","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ସତ୍ୟ","occurrence":1,"occurrences":1,"type":"bottomWord"}]}],"wordBank":[{"word":"କର୍ତ୍ତବ୍ୟ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},"9":{"alignments":[{"topWords":[{"word":"ἔγραψά","strong":"G11250","lemma":"γράφω","morph":"Gr,V,IAA1,,S,","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ମୁଁ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ଲେଖିଲି","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"τι","strong":"G51000","lemma":"τις","morph":"Gr,RI,,,,ANS,","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"କିଛି","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"τῇ","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,DFS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἐκκλησίᾳ","strong":"G15770","lemma":"ἐκκλησία","morph":"Gr,N,,,,,DFS,","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ମଣ୍ଡଳୀ","occurrence":1,"occurrences":2,"type":"bottomWord"},{"word":"ନିକଟକୁ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ମଣ୍ଡଳୀ","occurrence":2,"occurrences":2,"type":"bottomWord"}]},{"topWords":[{"word":"ἀλλ’","strong":"G02350","lemma":"ἀλλά","morph":"Gr,CC,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ମାତ୍ର","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"ὁ","strong":"G35880","lemma":"ὁ","morph":"Gr,RD,,,,NMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"φιλοπρωτεύων","strong":"G53830","lemma":"φιλοπρωτεύω","morph":"Gr,V,PPA,NMS,","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ପ୍ରଧାନ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ହେବାକୁ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ଭଲ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ପାଇ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"αὐτῶν","strong":"G08460","lemma":"αὐτός","morph":"Gr,RP,,,3GMP,","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ମଧ୍ୟରେ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"Διοτρέφης","strong":"G13610","lemma":"Διοτρέφης","morph":"Gr,N,,,,,NMS,","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ଦୀୟତ୍ରଫା","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"οὐκ","strong":"G37560","lemma":"οὐ","morph":"Gr,D,,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἐπιδέχεται","strong":"G19260","lemma":"ἐπιδέχομαι","morph":"Gr,V,IPM3,,S,","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ଅଗ୍ରାହ୍ୟ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"କରେ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"ἡμᾶς","strong":"G14730","lemma":"ἐγώ","morph":"Gr,RP,,,1A,P,","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ଆମ୍ଭମାନଙ୍କୁ","occurrence":1,"occurrences":1,"type":"bottomWord"}]}],"wordBank":[]},"10":{"alignments":[{"topWords":[{"word":"διὰ","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ଏଣୁ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"τοῦτο","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ଏହି","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"ἐὰν","strong":"G14370","lemma":"ἐάν","morph":"Gr,CS,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἔλθω","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ମୁଁ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ଗଲେ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"ὑπομνήσω","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ସ୍ମରଣରେ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"αὐτοῦ","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ସେ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"τὰ","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,ANP,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἔργα","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"କର୍ମ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"ἃ","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ତାହା","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"ποιεῖ","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"କରିବାକୁ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"କୃତ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"λόγοις","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"କଥା","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"କହି","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"πονηροῖς","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ମନ୍ଦ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"φλυαρῶν","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ବିରୁଦ୍ଧରେ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ନିନ୍ଦା","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"କରେ","occurrence":1,"occurrences":4,"type":"bottomWord"}]},{"topWords":[{"word":"ἡμᾶς","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ଆମ୍ଭମାନଙ୍କ","occurrence":1,"occurrences":2,"type":"bottomWord"},{"word":"ଆମ୍ଭମାନଙ୍କ","occurrence":2,"occurrences":2,"type":"bottomWord"}]},{"topWords":[{"word":"καὶ","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":3}],"bottomWords":[{"word":"ପୁଣି","occurrence":1,"occurrences":2,"type":"bottomWord"},{"word":"ସେଥିରେ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"μὴ","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ନ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"ἀρκούμενος","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ତୃପ୍ତ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"ἐπὶ","strong":"G19090","lemma":"ἐπί","morph":"Gr,P,,,,,D,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"τούτοις","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ସମସ୍ତ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"οὔτε","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ନାହିଁ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"αὐτὸς","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ନିଜେ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ସେମାନଙ୍କୁ","occurrence":1,"occurrences":2,"type":"bottomWord"},{"word":"ସେମାନଙ୍କୁ","occurrence":2,"occurrences":2,"type":"bottomWord"},{"word":"ତାହାର","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"ἐπιδέχεται","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ଆତିଥ୍ୟ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"କରେ","occurrence":2,"occurrences":4,"type":"bottomWord"}]},{"topWords":[{"word":"τοὺς","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,AMP,","occurrence":1,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"ἀδελφοὺς","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ଭାଇମାନଙ୍କର","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"καὶ","strong":"","lemma":"","morph":"","occurrence":2,"occurrences":3}],"bottomWords":[{"word":"ପୁଣି","occurrence":2,"occurrences":2,"type":"bottomWord"}]},{"topWords":[{"word":"τοὺς","strong":"G35880","lemma":"ὁ","morph":"Gr,RD,,,,AMP,","occurrence":2,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"βουλομένους","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ଇଚ୍ଛା","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"କଲେ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"κωλύει","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ମନା","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"କରେ","occurrence":3,"occurrences":4,"type":"bottomWord"}]},{"topWords":[{"word":"καὶ","strong":"","lemma":"","morph":"","occurrence":3,"occurrences":3}],"bottomWords":[{"word":"ଆଉ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"ἐκ","strong":"G15370","lemma":"ἐκ","morph":"Gr,P,,,,,G,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"τῆς","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,GFS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἐκκλησίας","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ମଣ୍ଡଳୀରୁ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"ἐκβάλλει","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ଉଚ୍ଛିନ୍ନ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"କରେ","occurrence":4,"occurrences":4,"type":"bottomWord"}]}],"wordBank":[{"word":"ହୋଇ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ଅନ୍ୟମାନେ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ଆଣିବି","occurrence":1,"occurrences":1,"type":"bottomWord"}]},"11":{"alignments":[{"topWords":[{"word":"ἀγαπητέ","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ପ୍ରିୟ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ବନ୍ଧୁ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"μὴ","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ନ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"μιμοῦ","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ଅନୁକାରୀ","occurrence":1,"occurrences":2,"type":"bottomWord"},{"word":"ଅନୁକାରୀ","occurrence":2,"occurrences":2,"type":"bottomWord"},{"word":"ହୁଅ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"τὸ","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,ANS,","occurrence":1,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"κακὸν","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ଦୁଷ୍କର୍ମର","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"ἀλλὰ","strong":"G02350","lemma":"ἀλλά","morph":"Gr,CO,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"τὸ","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,ANS,","occurrence":2,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"ἀγαθόν","strong":"G00180","lemma":"ἀγαθός","morph":"Gr,NS,,,,ANS,","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ସତ୍କର୍ମ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"ὁ","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":2}],"bottomWords":[{"word":"ଯେ","occurrence":1,"occurrences":2,"type":"bottomWord"}]},{"topWords":[{"word":"ἀγαθοποιῶν","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ସତ୍କର୍ମର","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"କରେ","occurrence":1,"occurrences":2,"type":"bottomWord"}]},{"topWords":[{"word":"ἐκ","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ଜାତ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"τοῦ","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,GMS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"Θεοῦ","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ଈଶ୍ୱରଙ୍କଠାରୁ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"ἐστιν","strong":"G15100","lemma":"εἰμί","morph":"Gr,V,IPA3,,S,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ὁ","strong":"G35880","lemma":"ὁ","morph":"Gr,RD,,,,NMS,","occurrence":2,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"κακοποιῶν","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ଦୁଷ୍କର୍ମ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"କରେ","occurrence":2,"occurrences":2,"type":"bottomWord"}]},{"topWords":[{"word":"οὐχ","strong":"G37560","lemma":"οὐ","morph":"Gr,D,,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἑώρακεν","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ଦର୍ଶନ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"କରି","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"τὸν","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ଯେ","occurrence":2,"occurrences":2,"type":"bottomWord"}]},{"topWords":[{"word":"Θεόν","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ଈଶ୍ୱରଙ୍କୁ","occurrence":1,"occurrences":1,"type":"bottomWord"}]}],"wordBank":[{"word":"ତୁମ୍ଭେ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ହୋଇ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ସେ","occurrence":1,"occurrences":2,"type":"bottomWord"},{"word":"ସେ","occurrence":2,"occurrences":2,"type":"bottomWord"},{"word":"ନାହିଁ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},"12":{"alignments":[{"topWords":[{"word":"Δημητρίῳ","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ଦୀମିତ୍ରୀୟଙ୍କ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ସପକ୍ଷରେ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"μεμαρτύρηται","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ସାକ୍ଷ୍ୟ","occurrence":1,"occurrences":4,"type":"bottomWord"},{"word":"ଦେଇଅଛନ୍ତି","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ସାକ୍ଷ୍ୟ","occurrence":3,"occurrences":4,"type":"bottomWord"},{"word":"ଦେଉଅଛୁ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"ὑπὸ","strong":"G52590","lemma":"ὑπό","morph":"Gr,P,,,,,G,,,","occurrence":1,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"πάντων","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ସମସ୍ତେ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"καὶ","strong":"G25320","lemma":"καί","morph":"Gr,CC,,,,,,,,","occurrence":1,"occurrences":3}],"bottomWords":[]},{"topWords":[{"word":"ὑπὸ","strong":"G52590","lemma":"ὑπό","morph":"Gr,P,,,,,G,,,","occurrence":2,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"αὐτῆς","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ନିଜେ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"τῆς","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,GFS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἀληθείας","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ସତ୍ୟ","occurrence":1,"occurrences":2,"type":"bottomWord"}]},{"topWords":[{"word":"καὶ","strong":"","lemma":"","morph":"","occurrence":2,"occurrences":3}],"bottomWords":[{"word":"ଆଉ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"ἡμεῖς","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ଆମ୍ଭେମାନେ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ଆମ୍ଭମାନଙ୍କ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"δὲ","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ସୁଦ୍ଧା","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ମଧ୍ୟ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"μαρτυροῦμεν","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ସାକ୍ଷ୍ୟ","occurrence":2,"occurrences":4,"type":"bottomWord"},{"word":"ଦେଇଅଛି","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"καὶ","strong":"G25320","lemma":"καί","morph":"Gr,CC,,,,,,,,","occurrence":3,"occurrences":3}],"bottomWords":[]},{"topWords":[{"word":"οἶδας","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ତୁମ୍ଭେ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"ὅτι","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ଯେ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"ἡ","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,NFS,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"μαρτυρία","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ସାକ୍ଷ୍ୟ","occurrence":4,"occurrences":4,"type":"bottomWord"}]},{"topWords":[{"word":"ἡμῶν","strong":"G14730","lemma":"ἐγώ","morph":"Gr,RP,,,1G,P,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"ἀληθής","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ସତ୍ୟ","occurrence":2,"occurrences":2,"type":"bottomWord"}]},{"topWords":[{"word":"ἐστιν","strong":"G15100","lemma":"εἰμί","morph":"Gr,V,IPA3,,S,","occurrence":1,"occurrences":1}],"bottomWords":[]}],"wordBank":[{"word":"ଏହା","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ଜାଣୁଅଛ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},"13":{"alignments":[{"topWords":[{"word":"πολλὰ","strong":"G41830","lemma":"πολλός","morph":"Gr,RI,,,,ANP,","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ଅନେକ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ବିଷୟ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"εἶχον","strong":"G21920","lemma":"ἔχω","morph":"Gr,V,IIA1,,S,","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ଅଛି","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"γράψαι","strong":"G11250","lemma":"γράφω","morph":"Gr,V,NAA,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ଲେଖିବାକୁ","occurrence":1,"occurrences":2,"type":"bottomWord"}]},{"topWords":[{"word":"σοι","strong":"G47710","lemma":"σύ","morph":"Gr,RP,,,2D,S,","occurrence":1,"occurrences":2}],"bottomWords":[{"word":"ତୁମ୍ଭ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"ἀλλ’","strong":"G02350","lemma":"ἀλλά","morph":"Gr,CC,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"କିନ୍ତୁ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"οὐ","strong":"G37560","lemma":"οὐ","morph":"Gr,DO,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ନାହିଁ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"θέλω","strong":"G23090","lemma":"θέλω","morph":"Gr,V,IPA1,,S,","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ଇଚ୍ଛା","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"କରୁ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"διὰ","strong":"G12230","lemma":"διά","morph":"Gr,P,,,,,G,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"μέλανος","strong":"G31890","lemma":"μέλας","morph":"Gr,NS,,,,GNS,","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"କାଳି","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"καὶ","strong":"G25320","lemma":"καί","morph":"Gr,CC,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ଓ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"καλάμου","strong":"G25630","lemma":"κάλαμος","morph":"Gr,N,,,,,GMS,","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"କଲମରେ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"σοι","strong":"G47710","lemma":"σύ","morph":"Gr,RP,,,2D,S,","occurrence":2,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"γράφειν","strong":"G11250","lemma":"γράφω","morph":"Gr,V,NPA,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ଲେଖିବାକୁ","occurrence":2,"occurrences":2,"type":"bottomWord"}]}],"wordBank":[{"word":"ନିକଟକୁ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ମୋହର","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ତାହା","occurrence":1,"occurrences":1,"type":"bottomWord"}]},"14":{"alignments":[{"topWords":[{"word":"ἐλπίζω","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ମୋହର","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ଆଶା","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"δὲ","strong":"G11610","lemma":"δέ","morph":"Gr,CO,,,,,,,,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"εὐθέως","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ଶୀଘ୍ର","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"σε","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ତୁମ୍ଭ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"ἰδεῖν","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ଦେଖା","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ହେବ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"καὶ","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ଆଉ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"στόμα","strong":"G47500","lemma":"στόμα","morph":"Gr,N,,,,,ANS,","occurrence":1,"occurrences":2}],"bottomWords":[{"word":"ମୁଖାମୁଖି","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"πρὸς","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ସହିତ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"στόμα","strong":"G47500","lemma":"στόμα","morph":"Gr,N,,,,,ANS,","occurrence":2,"occurrences":2}],"bottomWords":[]},{"topWords":[{"word":"λαλήσομεν","strong":"","lemma":"","morph":"","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ହୋଇ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"କଥାବାର୍ତ୍ତା","occurrence":1,"occurrences":1,"type":"bottomWord"}]}],"wordBank":[{"word":"ଯେ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ଆମ୍ଭେମାନେ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"କରିବା","occurrence":1,"occurrences":1,"type":"bottomWord"}]},"15":{"alignments":[{"topWords":[{"word":"εἰρήνη","strong":"G15150","lemma":"εἰρήνη","morph":"Gr,N,,,,,NFS,","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ଶାନ୍ତି","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ହେଉ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"σοι","strong":"G47710","lemma":"σύ","morph":"Gr,RP,,,2D,S,","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ତୁମ୍ଭ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ପ୍ରତି","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"ἀσπάζονταί","strong":"G07820","lemma":"ἀσπάζομαι","morph":"Gr,V,IPM3,,P,","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ନମସ୍କାର","occurrence":1,"occurrences":2,"type":"bottomWord"},{"word":"ଜଣାଉଅଛନ୍ତି","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"σε","strong":"G47710","lemma":"σύ","morph":"Gr,RP,,,2A,S,","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ତୁମ୍ଭକୁ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"οἱ","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,NMP,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"φίλοι","strong":"G53840","lemma":"φίλος","morph":"Gr,NS,,,,NMP,","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ମିତ୍ରମାନେ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"ἀσπάζου","strong":"G07820","lemma":"ἀσπάζομαι","morph":"Gr,V,MPM2,,S,","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ନମସ୍କାର","occurrence":2,"occurrences":2,"type":"bottomWord"}]},{"topWords":[{"word":"τοὺς","strong":"G35880","lemma":"ὁ","morph":"Gr,EA,,,,AMP,","occurrence":1,"occurrences":1}],"bottomWords":[]},{"topWords":[{"word":"φίλους","strong":"G53840","lemma":"φίλος","morph":"Gr,NS,,,,AMP,","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ମିତ୍ରମାନଙ୍କୁ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ଜଣାଅ","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"κατ’","strong":"G25960","lemma":"κατά","morph":"Gr,P,,,,,A,,,","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ଘେନି","occurrence":1,"occurrences":1,"type":"bottomWord"}]},{"topWords":[{"word":"ὄνομα","strong":"G36860","lemma":"ὄνομα","morph":"Gr,N,,,,,ANS,","occurrence":1,"occurrences":1}],"bottomWords":[{"word":"ପ୍ରତ୍ୟେକଙ୍କ","occurrence":1,"occurrences":1,"type":"bottomWord"},{"word":"ନାମ","occurrence":1,"occurrences":1,"type":"bottomWord"}]}],"wordBank":[]},"front":{"alignments":[],"wordBank":[]}} \ No newline at end of file diff --git a/.apps/translationCore/index/translationNotes/3jn/.categories b/.apps/translationCore/index/translationNotes/3jn/.categories new file mode 100644 index 0000000..4068bca --- /dev/null +++ b/.apps/translationCore/index/translationNotes/3jn/.categories @@ -0,0 +1,26 @@ +{ + "current": [ + "figs-explicit", + "translate-names", + "figs-ellipsis", + "figs-idiom", + "figs-metaphor", + "figs-metonymy", + "figs-personification", + "figs-activepassive", + "figs-exclusive" + ], + "loaded": [ + "figs-explicit", + "translate-names", + "figs-ellipsis", + "figs-idiom", + "figs-metaphor", + "figs-metonymy", + "figs-personification", + "figs-activepassive", + "figs-exclusive" + ], + "timestamp": "2020-07-29T15:01:50.759Z", + "languageId": "en" +} diff --git a/.apps/translationCore/index/translationNotes/3jn/.categoryIndex/culture.json b/.apps/translationCore/index/translationNotes/3jn/.categoryIndex/culture.json new file mode 100644 index 0000000..ac228c7 --- /dev/null +++ b/.apps/translationCore/index/translationNotes/3jn/.categoryIndex/culture.json @@ -0,0 +1,4 @@ +[ + "figs-explicit", + "translate-names" +] diff --git a/.apps/translationCore/index/translationNotes/3jn/.categoryIndex/discourse.json b/.apps/translationCore/index/translationNotes/3jn/.categoryIndex/discourse.json new file mode 100644 index 0000000..fe51488 --- /dev/null +++ b/.apps/translationCore/index/translationNotes/3jn/.categoryIndex/discourse.json @@ -0,0 +1 @@ +[] diff --git a/.apps/translationCore/index/translationNotes/3jn/.categoryIndex/figures.json b/.apps/translationCore/index/translationNotes/3jn/.categoryIndex/figures.json new file mode 100644 index 0000000..1d4539d --- /dev/null +++ b/.apps/translationCore/index/translationNotes/3jn/.categoryIndex/figures.json @@ -0,0 +1,7 @@ +[ + "figs-ellipsis", + "figs-idiom", + "figs-metaphor", + "figs-metonymy", + "figs-personification" +] diff --git a/.apps/translationCore/index/translationNotes/3jn/.categoryIndex/grammar.json b/.apps/translationCore/index/translationNotes/3jn/.categoryIndex/grammar.json new file mode 100644 index 0000000..18dbb39 --- /dev/null +++ b/.apps/translationCore/index/translationNotes/3jn/.categoryIndex/grammar.json @@ -0,0 +1,4 @@ +[ + "figs-activepassive", + "figs-exclusive" +] diff --git a/.apps/translationCore/index/translationNotes/3jn/.categoryIndex/numbers.json b/.apps/translationCore/index/translationNotes/3jn/.categoryIndex/numbers.json new file mode 100644 index 0000000..fe51488 --- /dev/null +++ b/.apps/translationCore/index/translationNotes/3jn/.categoryIndex/numbers.json @@ -0,0 +1 @@ +[] diff --git a/.apps/translationCore/index/translationNotes/3jn/.categoryIndex/other.json b/.apps/translationCore/index/translationNotes/3jn/.categoryIndex/other.json new file mode 100644 index 0000000..fe51488 --- /dev/null +++ b/.apps/translationCore/index/translationNotes/3jn/.categoryIndex/other.json @@ -0,0 +1 @@ +[] diff --git a/.apps/translationCore/index/translationNotes/3jn/figs-activepassive.json b/.apps/translationCore/index/translationNotes/3jn/figs-activepassive.json new file mode 100644 index 0000000..c267382 --- /dev/null +++ b/.apps/translationCore/index/translationNotes/3jn/figs-activepassive.json @@ -0,0 +1,40 @@ +[ + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "This can be stated in active form. Alternate translation: “All who know Demetrius bear witness of him” or “Every believer who knows Demetrius speaks well of him” (See: [Active or Passive](rc://en/ta/man/translate/figs-activepassive))", + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 12 + }, + "tool": "translationNotes", + "groupId": "figs-activepassive", + "quote": [ + { + "word": "Δημητρίῳ", + "occurrence": 1 + }, + { + "word": "μεμαρτύρηται", + "occurrence": 1 + }, + { + "word": "ὑπὸ", + "occurrence": 1 + }, + { + "word": "πάντων", + "occurrence": 1 + } + ], + "quoteString": "Δημητρίῳ μεμαρτύρηται ὑπὸ πάντων", + "glQuote": "Demetrius is borne witness to by all", + "occurrence": 1 + } + } +] diff --git a/.apps/translationCore/index/translationNotes/3jn/figs-ellipsis.json b/.apps/translationCore/index/translationNotes/3jn/figs-ellipsis.json new file mode 100644 index 0000000..309b650 --- /dev/null +++ b/.apps/translationCore/index/translationNotes/3jn/figs-ellipsis.json @@ -0,0 +1,108 @@ +[ + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "There are words left out but they are understood. Alternate translation: “stops those who want to welcome the believers” (See: [Ellipsis](rc://en/ta/man/translate/figs-ellipsis))", + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 10 + }, + "tool": "translationNotes", + "groupId": "figs-ellipsis", + "quote": [ + { + "word": "τοὺς", + "occurrence": 2 + }, + { + "word": "βουλομένους", + "occurrence": 1 + }, + { + "word": "κωλύει", + "occurrence": 1 + } + ], + "quoteString": "τοὺς βουλομένους κωλύει", + "glQuote": "stops those who are willing", + "occurrence": 1 + } + }, + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "There are words left out but they are understood. Alternate translation: “but imitate the good things that people do” (See: [Ellipsis](rc://en/ta/man/translate/figs-ellipsis))", + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 11 + }, + "tool": "translationNotes", + "groupId": "figs-ellipsis", + "quote": [ + { + "word": "ἀλλὰ", + "occurrence": 1 + }, + { + "word": "τὸ", + "occurrence": 2 + }, + { + "word": "ἀγαθόν", + "occurrence": 1 + } + ], + "quoteString": "ἀλλὰ τὸ ἀγαθόν", + "glQuote": "but what is good", + "occurrence": 1 + } + }, + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "What John is confirming is implied and can be made specific here. Alternate translation: “And we also speak well of Demetrius” (See: [Ellipsis](rc://en/ta/man/translate/figs-ellipsis))", + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 12 + }, + "tool": "translationNotes", + "groupId": "figs-ellipsis", + "quote": [ + { + "word": "καὶ", + "occurrence": 2 + }, + { + "word": "ἡμεῖς", + "occurrence": 1 + }, + { + "word": "δὲ", + "occurrence": 1 + }, + { + "word": "μαρτυροῦμεν", + "occurrence": 1 + } + ], + "quoteString": "καὶ ἡμεῖς δὲ μαρτυροῦμεν", + "glQuote": "And we also bear witness", + "occurrence": 1 + } + } +] diff --git a/.apps/translationCore/index/translationNotes/3jn/figs-exclusive.json b/.apps/translationCore/index/translationNotes/3jn/figs-exclusive.json new file mode 100644 index 0000000..d8ea5da --- /dev/null +++ b/.apps/translationCore/index/translationNotes/3jn/figs-exclusive.json @@ -0,0 +1,44 @@ +[ + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "The word **us** refers to John and those with him and does not include Gaius. (See: [Exclusive and Inclusive 'We'](rc://en/ta/man/translate/figs-exclusive))", + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 9 + }, + "tool": "translationNotes", + "groupId": "figs-exclusive", + "quote": "ἡμᾶς", + "quoteString": "ἡμᾶς", + "glQuote": "us", + "occurrence": 1 + } + }, + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "Here **we** refers to John and those with him and does not include Gaius. (See: [Exclusive and Inclusive 'We'](rc://en/ta/man/translate/figs-exclusive))", + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 12 + }, + "tool": "translationNotes", + "groupId": "figs-exclusive", + "quote": "ἡμεῖς", + "quoteString": "ἡμεῖς", + "glQuote": "we", + "occurrence": 1 + } + } +] diff --git a/.apps/translationCore/index/translationNotes/3jn/figs-explicit.json b/.apps/translationCore/index/translationNotes/3jn/figs-explicit.json new file mode 100644 index 0000000..8c9f290 --- /dev/null +++ b/.apps/translationCore/index/translationNotes/3jn/figs-explicit.json @@ -0,0 +1,32 @@ +[ + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "This refers to John, the apostle and disciple of Jesus. He refers to himself as **elder** either because of his old age or because he is a leader in the church. The name of the author can be made explicit: “I, John the elder, am writing” (See: [Assumed Knowledge and Implicit Information](rc://en/ta/man/translate/figs-explicit))", + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 1 + }, + "tool": "translationNotes", + "groupId": "figs-explicit", + "quote": [ + { + "word": "ὁ", + "occurrence": 1 + }, + { + "word": "πρεσβύτερος", + "occurrence": 1 + } + ], + "quoteString": "ὁ πρεσβύτερος", + "glQuote": "The elder", + "occurrence": 1 + } + } +] diff --git a/.apps/translationCore/index/translationNotes/3jn/figs-idiom.json b/.apps/translationCore/index/translationNotes/3jn/figs-idiom.json new file mode 100644 index 0000000..0ad4d1a --- /dev/null +++ b/.apps/translationCore/index/translationNotes/3jn/figs-idiom.json @@ -0,0 +1,36 @@ +[ + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "Here **mouth to mouth** is an idiom, meaning “in person”. Alternate translation: “in person” (See: [Idiom](rc://en/ta/man/translate/figs-idiom))", + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 14 + }, + "tool": "translationNotes", + "groupId": "figs-idiom", + "quote": [ + { + "word": "στόμα", + "occurrence": 1 + }, + { + "word": "πρὸς", + "occurrence": 1 + }, + { + "word": "στόμα", + "occurrence": 2 + } + ], + "quoteString": "στόμα πρὸς στόμα", + "glQuote": "mouth to mouth", + "occurrence": 1 + } + } +] diff --git a/.apps/translationCore/index/translationNotes/3jn/figs-metaphor.json b/.apps/translationCore/index/translationNotes/3jn/figs-metaphor.json new file mode 100644 index 0000000..37fbf1e --- /dev/null +++ b/.apps/translationCore/index/translationNotes/3jn/figs-metaphor.json @@ -0,0 +1,112 @@ +[ + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "Walking on a path is a metaphor for how a person lives his life. Alternate translation: “you are living your life according to God’s truth” (See: [Metaphor](rc://en/ta/man/translate/figs-metaphor))", + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 3 + }, + "tool": "translationNotes", + "groupId": "figs-metaphor", + "quote": [ + { + "word": "σὺ", + "occurrence": 1 + }, + { + "word": "ἐν", + "occurrence": 1 + }, + { + "word": "ἀληθείᾳ", + "occurrence": 2 + }, + { + "word": "περιπατεῖς", + "occurrence": 1 + } + ], + "quoteString": "σὺ ἐν ἀληθείᾳ περιπατεῖς", + "glQuote": "you are walking in truth", + "occurrence": 1 + } + }, + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "John speaks of those he taught to believe in Jesus as though they were his children. This emphasizes his love and concern for them. It could also be that he himself led them to the Lord. Alternate translation: “my spiritual children” (See: [Metaphor](rc://en/ta/man/translate/figs-metaphor))", + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 4 + }, + "tool": "translationNotes", + "groupId": "figs-metaphor", + "quote": [ + { + "word": "τὰ", + "occurrence": 1 + }, + { + "word": "ἐμὰ", + "occurrence": 1 + }, + { + "word": "τέκνα", + "occurrence": 1 + } + ], + "quoteString": "τὰ ἐμὰ τέκνα", + "glQuote": "my children", + "occurrence": 1 + } + }, + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "“Seeing” here is a metaphor that stands for knowing or understanding. Alternate translation: “has not known God” or “has not believed in God” (See: [Metaphor](rc://en/ta/man/translate/figs-metaphor))", + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 11 + }, + "tool": "translationNotes", + "groupId": "figs-metaphor", + "quote": [ + { + "word": "οὐχ", + "occurrence": 1 + }, + { + "word": "ἑώρακεν", + "occurrence": 1 + }, + { + "word": "τὸν", + "occurrence": 1 + }, + { + "word": "Θεόν", + "occurrence": 1 + } + ], + "quoteString": "οὐχ ἑώρακεν τὸν Θεόν", + "glQuote": "has not seen God", + "occurrence": 1 + } + } +] diff --git a/.apps/translationCore/index/translationNotes/3jn/figs-metonymy.json b/.apps/translationCore/index/translationNotes/3jn/figs-metonymy.json new file mode 100644 index 0000000..9276f60 --- /dev/null +++ b/.apps/translationCore/index/translationNotes/3jn/figs-metonymy.json @@ -0,0 +1,94 @@ +[ + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "Here **the name** refers to Jesus. Alternate translation: “for they have gone out to tell people about Jesus” (See: [Metonymy](rc://en/ta/man/translate/figs-metonymy))", + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 7 + }, + "tool": "translationNotes", + "groupId": "figs-metonymy", + "quote": [ + { + "word": "γὰρ", + "occurrence": 1 + }, + { + "word": "τοῦ", + "occurrence": 1 + }, + { + "word": "ὀνόματος", + "occurrence": 1 + }, + { + "word": "ἐξῆλθον", + "occurrence": 1 + } + ], + "quoteString": "γὰρ τοῦ ὀνόματος ἐξῆλθον", + "glQuote": "because they went out for the sake of the name", + "occurrence": 1 + } + }, + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "This is a metonymy, **ink and pen** standing for the process of writing. John is not saying that he would write them with something other than ink and pen. He is saying that he does not wish to write these other things at all. Alternate translation: “I do not want to write about them to you” (See: [Metonymy](rc://en/ta/man/translate/figs-metonymy))", + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 13 + }, + "tool": "translationNotes", + "groupId": "figs-metonymy", + "quote": [ + { + "word": "οὐ", + "occurrence": 1 + }, + { + "word": "θέλω", + "occurrence": 1 + }, + { + "word": "διὰ", + "occurrence": 1 + }, + { + "word": "μέλανος", + "occurrence": 1 + }, + { + "word": "καὶ", + "occurrence": 1 + }, + { + "word": "καλάμου", + "occurrence": 1 + }, + { + "word": "σοι", + "occurrence": 2 + }, + { + "word": "γράφειν", + "occurrence": 1 + } + ], + "quoteString": "οὐ θέλω διὰ μέλανος καὶ καλάμου σοι γράφειν", + "glQuote": "I do not wish to write them to you with ink and pen", + "occurrence": 1 + } + } +] diff --git a/.apps/translationCore/index/translationNotes/3jn/figs-personification.json b/.apps/translationCore/index/translationNotes/3jn/figs-personification.json new file mode 100644 index 0000000..c1ffe54 --- /dev/null +++ b/.apps/translationCore/index/translationNotes/3jn/figs-personification.json @@ -0,0 +1,70 @@ +[ + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "“The truth” is spoken of here as though it were a person that John, Gaius, and others worked for. It could mean (1) “the true message from God” as in the UST, or it could mean (2) “God, who is Truth.” (See: [Personification](rc://en/ta/man/translate/figs-personification))", + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 8 + }, + "tool": "translationNotes", + "groupId": "figs-personification", + "quote": [ + { + "word": "τῇ", + "occurrence": 1 + }, + { + "word": "ἀληθείᾳ", + "occurrence": 1 + } + ], + "quoteString": "τῇ ἀληθείᾳ", + "glQuote": "for the truth", + "occurrence": 1 + } + }, + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "“the truth itself speaks well of him”. Here **truth** is described as thoughj it were a person speaking. **Truth** here refers to “the true message from God”. Alternate translation: “everyone who knows the truth knows he is a good person.” Also see the UST. (See: [Personification](rc://en/ta/man/translate/figs-personification))", + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 12 + }, + "tool": "translationNotes", + "groupId": "figs-personification", + "quote": [ + { + "word": "ὑπὸ", + "occurrence": 2 + }, + { + "word": "αὐτῆς", + "occurrence": 1 + }, + { + "word": "τῆς", + "occurrence": 1 + }, + { + "word": "ἀληθείας", + "occurrence": 1 + } + ], + "quoteString": "ὑπὸ αὐτῆς τῆς ἀληθείας", + "glQuote": "by the truth itself", + "occurrence": 1 + } + } +] diff --git a/.apps/translationCore/index/translationNotes/3jn/translate-names.json b/.apps/translationCore/index/translationNotes/3jn/translate-names.json new file mode 100644 index 0000000..6784a04 --- /dev/null +++ b/.apps/translationCore/index/translationNotes/3jn/translate-names.json @@ -0,0 +1,65 @@ +[ + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "This is a fellow believer to whom John is writing this letter. (See: [How to Translate Names](rc://en/ta/man/translate/translate-names))", + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 1 + }, + "tool": "translationNotes", + "groupId": "translate-names", + "quote": "Γαΐῳ", + "quoteString": "Γαΐῳ", + "glQuote": "Gaius", + "occurrence": 1 + } + }, + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "He was a member of the congregation. (See: [How to Translate Names](rc://en/ta/man/translate/translate-names))", + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 9 + }, + "tool": "translationNotes", + "groupId": "translate-names", + "quote": "Διοτρέφης", + "quoteString": "Διοτρέφης", + "glQuote": "Diotrephes", + "occurrence": 1 + } + }, + { + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "occurrenceNote": "This is probably a man whom John wants Gaius and the congregation to welcome when he comes to visit. He may be the person delivering this letter. (See: [How to Translate Names](rc://en/ta/man/translate/translate-names))", + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 12 + }, + "tool": "translationNotes", + "groupId": "translate-names", + "quote": "Δημητρίῳ", + "quoteString": "Δημητρίῳ", + "glQuote": "Demetrius", + "occurrence": 1 + } + } +] diff --git a/.apps/translationCore/index/translationWords/3jn/.categories b/.apps/translationCore/index/translationWords/3jn/.categories new file mode 100644 index 0000000..77e166a --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/.categories @@ -0,0 +1,69 @@ +{ + "current": [ + "beloved", + "brother", + "children", + "church", + "evil", + "faithful", + "gentile", + "god", + "good", + "hope", + "love", + "name", + "pray", + "soul", + "testimony", + "true", + "works", + "worthy", + "castout", + "companion", + "elder", + "heal", + "imitate", + "joy", + "know", + "like", + "peace", + "prosper", + "receive", + "send", + "walk" + ], + "loaded": [ + "beloved", + "brother", + "children", + "church", + "evil", + "faithful", + "gentile", + "god", + "good", + "hope", + "love", + "name", + "pray", + "soul", + "testimony", + "true", + "works", + "worthy", + "castout", + "companion", + "elder", + "heal", + "imitate", + "joy", + "know", + "like", + "peace", + "prosper", + "receive", + "send", + "walk" + ], + "timestamp": "2020-07-29T15:01:50.759Z" +} diff --git a/.apps/translationCore/index/translationWords/3jn/.categoryIndex/kt.json b/.apps/translationCore/index/translationWords/3jn/.categoryIndex/kt.json new file mode 100644 index 0000000..5bd6dec --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/.categoryIndex/kt.json @@ -0,0 +1,20 @@ +[ + "beloved", + "brother", + "children", + "church", + "evil", + "faithful", + "gentile", + "god", + "good", + "hope", + "love", + "name", + "pray", + "soul", + "testimony", + "true", + "works", + "worthy" +] diff --git a/.apps/translationCore/index/translationWords/3jn/.categoryIndex/names.json b/.apps/translationCore/index/translationWords/3jn/.categoryIndex/names.json new file mode 100644 index 0000000..fe51488 --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/.categoryIndex/names.json @@ -0,0 +1 @@ +[] diff --git a/.apps/translationCore/index/translationWords/3jn/.categoryIndex/other.json b/.apps/translationCore/index/translationWords/3jn/.categoryIndex/other.json new file mode 100644 index 0000000..5f7d92d --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/.categoryIndex/other.json @@ -0,0 +1,15 @@ +[ + "castout", + "companion", + "elder", + "heal", + "imitate", + "joy", + "know", + "like", + "peace", + "prosper", + "receive", + "send", + "walk" +] diff --git a/.apps/translationCore/index/translationWords/3jn/beloved.json b/.apps/translationCore/index/translationWords/3jn/beloved.json new file mode 100644 index 0000000..1664d67 --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/beloved.json @@ -0,0 +1,90 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 1 + }, + "tool": "translationWords", + "groupId": "beloved", + "quote": "ἀγαπητῷ", + "strong": [ + "G00270" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 2 + }, + "tool": "translationWords", + "groupId": "beloved", + "quote": "ἀγαπητέ", + "strong": [ + "G00270" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 5 + }, + "tool": "translationWords", + "groupId": "beloved", + "quote": "ἀγαπητέ", + "strong": [ + "G00270" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 11 + }, + "tool": "translationWords", + "groupId": "beloved", + "quote": "ἀγαπητέ", + "strong": [ + "G00270" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/3jn/brother.json b/.apps/translationCore/index/translationWords/3jn/brother.json new file mode 100644 index 0000000..bc95766 --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/brother.json @@ -0,0 +1,68 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 3 + }, + "tool": "translationWords", + "groupId": "brother", + "quote": "ἀδελφῶν", + "strong": [ + "G00800" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 5 + }, + "tool": "translationWords", + "groupId": "brother", + "quote": "ἀδελφοὺς", + "strong": [ + "G00800" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 10 + }, + "tool": "translationWords", + "groupId": "brother", + "quote": "ἀδελφοὺς", + "strong": [ + "G00800" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/3jn/castout.json b/.apps/translationCore/index/translationWords/3jn/castout.json new file mode 100644 index 0000000..3cdb0ac --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/castout.json @@ -0,0 +1,24 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 10 + }, + "tool": "translationWords", + "groupId": "castout", + "quote": "ἐκβάλλει", + "strong": [ + "G15440" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/3jn/children.json b/.apps/translationCore/index/translationWords/3jn/children.json new file mode 100644 index 0000000..785d3b4 --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/children.json @@ -0,0 +1,24 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 4 + }, + "tool": "translationWords", + "groupId": "children", + "quote": "τέκνα", + "strong": [ + "G50430" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/3jn/church.json b/.apps/translationCore/index/translationWords/3jn/church.json new file mode 100644 index 0000000..9456462 --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/church.json @@ -0,0 +1,68 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 6 + }, + "tool": "translationWords", + "groupId": "church", + "quote": "ἐκκλησίας", + "strong": [ + "G15770" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 9 + }, + "tool": "translationWords", + "groupId": "church", + "quote": "ἐκκλησίᾳ", + "strong": [ + "G15770" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 10 + }, + "tool": "translationWords", + "groupId": "church", + "quote": "ἐκκλησίας", + "strong": [ + "G15770" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/3jn/companion.json b/.apps/translationCore/index/translationWords/3jn/companion.json new file mode 100644 index 0000000..2d1fafb --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/companion.json @@ -0,0 +1,24 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 8 + }, + "tool": "translationWords", + "groupId": "companion", + "quote": "συνεργοὶ", + "strong": [ + "G49040" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/3jn/elder.json b/.apps/translationCore/index/translationWords/3jn/elder.json new file mode 100644 index 0000000..1ff8f27 --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/elder.json @@ -0,0 +1,24 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 1 + }, + "tool": "translationWords", + "groupId": "elder", + "quote": "πρεσβύτερος", + "strong": [ + "G42450" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/3jn/evil.json b/.apps/translationCore/index/translationWords/3jn/evil.json new file mode 100644 index 0000000..d49c1e4 --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/evil.json @@ -0,0 +1,68 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 10 + }, + "tool": "translationWords", + "groupId": "evil", + "quote": "πονηροῖς", + "strong": [ + "G41900" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 11 + }, + "tool": "translationWords", + "groupId": "evil", + "quote": "κακὸν", + "strong": [ + "G25560" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 11 + }, + "tool": "translationWords", + "groupId": "evil", + "quote": "κακοποιῶν", + "strong": [ + "G25540" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/3jn/faithful.json b/.apps/translationCore/index/translationWords/3jn/faithful.json new file mode 100644 index 0000000..3cff838 --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/faithful.json @@ -0,0 +1,24 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 5 + }, + "tool": "translationWords", + "groupId": "faithful", + "quote": "πιστὸν", + "strong": [ + "G41030" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/3jn/gentile.json b/.apps/translationCore/index/translationWords/3jn/gentile.json new file mode 100644 index 0000000..1820827 --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/gentile.json @@ -0,0 +1,24 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 7 + }, + "tool": "translationWords", + "groupId": "gentile", + "quote": "ἐθνικῶν", + "strong": [ + "G14820" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/3jn/god.json b/.apps/translationCore/index/translationWords/3jn/god.json new file mode 100644 index 0000000..9864ef0 --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/god.json @@ -0,0 +1,68 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 6 + }, + "tool": "translationWords", + "groupId": "god", + "quote": "Θεοῦ", + "strong": [ + "G23160" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 11 + }, + "tool": "translationWords", + "groupId": "god", + "quote": "Θεοῦ", + "strong": [ + "G23160" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 11 + }, + "tool": "translationWords", + "groupId": "god", + "quote": "Θεόν", + "strong": [ + "G23160" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/3jn/good.json b/.apps/translationCore/index/translationWords/3jn/good.json new file mode 100644 index 0000000..d0d4188 --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/good.json @@ -0,0 +1,68 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 6 + }, + "tool": "translationWords", + "groupId": "good", + "quote": "καλῶς", + "strong": [ + "G25730" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 11 + }, + "tool": "translationWords", + "groupId": "good", + "quote": "ἀγαθόν", + "strong": [ + "G00180" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 11 + }, + "tool": "translationWords", + "groupId": "good", + "quote": "ἀγαθοποιῶν", + "strong": [ + "G00150" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/3jn/heal.json b/.apps/translationCore/index/translationWords/3jn/heal.json new file mode 100644 index 0000000..d3470b9 --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/heal.json @@ -0,0 +1,24 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 2 + }, + "tool": "translationWords", + "groupId": "heal", + "quote": "ὑγιαίνειν", + "strong": [ + "G51980" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/3jn/hope.json b/.apps/translationCore/index/translationWords/3jn/hope.json new file mode 100644 index 0000000..aa4cd6a --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/hope.json @@ -0,0 +1,24 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 14 + }, + "tool": "translationWords", + "groupId": "hope", + "quote": "ἐλπίζω", + "strong": [ + "G16790" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/3jn/imitate.json b/.apps/translationCore/index/translationWords/3jn/imitate.json new file mode 100644 index 0000000..30a94e2 --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/imitate.json @@ -0,0 +1,24 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 11 + }, + "tool": "translationWords", + "groupId": "imitate", + "quote": "μιμοῦ", + "strong": [ + "G34010" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/3jn/joy.json b/.apps/translationCore/index/translationWords/3jn/joy.json new file mode 100644 index 0000000..0407759 --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/joy.json @@ -0,0 +1,46 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 3 + }, + "tool": "translationWords", + "groupId": "joy", + "quote": "ἐχάρην", + "strong": [ + "G54630" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 4 + }, + "tool": "translationWords", + "groupId": "joy", + "quote": "χαράν", + "strong": [ + "G54790" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/3jn/know.json b/.apps/translationCore/index/translationWords/3jn/know.json new file mode 100644 index 0000000..f8bd371 --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/know.json @@ -0,0 +1,24 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 12 + }, + "tool": "translationWords", + "groupId": "know", + "quote": "οἶδας", + "strong": [ + "G14920" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/3jn/like.json b/.apps/translationCore/index/translationWords/3jn/like.json new file mode 100644 index 0000000..cc2f81f --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/like.json @@ -0,0 +1,46 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 2 + }, + "tool": "translationWords", + "groupId": "like", + "quote": "καθὼς", + "strong": [ + "G25310" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 3 + }, + "tool": "translationWords", + "groupId": "like", + "quote": "καθὼς", + "strong": [ + "G25310" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/3jn/love.json b/.apps/translationCore/index/translationWords/3jn/love.json new file mode 100644 index 0000000..064f993 --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/love.json @@ -0,0 +1,46 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 1 + }, + "tool": "translationWords", + "groupId": "love", + "quote": "ἀγαπῶ", + "strong": [ + "G00250" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 6 + }, + "tool": "translationWords", + "groupId": "love", + "quote": "ἀγάπῃ", + "strong": [ + "G00260" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/3jn/name.json b/.apps/translationCore/index/translationWords/3jn/name.json new file mode 100644 index 0000000..6e756fb --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/name.json @@ -0,0 +1,46 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 7 + }, + "tool": "translationWords", + "groupId": "name", + "quote": "ὀνόματος", + "strong": [ + "G36860" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 15 + }, + "tool": "translationWords", + "groupId": "name", + "quote": "ὄνομα", + "strong": [ + "G36860" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/3jn/peace.json b/.apps/translationCore/index/translationWords/3jn/peace.json new file mode 100644 index 0000000..f9fdcce --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/peace.json @@ -0,0 +1,24 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 15 + }, + "tool": "translationWords", + "groupId": "peace", + "quote": "εἰρήνη", + "strong": [ + "G15150" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/3jn/pray.json b/.apps/translationCore/index/translationWords/3jn/pray.json new file mode 100644 index 0000000..fddac31 --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/pray.json @@ -0,0 +1,24 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 2 + }, + "tool": "translationWords", + "groupId": "pray", + "quote": "εὔχομαί", + "strong": [ + "G21720" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/3jn/prosper.json b/.apps/translationCore/index/translationWords/3jn/prosper.json new file mode 100644 index 0000000..e4c79e4 --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/prosper.json @@ -0,0 +1,46 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 2 + }, + "tool": "translationWords", + "groupId": "prosper", + "quote": "εὐοδοῦσθαι", + "strong": [ + "G21370" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 2 + }, + "tool": "translationWords", + "groupId": "prosper", + "quote": "εὐοδοῦταί", + "strong": [ + "G21370" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/3jn/receive.json b/.apps/translationCore/index/translationWords/3jn/receive.json new file mode 100644 index 0000000..22c9c62 --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/receive.json @@ -0,0 +1,90 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 7 + }, + "tool": "translationWords", + "groupId": "receive", + "quote": "λαμβάνοντες", + "strong": [ + "G29830" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 8 + }, + "tool": "translationWords", + "groupId": "receive", + "quote": "ὑπολαμβάνειν", + "strong": [ + "G52740" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 9 + }, + "tool": "translationWords", + "groupId": "receive", + "quote": "ἐπιδέχεται", + "strong": [ + "G19260" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 10 + }, + "tool": "translationWords", + "groupId": "receive", + "quote": "ἐπιδέχεται", + "strong": [ + "G19260" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/3jn/send.json b/.apps/translationCore/index/translationWords/3jn/send.json new file mode 100644 index 0000000..e6afecf --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/send.json @@ -0,0 +1,24 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 6 + }, + "tool": "translationWords", + "groupId": "send", + "quote": "προπέμψας", + "strong": [ + "G43110" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/3jn/soul.json b/.apps/translationCore/index/translationWords/3jn/soul.json new file mode 100644 index 0000000..210f426 --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/soul.json @@ -0,0 +1,24 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 2 + }, + "tool": "translationWords", + "groupId": "soul", + "quote": "ψυχή", + "strong": [ + "G55900" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/3jn/testimony.json b/.apps/translationCore/index/translationWords/3jn/testimony.json new file mode 100644 index 0000000..52f1189 --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/testimony.json @@ -0,0 +1,112 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 3 + }, + "tool": "translationWords", + "groupId": "testimony", + "quote": "μαρτυρούντων", + "strong": [ + "G31400" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 6 + }, + "tool": "translationWords", + "groupId": "testimony", + "quote": "ἐμαρτύρησάν", + "strong": [ + "G31400" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 12 + }, + "tool": "translationWords", + "groupId": "testimony", + "quote": "μεμαρτύρηται", + "strong": [ + "G31400" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 12 + }, + "tool": "translationWords", + "groupId": "testimony", + "quote": "μαρτυροῦμεν", + "strong": [ + "G31400" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 12 + }, + "tool": "translationWords", + "groupId": "testimony", + "quote": "μαρτυρία", + "strong": [ + "G31410" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/3jn/true.json b/.apps/translationCore/index/translationWords/3jn/true.json new file mode 100644 index 0000000..69cea5a --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/true.json @@ -0,0 +1,156 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 1 + }, + "tool": "translationWords", + "groupId": "true", + "quote": "ἀληθείᾳ", + "strong": [ + "G02250" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 3 + }, + "tool": "translationWords", + "groupId": "true", + "quote": "ἀληθείᾳ", + "strong": [ + "G02250" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 3 + }, + "tool": "translationWords", + "groupId": "true", + "quote": "ἀληθείᾳ", + "strong": [ + "G02250" + ], + "occurrence": 2 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 4 + }, + "tool": "translationWords", + "groupId": "true", + "quote": "ἀληθείᾳ", + "strong": [ + "G02250" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 8 + }, + "tool": "translationWords", + "groupId": "true", + "quote": "ἀληθείᾳ", + "strong": [ + "G02250" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 12 + }, + "tool": "translationWords", + "groupId": "true", + "quote": "ἀληθείας", + "strong": [ + "G02250" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 12 + }, + "tool": "translationWords", + "groupId": "true", + "quote": "ἀληθής", + "strong": [ + "G02270" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/3jn/walk.json b/.apps/translationCore/index/translationWords/3jn/walk.json new file mode 100644 index 0000000..2d330d2 --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/walk.json @@ -0,0 +1,46 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 3 + }, + "tool": "translationWords", + "groupId": "walk", + "quote": "περιπατεῖς", + "strong": [ + "G40430" + ], + "occurrence": 1 + } + }, + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 4 + }, + "tool": "translationWords", + "groupId": "walk", + "quote": "περιπατοῦντα", + "strong": [ + "G40430" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/3jn/works.json b/.apps/translationCore/index/translationWords/3jn/works.json new file mode 100644 index 0000000..b206931 --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/works.json @@ -0,0 +1,24 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 10 + }, + "tool": "translationWords", + "groupId": "works", + "quote": "ἔργα", + "strong": [ + "G20410" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/translationWords/3jn/worthy.json b/.apps/translationCore/index/translationWords/3jn/worthy.json new file mode 100644 index 0000000..d28af07 --- /dev/null +++ b/.apps/translationCore/index/translationWords/3jn/worthy.json @@ -0,0 +1,24 @@ +[ + { + "priority": 1, + "comments": false, + "reminders": false, + "selections": false, + "verseEdits": false, + "nothingToSelect": false, + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 6 + }, + "tool": "translationWords", + "groupId": "worthy", + "quote": "ἀξίως", + "strong": [ + "G05160" + ], + "occurrence": 1 + } + } +] \ No newline at end of file diff --git a/.apps/translationCore/index/wordAlignment/3jn/chapter_1.json b/.apps/translationCore/index/wordAlignment/3jn/chapter_1.json new file mode 100644 index 0000000..75d0f38 --- /dev/null +++ b/.apps/translationCore/index/wordAlignment/3jn/chapter_1.json @@ -0,0 +1,167 @@ +[ + { + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 1 + }, + "tool": "wordAlignment", + "groupId": "chapter_1" + } + }, + { + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 2 + }, + "tool": "wordAlignment", + "groupId": "chapter_1" + } + }, + { + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 3 + }, + "tool": "wordAlignment", + "groupId": "chapter_1" + } + }, + { + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 4 + }, + "tool": "wordAlignment", + "groupId": "chapter_1" + } + }, + { + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 5 + }, + "tool": "wordAlignment", + "groupId": "chapter_1" + } + }, + { + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 6 + }, + "tool": "wordAlignment", + "groupId": "chapter_1" + } + }, + { + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 7 + }, + "tool": "wordAlignment", + "groupId": "chapter_1" + } + }, + { + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 8 + }, + "tool": "wordAlignment", + "groupId": "chapter_1" + } + }, + { + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 9 + }, + "tool": "wordAlignment", + "groupId": "chapter_1" + } + }, + { + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 10 + }, + "tool": "wordAlignment", + "groupId": "chapter_1" + } + }, + { + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 11 + }, + "tool": "wordAlignment", + "groupId": "chapter_1" + } + }, + { + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 12 + }, + "tool": "wordAlignment", + "groupId": "chapter_1" + } + }, + { + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 13 + }, + "tool": "wordAlignment", + "groupId": "chapter_1" + } + }, + { + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 14 + }, + "tool": "wordAlignment", + "groupId": "chapter_1" + } + }, + { + "contextId": { + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 15 + }, + "tool": "wordAlignment", + "groupId": "chapter_1" + } + } +] diff --git a/.apps/translationCore/index/wordAlignment/3jn/currentContextId/contextId.json b/.apps/translationCore/index/wordAlignment/3jn/currentContextId/contextId.json new file mode 100644 index 0000000..956206a --- /dev/null +++ b/.apps/translationCore/index/wordAlignment/3jn/currentContextId/contextId.json @@ -0,0 +1,9 @@ +{ + "reference": { + "bookId": "3jn", + "chapter": 1, + "verse": 1 + }, + "tool": "wordAlignment", + "groupId": "chapter_1" +} diff --git a/3jn/manifest.json b/3jn/manifest.json new file mode 100644 index 0000000..d01b35b --- /dev/null +++ b/3jn/manifest.json @@ -0,0 +1,7 @@ +{ + "language_id": "ory", + "language_name": "Oriya", + "direction": "ltr", + "resource_id": "targetLanguage", + "description": "Target Language" +} diff --git a/manifest.json b/manifest.json index ed0ad2f..ce68741 100644 --- a/manifest.json +++ b/manifest.json @@ -7,7 +7,9 @@ "id": "IRV", "name": "" }, - "toolsSelectedGLs": {}, + "toolsSelectedGLs": { + "wordAlignment": "en" + }, "generator": { "name": "tc-desktop", "build": "" @@ -45,5 +47,13 @@ "tcInitialized": true, "tc_version": 7, "license": "CC BY-SA 4.0", - "projectFont": "default" + "projectFont": "default", + "tsv_relation": [ + "en/ult", + "el-x-koine/ugnt?v=0.13", + "hbo/uhb?v=2.1.14" + ], + "tc_edit_version": "3.0.0", + "tc_min_compatible_version": "3.0.0", + "tc_orig_lang_check_version_wordAlignment": "0.13" } diff --git a/settings.json b/settings.json index ace52dc..cc24d45 100644 --- a/settings.json +++ b/settings.json @@ -1,3 +1,3 @@ { - "last_opened": null + "last_opened": "2020-10-14T11:17:43.810Z" }