work on tagged OGNT

This commit is contained in:
Henry Whitney 2020-07-05 06:06:57 -04:00
parent e70c18bdb7
commit e526c82365
5 changed files with 489 additions and 462 deletions

View File

@ -29681,6 +29681,8 @@ Genesis 38:29 H7121 ||
Genesis 38:29 H7725 ||
Genesis 38:30 H7121 ||
Genesis 39:1 H376 ||
Genesis 39:1 H5631 official official
Genesis 39:1 H6547 Pharaoh Pharaoh
Genesis 39:1 H3027 ||
Genesis 39:1 H3084 Joseph josephot
Genesis 39:1 H7069 ||

View File

@ -55,8 +55,7 @@ GetUserDefaults();
my ($exceptions_file, $topDir, $ULB_and_OL, $dataFile, $results_file, $filePattern) = (
"$Bin${d}Exceptions${d}Exceptions.txt",
#"$repoPath${d}en_tw/bible",
"$repoPath${d}Restructure/bible",
"$repoPath${d}en_tw${d}bible",
"$Bin${d}Temp${d}ULB_OL_Strongs.txt",
"$Bin${d}User${d}tW_work.txt",
"$Bin${d}Temp${d}mine_results.html",
@ -71,9 +70,9 @@ find( sub { push @tWfiles, $File::Find::name if ( m/^(.*)$filePattern$/ ) }, $to
ParseLine();
FindVerseInGlossed($ref);
die;
#ChecktWPages();
#Finish();
ChecktWPages();
say LOG "foo bar";
Finish();
say LOG "\$tW_list\$tN_page: $tW_list$tN_page, \$language: $language, \$strong: $strong";
@ -249,7 +248,7 @@ sub FindVerseInGlossed {
say LOG "($ref\t[^\n]*\n)[^\n]*\n";
exit 0;
} else {
say LOG "Looking for $ref\(\\t\[\^\\n\]\*\\n\[\^\\n\]\*<\)\($sn\)\(\.\?>\[\^\\n\]\*\\n\)";
say LOG "<1> Looking for $ref\(\\t\[\^\\n\]\*\\n\[\^\\n\]\*<\)\($sn\)\(\.\?>\[\^\\n\]\*\\n\)";
if ($fileText =~ /$ref(\t[^\n]*\n[^\n]*<)($sn)(.?>[^\n]*\n)/) {
#my ($fore, $sn, $aft) = ($1, $2, $3);
my $found = $&;
@ -307,34 +306,25 @@ sub FindVerseInGlossed {
sub ChecktWPages{
#my $topDir = "$repoPath${d}en_tw${d}bible";
my $topDir = "$repoPath${d}Restructure${d}bible";
say OUT "<p>";
my $entriesThisWord;
foreach my $file ( @tWfiles ) {
my $fileText = read_file("$file", binmode => 'utf8');
if ($fileText =~ /$sn/) {
my $foundHere;
if ($fileText =~ /## Forms Found in the English ULB:\n\n([^\n]*)\n/) {
$entriesThisWord = $1;
}
say OUT "$file<br />\n";
$tW_file{$file} = $file;
}
# my $foundHere;
# # While finds entries and Strong's numbers
# while ($fileText =~ /($sn)[^\d]|^(Forms found in the English ULB:\n\n# [^\n]*\b$word\b)/g) {
# $foundHere = 1;
# #system `clear`;
# my $abb = $file;
# #$abb =~ s/.md$//;
# say OUT "$abb<br />\n";
# }
# if ($foundHere == 1) {unless (exists $tW_file{$file}) {$tW_file{$file} = $file}}
}
say OUT "</p>";
}
sub Finish {
say LOG "howdy";
say "\nLooking for $strong.";
# find $topDir -name "*.md" -exec grep -H '($strong[^\d]|$strong$)' {} +
#system ("find $topDir -name \"*.md\" -exec grep -H --color \"$strong\[, \\n\\r\]\" {} \\;");
@ -354,68 +344,55 @@ sub Finish {
}
}
say OUT "</p>";
say "\nLooking for $word.";
say OUT "<p>";
foreach my $file ( @tWfiles ) {
my $fileText = read_file("$file", binmode => 'utf8');
# While finds entries and Strong's numbers
if ($fileText =~ /#{1,1} ([^\n]*)(\b$word\b)([^\n]*)/g) {
my ($pre, $found, $post) = ($1, $2, $3);
my $abb = $file;
#$abb =~ s/.md$//;
say OUT "<b><a href=\"$abb\">$abb</a></b>: $pre<span style=\"color:red\">$found</span>$post<br />\n";
unless (exists $tW_file{$file}) {$tW_file{$file} = $file}
}
}
say OUT "</p>";
my $tW_files;
foreach my $key (sort keys %tW_file) {
$tW_files .= "$key ";
say LOG "\$key: $key\t\$tW_file{$key}: $tW_file{$key}"
}
say "\nOpening .md files.";
if ($^O eq "darwin") {
#system `$browser https://www.blueletterbible.org/lang/lexicon/lexicon.cfm?strongs=$strong`;
system "perl $Bin/get_strongs_gist.pl";
system `$textEditor $tW_files`;
system `$textEditor $exceptions_file`;
}
if ($^O eq "linux") {
say "curl $intrln_ref > $Bin/Temp/This_interlinear.html";
system "curl $intrln_ref > $Bin/Temp/This_interlinear.html";
Reduce_Interlinear();
#system "$browser $Bin/Temp/This_interlinear.html &";
system "sleep 1s";
say "curl $blbRef > $Bin/Temp/This_verse.html";
system "curl $blbRef > $Bin/Temp/This_verse.html";
Reduce_This_Verse();
my @tWs = split / /,$tW_files;
foreach (@tWs) {
say "Opening $_";
#system "$textEditor $_ &";
#say OUT3 "$textEditor $_ &";
$tW_list .= "$_ ";
}
#say "Opening $results_file";
#system "$browser $results_file &";
#system "sleep 1s";
say "Opening $Bin/Temp/This_verse.html";
#system "$browser $Bin/Temp/This_verse.html &";
#say OUT3 "$browser $Bin/Temp/This_verse.html &";
system "sleep 1s";
#say "Opening $Bin/Temp/Strongs.html";
#system "$textEditor $Bin/Temp/Strongs.html &";
}
if ($^O eq "MSWin32" || $^O eq "MSWin64" ) {
say "Opening $blbRef";
system "START \"\" $blbRef";
say "Opening https://www.blueletterbible.org/lang/lexicon/lexicon.cfm?strongs=$strong";
system "START \"\" https://www.blueletterbible.org/lang/lexicon/lexicon.cfm?strongs=$strong";
my @tWs = split / /,$tW_files;
foreach (@tWs) {
say "Opening $_";
system "START \"\" $_"
}
}
#say "\nOpening .md files.";
#if ($^O eq "darwin") {
# #system `$browser https://www.blueletterbible.org/lang/lexicon/lexicon.cfm?strongs=$strong`;
# system "perl $Bin/get_strongs_gist.pl";
# system `$textEditor $tW_files`;
# system `$textEditor $exceptions_file`;
#}
#if ($^O eq "linux") {
# say "curl $intrln_ref > $Bin/Temp/This_interlinear.html";
# system "curl $intrln_ref > $Bin/Temp/This_interlinear.html";
# Reduce_Interlinear();
# #system "$browser $Bin/Temp/This_interlinear.html &";
# system "sleep 1s";
# say "curl $blbRef > $Bin/Temp/This_verse.html";
# system "curl $blbRef > $Bin/Temp/This_verse.html";
# Reduce_This_Verse();
# my @tWs = split / /,$tW_files;
# foreach (@tWs) {
# say "Opening $_";
# #system "$textEditor $_ &";
# #say OUT3 "$textEditor $_ &";
# $tW_list .= "$_ ";
# }
# #say "Opening $results_file";
# #system "$browser $results_file &";
# #system "sleep 1s";
# say "Opening $Bin/Temp/This_verse.html";
# #system "$browser $Bin/Temp/This_verse.html &";
# #say OUT3 "$browser $Bin/Temp/This_verse.html &";
# system "sleep 1s";
# #say "Opening $Bin/Temp/Strongs.html";
# #system "$textEditor $Bin/Temp/Strongs.html &";
#}
#if ($^O eq "MSWin32" || $^O eq "MSWin64" ) {
# say "Opening $blbRef";
# system "START \"\" $blbRef";
# say "Opening https://www.blueletterbible.org/lang/lexicon/lexicon.cfm?strongs=$strong";
# system "START \"\" https://www.blueletterbible.org/lang/lexicon/lexicon.cfm?strongs=$strong";
# my @tWs = split / /,$tW_files;
# foreach (@tWs) {
# say "Opening $_";
# system "START \"\" $_"
# }
#}
}

View File

@ -10,10 +10,9 @@ HTML browser: /Applications/Firefox.app
Repository directory: /Users/Henry/Documents/WACS
translationNotes path: en_tn
translationWords path: Restructure/bible/kt
Unlocked Literal Bible path: en_ulb
# translationNotes path: gl_.*_tn
# translationWords path: gl_.*_bible.en_tw
translationWords path: gl_.*_bible.en_tw
# Unlocked Literal Bible path: gl_.*_ulb
Hebrew Bible XML directory: MAST_HB
Greek Bible XML directory: OGNT

View File

@ -1,7 +1,7 @@
echo Updating ...
echo Making ULB
perl "MakeULB.4.pl"
echo Combining ULB and NASB
echo Combining ULB and source language texts
perl "CombineULBandOLwithCodes.pl";
echo Building extract file
perl "Build_extract.pl";

View File

@ -3,15 +3,16 @@
<book>
<div type="book" osisID="tit">
<chapter osisID="tit.1">
<verse osisID="tit.1.1">
<Greek>Παῦλος δοῦλος Θεοῦ ἀπόστολος δὲ Ἰησοῦ Χριστοῦ κατὰ πίστιν ἐκλεκτῶν Θεοῦ καὶ ἐπίγνωσιν ἀληθείας τῆς κατ᾽ εὐσέβειαν </Greek>
<ULB> Paul, a servant of God and an apostle of Jesus Christ for the faith of God's chosen people and the knowledge of the truth that agrees with godliness,</ULB>
<residue>q , a of and an of for the of and the of the , q</residue>
<verse name="Titus 1:1">
<Greek>Παῦλος δοῦλος Θεοῦ ἀπόστολος δὲ Ἰησοῦ Χριστοῦ κατὰ πίστιν ἐκλεκτῶν Θεοῦ καὶ ἐπίγνωσιν ἀληθείας τῆς κατ᾽ εὐσέβειαν</Greek>
<preText>\s5 \c 1 \p \v 1</preText>
<ULB>Paul, a servant of God and an apostle of Jesus Christ for the faith of God's chosen people and the knowledge of the truth that agrees with godliness,</ULB>
<residue>, a of and an of for the of and the of the that agrees with ,</residue>
<w OGNTsort="114632" ULBorder="---" lemma="G3972" morph="N-NSM-P" lexeme="Παῦλος" text="Παῦλος">Paul,</w>
<w OGNTsort="114633" ULBorder="---" lemma="G1401" morph="N-NSM" lexeme="δοῦλος" text="δοῦλος">a servant</w>
<w OGNTsort="114642" ULBorder="---" lemma="G2316" morph="N-GSM" lexeme="θεός" text="Θεοῦ">of God</w>
<w OGNTsort="114635" ULBorder="---" lemma="G652" morph="N-NSM" lexeme="ἀπόστολος" text="ἀπόστολος">apostle</w>
<w OGNTsort="114636" ULBorder="---" lemma="G1161" morph="CONJ" lexeme="δέ" text="δὲ"></w>
<w OGNTsort="114636" ULBorder="---" lemma="G1161" morph="CONJ" lexeme="δέ" text="δὲ">and</w>
<w OGNTsort="114635" ULBorder="---" lemma="G652" morph="N-NSM" lexeme="ἀπόστολος" text="ἀπόστολος">an apostle</w>
<w OGNTsort="114637" ULBorder="---" lemma="G2424" morph="N-GSM-P" lexeme="Ἰησοῦς" text="Ἰησοῦ">of Jesus</w>
<w OGNTsort="114638" ULBorder="---" lemma="G5547" morph="N-GSM-T" lexeme="Χριστός" text="Χριστοῦ">Christ</w>
<w OGNTsort="114639" ULBorder="---" lemma="G2596" morph="PREP" lexeme="κατά" text="κατὰ">for</w>
@ -25,10 +26,11 @@
<w OGNTsort="114647" ULBorder="---" lemma="G2596" morph="PREP" lexeme="κατά" text="κατ᾽">agrees with</w>
<w OGNTsort="114648" ULBorder="---" lemma="G2150" morph="N-ASF" lexeme="εὐσέβεια" text="εὐσέβειαν">godliness,</w>
</verse>
<verse osisID="tit.1.2">
<Greek>ἐπ᾽ ἐλπίδι ζωῆς αἰωνίου ἣν ἐπηγγείλατο ὁ ἀψευδὴς Θεὸς πρὸ χρόνων αἰωνίων </Greek>
<ULB> with the hope of everlasting life that God, who does not lie, promised before all the ages of time.</ULB>
<residue>q with the of everlasting that , who does not lie, before all the of . q</residue>
<verse name="Titus 1:2">
<Greek>ἐπ᾽ ἐλπίδι ζωῆς αἰωνίου ἣν ἐπηγγείλατο ὁ ἀψευδὴς Θεὸς πρὸ χρόνων αἰωνίων</Greek>
<preText>\v 2</preText>
<ULB>with the hope of everlasting life that God, who does not lie, promised before all the ages of time.</ULB>
<residue>with the of that , before all the of .</residue>
<w OGNTsort="114649" ULBorder="---" lemma="G1909" morph="PREP" lexeme="ἐπί" text="ἐπ᾽">with</w>
<w OGNTsort="114650" ULBorder="---" lemma="G1680" morph="N-DSF" lexeme="ἐλπίς" text="ἐλπίδι">the hope</w>
<w OGNTsort="114660" ULBorder="---" lemma="G166" morph="A-GPM" lexeme="αἰώνιος" text="αἰωνίων">of everlasting</w>
@ -42,263 +44,278 @@
<w OGNTsort="114652" ULBorder="---" lemma="G166" morph="A-GSF" lexeme="αἰώνιος" text="αἰωνίου">all the ages</w>
<w OGNTsort="114659" ULBorder="---" lemma="G5550" morph="N-GPM" lexeme="χρόνος" text="χρόνων">of time.</w>
</verse>
<verse osisID="tit.1.3">
<Greek>ἐφανέρωσεν δὲ καιροῖς ἰδίοις τὸν λόγον αὐτοῦ ἐν κηρύγματι ὃ ἐπιστεύθην ἐγὼ κατ᾽ ἐπιταγὴν τοῦ Σωτῆρος ἡμῶν Θεοῦ </Greek>
<ULB> At the right time he revealed his word through the preaching with which I have been entrusted according to the command of God our Savior.</ULB>
<residue>q At the he his word through the with which I have been according to the of our . q</residue>
<w OGNTsort="114662" ULBorder="---" lemma="G1161" morph="CONJ" lexeme="δέ" text="δὲ"></w>
<w OGNTsort="114664" ULBorder="---" lemma="G2398" morph="A-DPM" lexeme="ἴδιος" text="ἰδίοις">At the right</w>
<verse name="Titus 1:3">
<Greek>ἐφανέρωσεν δὲ καιροῖς ἰδίοις τὸν λόγον αὐτοῦ ἐν κηρύγματι ὃ ἐπιστεύθην ἐγὼ κατ᾽ ἐπιταγὴν τοῦ Σωτῆρος ἡμῶν Θεοῦ</Greek>
<preText>\v 3</preText>
<ULB>At the right time he revealed his word through the preaching with which I have been entrusted according to the command of God our Savior.</ULB>
<residue>At the he his word through the with which I have been according to the of our .</residue>
<w OGNTsort="114674" ULBorder="---" lemma="G2003" morph="N-ASF" lexeme="ἐπιταγή" text="ἐπιταγὴν">right</w>
<w OGNTsort="114663" ULBorder="---" lemma="G2540" morph="N-DPM" lexeme="καιρός" text="καιροῖς">time</w>
<w OGNTsort="114661" ULBorder="---" lemma="G5319" morph="V-AAI-3S" lexeme="φανερόω" text="ἐφανέρωσεν">he revealed</w>
<w OGNTsort="114665" ULBorder="---" lemma="G3588" morph="T-ASM" lexeme="ὁ" text="τὸν"></w>
<w OGNTsort="114667" ULBorder="---" lemma="G846" morph="P-GSM" lexeme="αὐτός" text="αὐτοῦ">his</w>
<w OGNTsort="114666" ULBorder="---" lemma="G3056" morph="N-ASM" lexeme="λόγος" text="λόγον">word</w>
<w OGNTsort="114668" ULBorder="---" lemma="G1722" morph="PREP" lexeme="ἐν" text="ἐν">through</w>
<w OGNTsort="114669" ULBorder="---" lemma="G2782" morph="N-DSN" lexeme="κήρυγμα" text="κηρύγματι">the preaching</w>
<w OGNTsort="114670" ULBorder="---" lemma="G3739" morph="R-ASN" lexeme="ὅς, ἥ" text="ὃ">with which</w>
<w OGNTsort="114672" ULBorder="---" lemma="G1473" morph="P-1NS" lexeme="ἐγώ" text="ἐγὼ">I</w>
<w OGNTsort="114671" ULBorder="---" lemma="G4100" morph="V-API-1S" lexeme="πιστεύω" text="ἐπιστεύθην">have been entrusted</w>
<w OGNTsort="114673" ULBorder="---" lemma="G2596" morph="PREP" lexeme="κατά" text="κατ᾽">according to</w>
<w OGNTsort="114674" ULBorder="---" lemma="G2003" morph="N-ASF" lexeme="ἐπιταγή" text="ἐπιταγὴν">the command</w>
<w OGNTsort="114675" ULBorder="---" lemma="G3588" morph="T-GSM" lexeme="ὁ" text="τοῦ">of</w>
<w OGNTsort="114661" ULBorder="---" lemma="G5319" morph="V-AAI-3S" lexeme="φανερόω" text="ἐφανέρωσεν">revealed</w>
<w OGNTsort="114669" ULBorder="---" lemma="G2782" morph="N-DSN" lexeme="κήρυγμα" text="κηρύγματι">preaching</w>
<w OGNTsort="114671" ULBorder="---" lemma="G4100" morph="V-API-1S" lexeme="πιστεύω" text="ἐπιστεύθην">entrusted</w>
<w OGNTsort="114666" ULBorder="---" lemma="G3056" morph="N-ASM" lexeme="λόγος" text="λόγον">command</w>
<w OGNTsort="114678" ULBorder="---" lemma="G2316" morph="N-GSM" lexeme="θεός" text="Θεοῦ">God</w>
<w OGNTsort="114677" ULBorder="---" lemma="G1473" morph="P-1GP" lexeme="ἐγώ" text="ἡμῶν">our</w>
<w OGNTsort="114676" ULBorder="---" lemma="G4990" morph="N-GSM" lexeme="σωτήρ" text="Σωτῆρος">Savior</w>
<w OGNTsort="114662" ULBorder="---" lemma="G1161" morph="CONJ" lexeme="δέ" text="δὲ"></w>
<w OGNTsort="114664" ULBorder="---" lemma="G2398" morph="A-DPM" lexeme="ἴδιος" text="ἰδίοις"></w>
<w OGNTsort="114665" ULBorder="---" lemma="G3588" morph="T-ASM" lexeme="ὁ" text="τὸν"></w>
<w OGNTsort="114667" ULBorder="---" lemma="G846" morph="P-GSM" lexeme="αὐτός" text="αὐτοῦ"></w>
<w OGNTsort="114668" ULBorder="---" lemma="G1722" morph="PREP" lexeme="ἐν" text="ἐν"></w>
<w OGNTsort="114670" ULBorder="---" lemma="G3739" morph="R-ASN" lexeme="ὅς, ἥ" text="ὃ"></w>
<w OGNTsort="114672" ULBorder="---" lemma="G1473" morph="P-1NS" lexeme="ἐγώ" text="ἐγὼ"></w>
<w OGNTsort="114673" ULBorder="---" lemma="G2596" morph="PREP" lexeme="κατά" text="κατ᾽"></w>
<w OGNTsort="114675" ULBorder="---" lemma="G3588" morph="T-GSM" lexeme="ὁ" text="τοῦ"></w>
<w OGNTsort="114677" ULBorder="---" lemma="G1473" morph="P-1GP" lexeme="ἐγώ" text="ἡμῶν"></w>
</verse>
<verse osisID="tit.1.4">
<Greek>Τίτῳ γνησίῳ τέκνῳ κατὰ κοινὴν πίστιν Χάρις καὶ εἰρήνη ἀπὸ Θεοῦ Πατρὸς καὶ Χριστοῦ Ἰησοῦ τοῦ Σωτῆρος ἡμῶν </Greek>
<ULB> To Titus, a true son in our common faith. Grace and peace from God the Father and Christ Jesus our Savior.</ULB>
<residue>q To , a in our common . Grace and from the and our . q</residue>
<w OGNTsort="114679" ULBorder="---" lemma="G5103" morph="N-DSM-P" lexeme="Τίτος" text="Τίτῳ">To Titus,</w>
<w OGNTsort="114680" ULBorder="---" lemma="G1103" morph="A-DSN" lexeme="γνήσιος" text="γνησίῳ">a true</w>
<verse name="Titus 1:4">
<Greek>Τίτῳ γνησίῳ τέκνῳ κατὰ κοινὴν πίστιν Χάρις καὶ εἰρήνη ἀπὸ Θεοῦ Πατρὸς καὶ Χριστοῦ Ἰησοῦ τοῦ Σωτῆρος ἡμῶν</Greek>
<preText>\s5 \p \v 4</preText>
<ULB>To Titus, a true son in our common faith. Grace and peace from God the Father and Christ Jesus our Savior.</ULB>
<residue>To , a in our common . Grace and from the and our .</residue>
<w OGNTsort="114679" ULBorder="---" lemma="G5103" morph="N-DSM-P" lexeme="Τίτος" text="Τίτῳ">Titus</w>
<w OGNTsort="114680" ULBorder="---" lemma="G1103" morph="A-DSN" lexeme="γνήσιος" text="γνησίῳ">true</w>
<w OGNTsort="114681" ULBorder="---" lemma="G5043" morph="N-DSN" lexeme="τέκνον" text="τέκνῳ">son</w>
<w OGNTsort="114682" ULBorder="---" lemma="G2596" morph="PREP" lexeme="κατά" text="κατὰ">in</w>
<w OGNTsort="114683" ULBorder="---" lemma="G2839" morph="A-ASF" lexeme="κοινός" text="κοινὴν">our common</w>
<w OGNTsort="114684" ULBorder="---" lemma="G4102" morph="N-ASF" lexeme="πίστις" text="πίστιν">faith.</w>
<w OGNTsort="114685" ULBorder="---" lemma="G5485" morph="N-NSF" lexeme="χάρις" text="Χάρις">Grace</w>
<w OGNTsort="114686" ULBorder="---" lemma="G2532" morph="CONJ" lexeme="καί" text="καὶ">and</w>
<w OGNTsort="114684" ULBorder="---" lemma="G4102" morph="N-ASF" lexeme="πίστις" text="πίστιν">faith</w>
<w OGNTsort="114687" ULBorder="---" lemma="G1515" morph="N-NSF" lexeme="εἰρήνη" text="εἰρήνη">peace</w>
<w OGNTsort="114688" ULBorder="---" lemma="G575" morph="PREP" lexeme="ἀπό" text="ἀπὸ">from</w>
<w OGNTsort="114689" ULBorder="---" lemma="G2316" morph="N-GSM" lexeme="θεός" text="Θεοῦ">God</w>
<w OGNTsort="114690" ULBorder="---" lemma="G3962" morph="N-GSM" lexeme="πατήρ" text="Πατρὸς">the Father</w>
<w OGNTsort="114691" ULBorder="---" lemma="G2532" morph="CONJ" lexeme="καί" text="καὶ">and</w>
<w OGNTsort="114692" ULBorder="---" lemma="G5547" morph="N-GSM-T" lexeme="Χριστός" text="Χριστοῦ">Christ</w>
<w OGNTsort="114693" ULBorder="---" lemma="G2424" morph="N-GSM-P" lexeme="Ἰησοῦς" text="Ἰησοῦ">Jesus</w>
<w OGNTsort="114694" ULBorder="---" lemma="G3588" morph="T-GSM" lexeme="ὁ" text="τοῦ"></w>
<w OGNTsort="114696" ULBorder="---" lemma="G1473" morph="P-1GP" lexeme="ἐγώ" text="ἡμῶν">our</w>
<w OGNTsort="114690" ULBorder="---" lemma="G3962" morph="N-GSM" lexeme="πατήρ" text="Πατρὸς">Father</w>
<w OGNTsort="114692" ULBorder="---" lemma="G5547" morph="N-GSM-T" lexeme="Χριστός" text="Χριστοῦ">Christ Jesus</w>
<w OGNTsort="114695" ULBorder="---" lemma="G4990" morph="N-GSM" lexeme="σωτήρ" text="Σωτῆρος">Savior</w>
<w OGNTsort="114683" ULBorder="---" lemma="G2839" morph="A-ASF" lexeme="κοινός" text="κοινὴν">?</w>
<w OGNTsort="114685" ULBorder="---" lemma="G5485" morph="N-NSF" lexeme="χάρις" text="Χάρις">?</w>
<w OGNTsort="114693" ULBorder="---" lemma="G2424" morph="N-GSM-P" lexeme="Ἰησοῦς" text="Ἰησοῦ">?</w>
<w OGNTsort="114682" ULBorder="---" lemma="G2596" morph="PREP" lexeme="κατά" text="κατὰ"></w>
<w OGNTsort="114686" ULBorder="---" lemma="G2532" morph="CONJ" lexeme="καί" text="καὶ"></w>
<w OGNTsort="114688" ULBorder="---" lemma="G575" morph="PREP" lexeme="ἀπό" text="ἀπὸ"></w>
<w OGNTsort="114691" ULBorder="---" lemma="G2532" morph="CONJ" lexeme="καί" text="καὶ"></w>
<w OGNTsort="114694" ULBorder="---" lemma="G3588" morph="T-GSM" lexeme="ὁ" text="τοῦ"></w>
<w OGNTsort="114696" ULBorder="---" lemma="G1473" morph="P-1GP" lexeme="ἐγώ" text="ἡμῶν"></w>
</verse>
<verse osisID="tit.1.5">
<Greek>Τούτου χάριν ἀπέλιπόν σε ἐν Κρήτῃ ἵνα τὰ λείποντα ἐπιδιορθώσῃ καὶ καταστήσῃς κατὰ πόλιν πρεσβυτέρους ὡς ἐγώ σοι διεταξάμην </Greek>
<ULB> For this purpose I left you in Crete, that you might set in order things not yet complete and ordain elders in every city as I directed you.</ULB>
<residue>q For this purpose I left you in , that you might set in things not yet complete and ordain in every city as I you. q</residue>
<w OGNTsort="114697" ULBorder="---" lemma="G3778" morph="D-GSN" lexeme="οὗτος" text="Τούτου">For this</w>
<w OGNTsort="114698" ULBorder="---" lemma="G5484" morph="PREP" lexeme="χάριν" text="χάριν">reson</w>
<w OGNTsort="114699" ULBorder="---" lemma="G620" morph="V-2AAI-1S" lexeme="ἀπολείπω" text="ἀπέλιπόν">I left</w>
<w OGNTsort="114700" ULBorder="---" lemma="G4771" morph="P-2AS" lexeme="σύ" text="σε">you</w>
<w OGNTsort="114701" ULBorder="---" lemma="G1722" morph="PREP" lexeme="ἐν" text="ἐν">in</w>
<w OGNTsort="114702" ULBorder="---" lemma="G2914" morph="N-DSF-L" lexeme="Κρήτη" text="Κρήτῃ">Crete,</w>
<w OGNTsort="114703" ULBorder="---" lemma="G2443" morph="CONJ" lexeme="ἵνα" text="ἵνα">that</w>
<w OGNTsort="114706" ULBorder="---" lemma="G1930" morph="V-AMS-2S" lexeme="ἐπιδιορθόω" text="ἐπιδιορθώσῃ">you might set in order</w>
<w OGNTsort="114704" ULBorder="---" lemma="G3588" morph="T-APN" lexeme="ὁ" text="τὰ"></w>
<w OGNTsort="114705" ULBorder="---" lemma="G3007" morph="V-PAP-APN" lexeme="λείπω" text="λείποντα">things not yet complete</w>
<w OGNTsort="114707" ULBorder="---" lemma="G2532" morph="CONJ" lexeme="καί" text="καὶ">and</w>
<w OGNTsort="114708" ULBorder="---" lemma="G2525" morph="V-AAS-2S" lexeme="καθίστημι" text="καταστήσῃς">ordain</w>
<verse name="Titus 1:5">
<Greek>Τούτου χάριν ἀπέλιπόν σε ἐν Κρήτῃ ἵνα τὰ λείποντα ἐπιδιορθώσῃ καὶ καταστήσῃς κατὰ πόλιν πρεσβυτέρους ὡς ἐγώ σοι διεταξάμην</Greek>
<preText>\p \v 5</preText>
<ULB>For this purpose I left you in Crete, that you might set in order things not yet complete and ordain elders in every city as I directed you.</ULB>
<residue>For this purpose I left you in , that you might set in things not yet complete and ordain in every city as I you.</residue>
<w OGNTsort="114702" ULBorder="---" lemma="G2914" morph="N-DSF-L" lexeme="Κρήτη" text="Κρήτῃ">Crete</w>
<w OGNTsort="114715" ULBorder="---" lemma="G1299" morph="V-AMI-1S" lexeme="διατάσσω" text="διεταξάμην">order</w>
<w OGNTsort="114711" ULBorder="---" lemma="G4245" morph="A-APM" lexeme="πρεσβύτερος" text="πρεσβυτέρους">elders</w>
<w OGNTsort="114709" ULBorder="---" lemma="G2596" morph="PREP" lexeme="κατά" text="κατὰ">in every</w>
<w OGNTsort="114710" ULBorder="---" lemma="G4172" morph="N-ASF" lexeme="πόλις" text="πόλιν">city</w>
<w OGNTsort="114712" ULBorder="---" lemma="G5613" morph="CONJ" lexeme="ὡς" text="ὡς">as</w>
<w OGNTsort="114713" ULBorder="---" lemma="G1473" morph="P-1NS" lexeme="ἐγώ" text="ἐγώ">I</w>
<w OGNTsort="114715" ULBorder="---" lemma="G1299" morph="V-AMI-1S" lexeme="διατάσσω" text="διεταξάμην">directed</w>
<w OGNTsort="114714" ULBorder="---" lemma="G4771" morph="P-2DS" lexeme="σύ" text="σοι">you.</w>
<w OGNTsort="114708" ULBorder="---" lemma="G2525" morph="V-AAS-2S" lexeme="καθίστημι" text="καταστήσῃς">directed</w>
<w OGNTsort="114710" ULBorder="---" lemma="G4172" morph="N-ASF" lexeme="πόλις" text="πόλιν">?</w>
<w OGNTsort="114697" ULBorder="---" lemma="G3778" morph="D-GSN" lexeme="οὗτος" text="Τούτου"></w>
<w OGNTsort="114698" ULBorder="---" lemma="G5484" morph="PREP" lexeme="χάριν" text="χάριν"></w>
<w OGNTsort="114699" ULBorder="---" lemma="G620" morph="V-2AAI-1S" lexeme="ἀπολείπω" text="ἀπέλιπόν"></w>
<w OGNTsort="114700" ULBorder="---" lemma="G4771" morph="P-2AS" lexeme="σύ" text="σε"></w>
<w OGNTsort="114701" ULBorder="---" lemma="G1722" morph="PREP" lexeme="ἐν" text="ἐν"></w>
<w OGNTsort="114703" ULBorder="---" lemma="G2443" morph="CONJ" lexeme="ἵνα" text="ἵνα"></w>
<w OGNTsort="114704" ULBorder="---" lemma="G3588" morph="T-APN" lexeme="ὁ" text="τὰ"></w>
<w OGNTsort="114705" ULBorder="---" lemma="G3007" morph="V-PAP-APN" lexeme="λείπω" text="λείποντα"></w>
<w OGNTsort="114706" ULBorder="---" lemma="G1930" morph="V-AMS-2S" lexeme="ἐπιδιορθόω" text="ἐπιδιορθώσῃ"></w>
<w OGNTsort="114707" ULBorder="---" lemma="G2532" morph="CONJ" lexeme="καί" text="καὶ"></w>
<w OGNTsort="114709" ULBorder="---" lemma="G2596" morph="PREP" lexeme="κατά" text="κατὰ"></w>
<w OGNTsort="114712" ULBorder="---" lemma="G5613" morph="CONJ" lexeme="ὡς" text="ὡς"></w>
<w OGNTsort="114713" ULBorder="---" lemma="G1473" morph="P-1NS" lexeme="ἐγώ" text="ἐγώ"></w>
<w OGNTsort="114714" ULBorder="---" lemma="G4771" morph="P-2DS" lexeme="σύ" text="σοι"></w>
</verse>
<verse osisID="tit.1.6">
<Greek>εἴ τίς ἐστιν ἀνέγκλητος μιᾶς γυναικὸς ἀνήρ τέκνα ἔχων πιστά μὴ ἐν κατηγορίᾳ ἀσωτίας ἢ ἀνυπότακτα </Greek>
<ULB> An elder must be blameless, the husband of one wife, with faithful children not accused of being reckless or disobedient.</ULB>
<residue>q An elder must be , of one wife, with not of being reckless or . q</residue>
<w OGNTsort="114716" ULBorder="---" lemma="G1487" morph="CONJ" lexeme="εἰ" text="εἴ"></w>
<w OGNTsort="114717" ULBorder="---" lemma="G5101" morph="I-NSM" lexeme="τίς" text="τίς"></w>
<w OGNTsort="114718" ULBorder="---" lemma="G1510" morph="V-PAI-3S" lexeme="εἰμί" text="ἐστιν">An elder must be</w>
<w OGNTsort="114719" ULBorder="---" lemma="G410" morph="A-NSM" lexeme="ἀνέγκλητος" text="ἀνέγκλητος">blameless,</w>
<w OGNTsort="114722" ULBorder="---" lemma="G435" morph="N-NSM" lexeme="ἀνήρ" text="ἀνήρ">the husband</w>
<w OGNTsort="114720" ULBorder="---" lemma="G1520" morph="A-GSF" lexeme="εἷς" text="μιᾶς">of one</w>
<w OGNTsort="114721" ULBorder="---" lemma="G1135" morph="N-GSF" lexeme="γυνή" text="γυναικὸς">wife,</w>
<w OGNTsort="114724" ULBorder="---" lemma="G2192" morph="V-PAP-NSM" lexeme="ἔχω" text="ἔχων">with</w>
<verse name="Titus 1:6">
<Greek>εἴ τίς ἐστιν ἀνέγκλητος μιᾶς γυναικὸς ἀνήρ τέκνα ἔχων πιστά μὴ ἐν κατηγορίᾳ ἀσωτίας ἢ ἀνυπότακτα</Greek>
<preText>\s5 \v 6</preText>
<ULB>An elder must be blameless, the husband of one wife, with faithful children not accused of being reckless or disobedient.</ULB>
<residue>An elder must be , the husband of one wife, with not of being reckless or .</residue>
<w OGNTsort="114719" ULBorder="---" lemma="G410" morph="A-NSM" lexeme="ἀνέγκλητος" text="ἀνέγκλητος">blameless</w>
<w OGNTsort="114725" ULBorder="---" lemma="G4103" morph="A-APN" lexeme="πιστός" text="πιστά">faithful</w>
<w OGNTsort="114723" ULBorder="---" lemma="G5043" morph="N-APN" lexeme="τέκνον" text="τέκνα">children</w>
<w OGNTsort="114726" ULBorder="---" lemma="G3361" morph="PRT-N" lexeme="μή" text="μὴ">not</w>
<w OGNTsort="114727" ULBorder="---" lemma="G1722" morph="PREP" lexeme="ἐν" text="ἐν"></w>
<w OGNTsort="114728" ULBorder="---" lemma="G2724" morph="N-DSF" lexeme="κατηγορία" text="κατηγορίᾳ">accused</w>
<w OGNTsort="114729" ULBorder="---" lemma="G810" morph="N-GSF" lexeme="ἀσωτία" text="ἀσωτίας">of being reckless</w>
<w OGNTsort="114730" ULBorder="---" lemma="G2228" morph="CONJ" lexeme="ἤ" text="ἢ">or</w>
<w OGNTsort="114731" ULBorder="---" lemma="G506" morph="A-APN" lexeme="ἀνυπότακτος" text="ἀνυπότακτα">disobedient.</w>
<w OGNTsort="114731" ULBorder="---" lemma="G506" morph="A-APN" lexeme="ἀνυπότακτος" text="ἀνυπότακτα">disobedient</w>
<w OGNTsort="114716" ULBorder="---" lemma="G1487" morph="CONJ" lexeme="εἰ" text="εἴ"></w>
<w OGNTsort="114717" ULBorder="---" lemma="G5101" morph="I-NSM" lexeme="τίς" text="τίς"></w>
<w OGNTsort="114718" ULBorder="---" lemma="G1510" morph="V-PAI-3S" lexeme="εἰμί" text="ἐστιν"></w>
<w OGNTsort="114720" ULBorder="---" lemma="G1520" morph="A-GSF" lexeme="εἷς" text="μιᾶς"></w>
<w OGNTsort="114721" ULBorder="---" lemma="G1135" morph="N-GSF" lexeme="γυνή" text="γυναικὸς"></w>
<w OGNTsort="114722" ULBorder="---" lemma="G435" morph="N-NSM" lexeme="ἀνήρ" text="ἀνήρ"></w>
<w OGNTsort="114724" ULBorder="---" lemma="G2192" morph="V-PAP-NSM" lexeme="ἔχω" text="ἔχων"></w>
<w OGNTsort="114726" ULBorder="---" lemma="G3361" morph="PRT-N" lexeme="μή" text="μὴ"></w>
<w OGNTsort="114727" ULBorder="---" lemma="G1722" morph="PREP" lexeme="ἐν" text="ἐν"></w>
<w OGNTsort="114729" ULBorder="---" lemma="G810" morph="N-GSF" lexeme="ἀσωτία" text="ἀσωτίας"></w>
<w OGNTsort="114730" ULBorder="---" lemma="G2228" morph="CONJ" lexeme="ἤ" text="ἢ"></w>
</verse>
<verse osisID="tit.1.7">
<Greek>Δεῖ γὰρ τὸν ἐπίσκοπον ἀνέγκλητον εἶναι ὡς Θεοῦ οἰκονόμον μὴ αὐθάδη μὴ ὀργίλον μὴ πάροινον μὴ πλήκτην μὴ αἰσχροκερδῆ </Greek>
<ULB> It is necessary for the overseer, as a manager of the household of God, to be blameless. He must not be arrogant, not be easily angered, not addicted to wine, not a brawler, and not a greedy man.</ULB>
<residue>q It is necessary for the , as a manager of the of , to be . He must not be arrogant, not be easily , not addicted to , not a brawler, and not a greedy man. q</residue>
<w OGNTsort="114732" ULBorder="---" lemma="G1210" morph="V-PAI-3S" lexeme="δέω" text="Δεῖ">It is necessary</w>
<verse name="Titus 1:7">
<Greek>Δεῖ γὰρ τὸν ἐπίσκοπον ἀνέγκλητον εἶναι ὡς Θεοῦ οἰκονόμον μὴ αὐθάδη μὴ ὀργίλον μὴ πάροινον μὴ πλήκτην μὴ αἰσχροκερδῆ</Greek>
<preText>\v 7</preText>
<ULB>It is necessary for the overseer, as a manager of the household of God, to be blameless. He must not be arrogant, not be easily angered, not addicted to wine, not a brawler, and not a greedy man.</ULB>
<residue>It is necessary for the , as a manager of the of , to be . He must not be arrogant, not be easily , not addicted to , not a brawler, and not a greedy man.</residue>
<w OGNTsort="114735" ULBorder="---" lemma="G1985" morph="N-ASM" lexeme="ἐπίσκοπος" text="ἐπίσκοπον">overseer</w>
<w OGNTsort="114740" ULBorder="---" lemma="G3623" morph="N-ASM" lexeme="οἰκονόμος" text="οἰκονόμον">household</w>
<w OGNTsort="114739" ULBorder="---" lemma="G2316" morph="N-GSM" lexeme="θεός" text="Θεοῦ">God</w>
<w OGNTsort="114736" ULBorder="---" lemma="G410" morph="A-ASM" lexeme="ἀνέγκλητος" text="ἀνέγκλητον">blameless</w>
<w OGNTsort="114744" ULBorder="---" lemma="G3711" morph="A-ASM" lexeme="ὀργίλος" text="ὀργίλον">angered</w>
<w OGNTsort="114746" ULBorder="---" lemma="G3943" morph="A-ASM" lexeme="πάροινος" text="πάροινον">wine</w>
<w OGNTsort="114732" ULBorder="---" lemma="G1210" morph="V-PAI-3S" lexeme="δέω" text="Δεῖ">?</w>
<w OGNTsort="114733" ULBorder="---" lemma="G1063" morph="CONJ" lexeme="γάρ" text="γὰρ"></w>
<w OGNTsort="114734" ULBorder="---" lemma="G3588" morph="T-ASM" lexeme="ὁ" text="τὸν">for the</w>
<w OGNTsort="114735" ULBorder="---" lemma="G1985" morph="N-ASM" lexeme="ἐπίσκοπος" text="ἐπίσκοπον">overseer,</w>
<w OGNTsort="114738" ULBorder="---" lemma="G5613" morph="CONJ" lexeme="ὡς" text="ὡς">as</w>
<w OGNTsort="114740" ULBorder="---" lemma="G3623" morph="N-ASM" lexeme="οἰκονόμος" text="οἰκονόμον">a manager of the household</w>
<w OGNTsort="114739" ULBorder="---" lemma="G2316" morph="N-GSM" lexeme="θεός" text="Θεοῦ">of God,</w>
<w OGNTsort="114737" ULBorder="---" lemma="G1510" morph="V-PAN" lexeme="εἰμί" text="εἶναι">to be</w>
<w OGNTsort="114736" ULBorder="---" lemma="G410" morph="A-ASM" lexeme="ἀνέγκλητος" text="ἀνέγκλητον">blameless.</w>
<w OGNTsort="114741" ULBorder="---" lemma="G3361" morph="PRT-N" lexeme="μή" text="μὴ">He must not be</w>
<w OGNTsort="114742" ULBorder="---" lemma="G829" morph="A-ASM" lexeme="αὐθάδης" text="αὐθάδη">arrogant, </w>
<w OGNTsort="114743" ULBorder="---" lemma="G3361" morph="PRT-N" lexeme="μή" text="μὴ">not be</w>
<w OGNTsort="114744" ULBorder="---" lemma="G3711" morph="A-ASM" lexeme="ὀργίλος" text="ὀργίλον">easily angered,</w>
<w OGNTsort="114745" ULBorder="---" lemma="G3361" morph="PRT-N" lexeme="μή" text="μὴ">not</w>
<w OGNTsort="114746" ULBorder="---" lemma="G3943" morph="A-ASM" lexeme="πάροινος" text="πάροινον">addicted to wine,</w>
<w OGNTsort="114747" ULBorder="---" lemma="G3361" morph="PRT-N" lexeme="μή" text="μὴ">not</w>
<w OGNTsort="114748" ULBorder="---" lemma="G4131" morph="N-ASM" lexeme="πλήκτης" text="πλήκτην">a brawler,</w>
<w OGNTsort="114749" ULBorder="---" lemma="G3361" morph="PRT-N" lexeme="μή" text="μὴ">and not</w>
<w OGNTsort="114750" ULBorder="---" lemma="G146" morph="A-ASM" lexeme="αἰσχροκερδής" text="αἰσχροκερδῆ">a greedy man.</w>
<w OGNTsort="114734" ULBorder="---" lemma="G3588" morph="T-ASM" lexeme="ὁ" text="τὸν"></w>
<w OGNTsort="114737" ULBorder="---" lemma="G1510" morph="V-PAN" lexeme="εἰμί" text="εἶναι"></w>
<w OGNTsort="114738" ULBorder="---" lemma="G5613" morph="CONJ" lexeme="ὡς" text="ὡς"></w>
<w OGNTsort="114741" ULBorder="---" lemma="G3361" morph="PRT-N" lexeme="μή" text="μὴ"></w>
<w OGNTsort="114742" ULBorder="---" lemma="G829" morph="A-ASM" lexeme="αὐθάδης" text="αὐθάδη"></w>
<w OGNTsort="114743" ULBorder="---" lemma="G3361" morph="PRT-N" lexeme="μή" text="μὴ"></w>
<w OGNTsort="114745" ULBorder="---" lemma="G3361" morph="PRT-N" lexeme="μή" text="μὴ"></w>
<w OGNTsort="114747" ULBorder="---" lemma="G3361" morph="PRT-N" lexeme="μή" text="μὴ"></w>
<w OGNTsort="114748" ULBorder="---" lemma="G4131" morph="N-ASM" lexeme="πλήκτης" text="πλήκτην"></w>
<w OGNTsort="114749" ULBorder="---" lemma="G3361" morph="PRT-N" lexeme="μή" text="μὴ"></w>
<w OGNTsort="114750" ULBorder="---" lemma="G146" morph="A-ASM" lexeme="αἰσχροκερδής" text="αἰσχροκερδῆ"></w>
</verse>
<verse osisID="tit.1.8">
<Greek>ἀλλὰ φιλόξενον φιλάγαθον σώφρονα δίκαιον ὅσιον ἐγκρατῆ </Greek>
<ULB> Instead, he should be hospitable and a friend of what is good. He must be sensible, righteous, holy, and self-controlled.</ULB>
<residue>q Instead, he should be hospitable and a friend of what is . He must be , , , and . q</residue>
<w OGNTsort="114751" ULBorder="---" lemma="G235" morph="CONJ" lexeme="ἀλλά" text="ἀλλὰ">Instead,</w>
<w OGNTsort="114752" ULBorder="---" lemma="G5382" morph="A-ASM" lexeme="φιλόξενος" text="φιλόξενον">he should be hospitable</w>
<w OGNTsort="114753" ULBorder="---" lemma="G5358" morph="A-ASM" lexeme="φιλάγαθος" text="φιλάγαθον">and a friend of what is good.</w>
<w OGNTsort="114757" ULBorder="---" lemma="G1468" morph="A-ASM" lexeme="ἐγκρατής" text="ἐγκρατῆ">He must be sensible,</w>
<w OGNTsort="114755" ULBorder="---" lemma="G1342" morph="A-ASM" lexeme="δίκαιος" text="δίκαιον">righteous,</w>
<w OGNTsort="114756" ULBorder="---" lemma="G3741" morph="A-ASM" lexeme="ὅσιος" text="ὅσιον">holy,</w>
<w OGNTsort="114754" ULBorder="---" lemma="G4998" morph="A-ASM" lexeme="σώφρων" text="σώφρονα">and self-controlled</w>
<verse name="Titus 1:8">
<Greek>ἀλλὰ φιλόξενον φιλάγαθον σώφρονα δίκαιον ὅσιον ἐγκρατῆ</Greek>
<preText>\s5 \v 8</preText>
<ULB>Instead, he should be hospitable and a friend of what is good. He must be sensible, righteous, holy, and self-controlled.</ULB>
<residue>Instead, he should be hospitable and a friend of what is . He must be , , , and .</residue>
<w OGNTsort="114753" ULBorder="---" lemma="G5358" morph="A-ASM" lexeme="φιλάγαθος" text="φιλάγαθον">good</w>
<w OGNTsort="114757" ULBorder="---" lemma="G1468" morph="A-ASM" lexeme="ἐγκρατής" text="ἐγκρατῆ">sensible</w>
<w OGNTsort="114755" ULBorder="---" lemma="G1342" morph="A-ASM" lexeme="δίκαιος" text="δίκαιον">righteous</w>
<w OGNTsort="114756" ULBorder="---" lemma="G3741" morph="A-ASM" lexeme="ὅσιος" text="ὅσιον">holy</w>
<w OGNTsort="114754" ULBorder="---" lemma="G4998" morph="A-ASM" lexeme="σώφρων" text="σώφρονα">self-controlled</w>
<w OGNTsort="114751" ULBorder="---" lemma="G235" morph="CONJ" lexeme="ἀλλά" text="ἀλλὰ"></w>
<w OGNTsort="114752" ULBorder="---" lemma="G5382" morph="A-ASM" lexeme="φιλόξενος" text="φιλόξενον"></w>
</verse>
<verse osisID="tit.1.9">
<Greek>ἀντεχόμενον τοῦ κατὰ τὴν διδαχὴν πιστοῦ λόγου ἵνα δυνατὸς ᾖ καὶ παρακαλεῖν ἐν τῇ διδασκαλίᾳ τῇ ὑγιαινούσῃ καὶ τοὺς ἀντιλέγοντας ἐλέγχειν </Greek>
<ULB> He should hold tightly to the trustworthy message that was taught, so that he may be able to encourage others with truthful teaching and correct those who oppose him.</ULB>
<residue>q He should hold tightly to the message that was , so that he to others with and those who oppose him. q</residue>
<w OGNTsort="114758" ULBorder="---" lemma="G472" morph="V-PNP-ASM" lexeme="ἀντέχω" text="ἀντεχόμενον">He should hold tightly</w>
<w OGNTsort="114759" ULBorder="---" lemma="G3588" morph="T-GSM" lexeme="ὁ" text="τοῦ"></w>
<w OGNTsort="114760" ULBorder="---" lemma="G2596" morph="PREP" lexeme="κατά" text="κατὰ"></w>
<w OGNTsort="114761" ULBorder="---" lemma="G3588" morph="T-ASF" lexeme="ὁ" text="τὴν">to the</w>
<verse name="Titus 1:9">
<Greek>ἀντεχόμενον τοῦ κατὰ τὴν διδαχὴν πιστοῦ λόγου ἵνα δυνατὸς ᾖ καὶ παρακαλεῖν ἐν τῇ διδασκαλίᾳ τῇ ὑγιαινούσῃ καὶ τοὺς ἀντιλέγοντας ἐλέγχειν</Greek>
<preText>\v 9</preText>
<ULB>He should hold tightly to the trustworthy message that was taught, so that he may be able to encourage others with truthful teaching and correct those who oppose him.</ULB>
<residue>He should hold tightly to the that was , so that he to others with and those who oppose him.</residue>
<w OGNTsort="114763" ULBorder="---" lemma="G4103" morph="A-GSM" lexeme="πιστός" text="πιστοῦ">trustworthy</w>
<w OGNTsort="114764" ULBorder="---" lemma="G3056" morph="N-GSM" lexeme="λόγος" text="λόγου">message</w>
<w OGNTsort="114762" ULBorder="---" lemma="G1322" morph="N-ASF" lexeme="διδαχή" text="διδαχὴν">that was taught,</w>
<w OGNTsort="114765" ULBorder="---" lemma="G2443" morph="CONJ" lexeme="ἵνα" text="ἵνα">so that</w>
<w OGNTsort="114767" ULBorder="---" lemma="G1510" morph="V-PAS-3S" lexeme="εἰμί" text="ᾖ">he may be</w>
<w OGNTsort="114766" ULBorder="---" lemma="G1415" morph="A-NSM" lexeme="δυνατός" text="δυνατὸς">able</w>
<w OGNTsort="114775" ULBorder="---" lemma="G2532" morph="CONJ" lexeme="καί" text="καὶ"></w>
<w OGNTsort="114769" ULBorder="---" lemma="G3870" morph="V-PAN" lexeme="παρακαλέω" text="παρακαλεῖν">to encourage others</w>
<w OGNTsort="114770" ULBorder="---" lemma="G1722" morph="PREP" lexeme="ἐν" text="ἐν">with</w>
<w OGNTsort="114773" ULBorder="---" lemma="G3588" morph="T-DSF" lexeme="ὁ" text="τῇ"></w>
<w OGNTsort="114772" ULBorder="---" lemma="G1319" morph="N-DSF" lexeme="διδασκαλία" text="διδασκαλίᾳ">taught</w>
<w OGNTsort="114766" ULBorder="---" lemma="G1415" morph="A-NSM" lexeme="δυνατός" text="δυνατὸς">may ... be able</w>
<w OGNTsort="114769" ULBorder="---" lemma="G3870" morph="V-PAN" lexeme="παρακαλέω" text="παρακαλεῖν">encourage</w>
<w OGNTsort="114774" ULBorder="---" lemma="G5198" morph="V-PAP-DSF" lexeme="ὑγιαίνω" text="ὑγιαινούσῃ">truthful</w>
<w OGNTsort="114771" ULBorder="---" lemma="G3588" morph="T-DSF" lexeme="ὁ" text="τῇ"></w>
<w OGNTsort="114772" ULBorder="---" lemma="G1319" morph="N-DSF" lexeme="διδασκαλία" text="διδασκαλίᾳ">teaching</w>
<w OGNTsort="114768" ULBorder="---" lemma="G2532" morph="CONJ" lexeme="καί" text="καὶ">and</w>
<w OGNTsort="114762" ULBorder="---" lemma="G1322" morph="N-ASF" lexeme="διδαχή" text="διδαχὴν">teaching</w>
<w OGNTsort="114778" ULBorder="---" lemma="G1651" morph="V-PAN" lexeme="ἐλέγχω" text="ἐλέγχειν">correct</w>
<w OGNTsort="114777" ULBorder="---" lemma="G483" morph="V-PAP-APM" lexeme="ἀντιλέγω" text="ἀντιλέγοντας">?</w>
<w OGNTsort="114758" ULBorder="---" lemma="G472" morph="V-PNP-ASM" lexeme="ἀντέχω" text="ἀντεχόμενον"></w>
<w OGNTsort="114759" ULBorder="---" lemma="G3588" morph="T-GSM" lexeme="ὁ" text="τοῦ"></w>
<w OGNTsort="114760" ULBorder="---" lemma="G2596" morph="PREP" lexeme="κατά" text="κατὰ"></w>
<w OGNTsort="114761" ULBorder="---" lemma="G3588" morph="T-ASF" lexeme="ὁ" text="τὴν"></w>
<w OGNTsort="114765" ULBorder="---" lemma="G2443" morph="CONJ" lexeme="ἵνα" text="ἵνα"></w>
<w OGNTsort="114767" ULBorder="---" lemma="G1510" morph="V-PAS-3S" lexeme="εἰμί" text="ᾖ"></w>
<w OGNTsort="114768" ULBorder="---" lemma="G2532" morph="CONJ" lexeme="καί" text="καὶ"></w>
<w OGNTsort="114770" ULBorder="---" lemma="G1722" morph="PREP" lexeme="ἐν" text="ἐν"></w>
<w OGNTsort="114771" ULBorder="---" lemma="G3588" morph="T-DSF" lexeme="ὁ" text="τῇ"></w>
<w OGNTsort="114773" ULBorder="---" lemma="G3588" morph="T-DSF" lexeme="ὁ" text="τῇ"></w>
<w OGNTsort="114775" ULBorder="---" lemma="G2532" morph="CONJ" lexeme="καί" text="καὶ"></w>
<w OGNTsort="114776" ULBorder="---" lemma="G3588" morph="T-APM" lexeme="ὁ" text="τοὺς"></w>
<w OGNTsort="114777" ULBorder="---" lemma="G483" morph="V-PAP-APM" lexeme="ἀντιλέγω" text="ἀντιλέγοντας">those who oppose him.</w>
</verse>
<verse osisID="tit.1.10">
<Greek>Εἰσὶν γὰρ πολλοὶ καὶ ἀνυπότακτοι ματαιολόγοι καὶ φρεναπάται μάλιστα οἱ ἐκ τῆς περιτομῆς </Greek>
<ULB> For there are many rebellious people, empty talkers and deceivers, especially those of the circumcision.</ULB>
<residue>q For there are many people, empty talkers and , especially those of the . q</residue>
<w OGNTsort="114780" ULBorder="---" lemma="G1063" morph="CONJ" lexeme="γάρ" text="γὰρ">For</w>
<w OGNTsort="114779" ULBorder="---" lemma="G1510" morph="V-PAI-3P" lexeme="εἰμί" text="Εἰσὶν">there are</w>
<w OGNTsort="114781" ULBorder="---" lemma="G4183" morph="A-NPM" lexeme="πολύς" text="πολλοὶ">many</w>
<verse name="Titus 1:10">
<Greek>Εἰσὶν γὰρ πολλοὶ καὶ ἀνυπότακτοι ματαιολόγοι καὶ φρεναπάται μάλιστα οἱ ἐκ τῆς περιτομῆς</Greek>
<preText>\s5 \p \v 10</preText>
<ULB>For there are many rebellious people, empty talkers and deceivers, especially those of the circumcision.</ULB>
<residue>For there are many people, empty talkers and , especially those of the .</residue>
<w OGNTsort="114783" ULBorder="---" lemma="G506" morph="A-NPM" lexeme="ἀνυπότακτος" text="ἀνυπότακτοι">rebellious</w>
<w OGNTsort="114786" ULBorder="---" lemma="G5423" morph="N-NPM" lexeme="φρεναπάτης" text="φρεναπάται">deceivers</w>
<w OGNTsort="114791" ULBorder="---" lemma="G4061" morph="N-GSF" lexeme="περιτομή" text="περιτομῆς">circumcision</w>
<w OGNTsort="114781" ULBorder="---" lemma="G4183" morph="A-NPM" lexeme="πολύς" text="πολλοὶ">?</w>
<w OGNTsort="114784" ULBorder="---" lemma="G3151" morph="A-NPM" lexeme="ματαιολόγος" text="ματαιολόγοι">?</w>
<w OGNTsort="114779" ULBorder="---" lemma="G1510" morph="V-PAI-3P" lexeme="εἰμί" text="Εἰσὶν"></w>
<w OGNTsort="114780" ULBorder="---" lemma="G1063" morph="CONJ" lexeme="γάρ" text="γὰρ"></w>
<w OGNTsort="114782" ULBorder="---" lemma="G2532" morph="CONJ" lexeme="καί" text="καὶ"></w>
<w OGNTsort="114783" ULBorder="---" lemma="G506" morph="A-NPM" lexeme="ἀνυπότακτος" text="ἀνυπότακτοι">rebellious people,</w>
<w OGNTsort="114784" ULBorder="---" lemma="G3151" morph="A-NPM" lexeme="ματαιολόγος" text="ματαιολόγοι">empty talkers</w>
<w OGNTsort="114785" ULBorder="---" lemma="G2532" morph="CONJ" lexeme="καί" text="καὶ">and</w>
<w OGNTsort="114786" ULBorder="---" lemma="G5423" morph="N-NPM" lexeme="φρεναπάτης" text="φρεναπάται">deceivers,</w>
<w OGNTsort="114787" ULBorder="---" lemma="G3122" morph="ADV" lexeme="μάλιστα" text="μάλιστα">especially</w>
<w OGNTsort="114788" ULBorder="---" lemma="G3588" morph="T-NPM" lexeme="ὁ" text="οἱ">those</w>
<w OGNTsort="114789" ULBorder="---" lemma="G1537" morph="PREP" lexeme="ἐκ" text="ἐκ">of</w>
<w OGNTsort="114790" ULBorder="---" lemma="G3588" morph="T-GSF" lexeme="ὁ" text="τῆς">the</w>
<w OGNTsort="114791" ULBorder="---" lemma="G4061" morph="N-GSF" lexeme="περιτομή" text="περιτομῆς">circumcision.</w>
<w OGNTsort="114785" ULBorder="---" lemma="G2532" morph="CONJ" lexeme="καί" text="καὶ"></w>
<w OGNTsort="114787" ULBorder="---" lemma="G3122" morph="ADV" lexeme="μάλιστα" text="μάλιστα"></w>
<w OGNTsort="114788" ULBorder="---" lemma="G3588" morph="T-NPM" lexeme="ὁ" text="οἱ"></w>
<w OGNTsort="114789" ULBorder="---" lemma="G1537" morph="PREP" lexeme="ἐκ" text="ἐκ"></w>
<w OGNTsort="114790" ULBorder="---" lemma="G3588" morph="T-GSF" lexeme="ὁ" text="τῆς"></w>
</verse>
<verse osisID="tit.1.11">
<Greek>οὓς δεῖ ἐπιστομίζειν οἵτινες ὅλους οἴκους ἀνατρέπουσιν διδάσκοντες ἃ μὴ δεῖ αἰσχροῦ κέρδους χάριν </Greek>
<ULB> It is necessary to stop them. They are upsetting whole families by teaching for disgraceful profit what they should not teach.</ULB>
<residue>q It is necessary to stop them. They are upsetting whole by for what they should not teach. q</residue>
<w OGNTsort="114802" ULBorder="---" lemma="G1210" morph="V-PAI-3S" lexeme="δέω" text="δεῖ">It is necessary</w>
<w OGNTsort="114794" ULBorder="---" lemma="G1993" morph="V-PAN" lexeme="ἐπιστομίζω" text="ἐπιστομίζειν">to stop</w>
<w OGNTsort="114792" ULBorder="---" lemma="G3739" morph="R-APM" lexeme="ὅς, ἥ" text="οὓς">them.</w>
<w OGNTsort="114795" ULBorder="---" lemma="G3748" morph="R-NPM" lexeme="ὅστις, ἥτις" text="οἵτινες">They</w>
<w OGNTsort="114798" ULBorder="---" lemma="G396" morph="V-PAI-3P" lexeme="ἀνατρέπω" text="ἀνατρέπουσιν">are upsetting</w>
<w OGNTsort="114796" ULBorder="---" lemma="G3650" morph="A-APM" lexeme="ὅλος" text="ὅλους">whole</w>
<verse name="Titus 1:11">
<Greek>οὓς δεῖ ἐπιστομίζειν οἵτινες ὅλους οἴκους ἀνατρέπουσιν διδάσκοντες ἃ μὴ δεῖ αἰσχροῦ κέρδους χάριν</Greek>
<preText>\v 11</preText>
<ULB>It is necessary to stop them. They are upsetting whole families by teaching for disgraceful profit what they should not teach.</ULB>
<residue>It is necessary to stop them. They are upsetting whole by for what they should not teach.</residue>
<w OGNTsort="114797" ULBorder="---" lemma="G3624" morph="N-APM" lexeme="οἶκος" text="οἴκους">families</w>
<w OGNTsort="114799" ULBorder="---" lemma="G1321" morph="V-PAP-NPM" lexeme="διδάσκω" text="διδάσκοντες">by teaching</w>
<w OGNTsort="114805" ULBorder="---" lemma="G5484" morph="PREP" lexeme="χάριν" text="χάριν">for</w>
<w OGNTsort="114799" ULBorder="---" lemma="G1321" morph="V-PAP-NPM" lexeme="διδάσκω" text="διδάσκοντες">teaching</w>
<w OGNTsort="114803" ULBorder="---" lemma="G150" morph="A-GSN" lexeme="αἰσχρός" text="αἰσχροῦ">disgraceful</w>
<w OGNTsort="114804" ULBorder="---" lemma="G2771" morph="N-GSN" lexeme="κέρδος" text="κέρδους">profit</w>
<w OGNTsort="114800" ULBorder="---" lemma="G3739" morph="R-APN" lexeme="ὅς, ἥ" text="ἃ">what</w>
<w OGNTsort="114793" ULBorder="---" lemma="G1210" morph="V-PAI-3S" lexeme="δέω" text="δεῖ">they should</w>
<w OGNTsort="114801" ULBorder="---" lemma="G3361" morph="PRT-N" lexeme="μή" text="μὴ">not teach.</w>
<w OGNTsort="114793" ULBorder="---" lemma="G1210" morph="V-PAI-3S" lexeme="δέω" text="δεῖ">?</w>
<w OGNTsort="114798" ULBorder="---" lemma="G396" morph="V-PAI-3P" lexeme="ἀνατρέπω" text="ἀνατρέπουσιν">?</w>
<w OGNTsort="114802" ULBorder="---" lemma="G1210" morph="V-PAI-3S" lexeme="δέω" text="δεῖ">?</w>
<w OGNTsort="114792" ULBorder="---" lemma="G3739" morph="R-APM" lexeme="ὅς, ἥ" text="οὓς"></w>
<w OGNTsort="114794" ULBorder="---" lemma="G1993" morph="V-PAN" lexeme="ἐπιστομίζω" text="ἐπιστομίζειν"></w>
<w OGNTsort="114795" ULBorder="---" lemma="G3748" morph="R-NPM" lexeme="ὅστις, ἥτις" text="οἵτινες"></w>
<w OGNTsort="114796" ULBorder="---" lemma="G3650" morph="A-APM" lexeme="ὅλος" text="ὅλους"></w>
<w OGNTsort="114800" ULBorder="---" lemma="G3739" morph="R-APN" lexeme="ὅς, ἥ" text="ἃ"></w>
<w OGNTsort="114801" ULBorder="---" lemma="G3361" morph="PRT-N" lexeme="μή" text="μὴ"></w>
<w OGNTsort="114805" ULBorder="---" lemma="G5484" morph="PREP" lexeme="χάριν" text="χάριν"></w>
</verse>
<verse osisID="tit.1.12">
<Greek>εἶπέν τις ἐξ αὐτῶν ἴδιος αὐτῶν προφήτης Κρῆτες ἀεὶ ψεῦσται κακὰ θηρία γαστέρες ἀργαί </Greek>
<ULB> One of their own prophets has said, "Cretans are always liars, evil beasts, lazy gluttons."</ULB>
<residue>q One of their own has said, " are always liars, , lazy gluttons." q</residue>
<w OGNTsort="114807" ULBorder="---" lemma="G5100" morph="X-NSM" lexeme="τις" text="τις">One</w>
<w OGNTsort="114808" ULBorder="---" lemma="G1537" morph="PREP" lexeme="ἐκ" text="ἐξ">of</w>
<w OGNTsort="114809" ULBorder="---" lemma="G846" morph="P-GPM" lexeme="αὐτός" text="αὐτῶν">their</w>
<w OGNTsort="114810" ULBorder="---" lemma="G2398" morph="A-NSM" lexeme="ἴδιος" text="ἴδιος">own</w>
<w OGNTsort="114811" ULBorder="---" lemma="G846" morph="P-GPM" lexeme="αὐτός" text="αὐτῶν"></w>
<verse name="Titus 1:12">
<Greek>εἶπέν τις ἐξ αὐτῶν ἴδιος αὐτῶν προφήτης Κρῆτες ἀεὶ ψεῦσται κακὰ θηρία γαστέρες ἀργαί</Greek>
<preText>\s5 \v 12</preText>
<ULB>One of their own prophets has said, "Cretans are always liars, evil beasts, lazy gluttons."</ULB>
<residue>One of their own has said, " are always liars, , lazy gluttons."</residue>
<w OGNTsort="114812" ULBorder="---" lemma="G4396" morph="N-NSM" lexeme="προφήτης" text="προφήτης">prophets</w>
<w OGNTsort="114806" ULBorder="---" lemma="G2036" morph="V-2AAI-3S" lexeme="ἔπω, ἐρῶ, εἶπον" text="εἶπέν">has said,</w>
<w OGNTsort="114813" ULBorder="---" lemma="G2912" morph="N-NPM-LG" lexeme="Κρής" text="Κρῆτες">"Cretans</w>
<w OGNTsort="114814" ULBorder="---" lemma="G104" morph="ADV" lexeme="ἀεί" text="ἀεὶ">are always</w>
<w OGNTsort="114815" ULBorder="---" lemma="G5583" morph="N-NPM" lexeme="ψεύστης" text="ψεῦσται">liars,</w>
<w OGNTsort="114813" ULBorder="---" lemma="G2912" morph="N-NPM-LG" lexeme="Κρής" text="Κρῆτες">Cretans</w>
<w OGNTsort="114816" ULBorder="---" lemma="G2556" morph="A-NPN" lexeme="κακός" text="κακὰ">evil</w>
<w OGNTsort="114817" ULBorder="---" lemma="G2342" morph="N-NPN" lexeme="θηρίον" text="θηρία">beasts,</w>
<w OGNTsort="114818" ULBorder="---" lemma="G1064" morph="N-NPF" lexeme="γαστήρ" text="γαστέρες">lazy</w>
<w OGNTsort="114819" ULBorder="---" lemma="G692" morph="A-NPF" lexeme="ἀργός" text="ἀργαί">gluttons."</w>
<w OGNTsort="114817" ULBorder="---" lemma="G2342" morph="N-NPN" lexeme="θηρίον" text="θηρία">beasts</w>
<w OGNTsort="114806" ULBorder="---" lemma="G2036" morph="V-2AAI-3S" lexeme="ἔπω, ἐρῶ, εἶπον" text="εἶπέν">?</w>
<w OGNTsort="114818" ULBorder="---" lemma="G1064" morph="N-NPF" lexeme="γαστήρ" text="γαστέρες">?</w>
<w OGNTsort="114819" ULBorder="---" lemma="G692" morph="A-NPF" lexeme="ἀργός" text="ἀργαί">?</w>
<w OGNTsort="114807" ULBorder="---" lemma="G5100" morph="X-NSM" lexeme="τις" text="τις"></w>
<w OGNTsort="114808" ULBorder="---" lemma="G1537" morph="PREP" lexeme="ἐκ" text="ἐξ"></w>
<w OGNTsort="114809" ULBorder="---" lemma="G846" morph="P-GPM" lexeme="αὐτός" text="αὐτῶν"></w>
<w OGNTsort="114810" ULBorder="---" lemma="G2398" morph="A-NSM" lexeme="ἴδιος" text="ἴδιος"></w>
<w OGNTsort="114811" ULBorder="---" lemma="G846" morph="P-GPM" lexeme="αὐτός" text="αὐτῶν"></w>
<w OGNTsort="114814" ULBorder="---" lemma="G104" morph="ADV" lexeme="ἀεί" text="ἀεὶ"></w>
<w OGNTsort="114815" ULBorder="---" lemma="G5583" morph="N-NPM" lexeme="ψεύστης" text="ψεῦσται"></w>
</verse>
<verse osisID="tit.1.13">
<Greek>Ἡ μαρτυρία αὕτη ἐστὶν ἀληθής δι᾽ ἣν αἰτίαν ἔλεγχε αὐτοὺς ἀποτόμως ἵνα ὑγιαίνωσιν ἐν τῇ πίστει </Greek>
<ULB> This testimony is true. Therefore, correct them severely, so that they may be truthful in the faith,</ULB>
<residue>q This is . Therefore, them severely, so that they may be in the , q</residue>
<w OGNTsort="114820" ULBorder="---" lemma="G3588" morph="T-NSF" lexeme="ὁ" text="Ἡ"></w>
<w OGNTsort="114822" ULBorder="---" lemma="G3778" morph="D-NSF" lexeme="οὗτος" text="αὕτη">This</w>
<verse name="Titus 1:13">
<Greek>Ἡ μαρτυρία αὕτη ἐστὶν ἀληθής δι᾽ ἣν αἰτίαν ἔλεγχε αὐτοὺς ἀποτόμως ἵνα ὑγιαίνωσιν ἐν τῇ πίστει</Greek>
<preText>\v 13</preText>
<ULB>This testimony is true. Therefore, correct them severely, so that they may be truthful in the faith,</ULB>
<residue>This is . Therefore, them severely, so that they may be in the ,</residue>
<w OGNTsort="114821" ULBorder="---" lemma="G3141" morph="N-NSF" lexeme="μαρτυρία" text="μαρτυρία">testimony</w>
<w OGNTsort="114823" ULBorder="---" lemma="G1510" morph="V-PAI-3S" lexeme="εἰμί" text="ἐστὶν">is</w>
<w OGNTsort="114824" ULBorder="---" lemma="G227" morph="A-NSF" lexeme="ἀληθής" text="ἀληθής">true.</w>
<w OGNTsort="114832" ULBorder="---" lemma="G5198" morph="V-PAS-3P" lexeme="ὑγιαίνω" text="ὑγιαίνωσιν">true</w>
<w OGNTsort="114828" ULBorder="---" lemma="G1651" morph="V-PAM-2S" lexeme="ἐλέγχω" text="ἔλεγχε">correct</w>
<w OGNTsort="114824" ULBorder="---" lemma="G227" morph="A-NSF" lexeme="ἀληθής" text="ἀληθής">truthful</w>
<w OGNTsort="114835" ULBorder="---" lemma="G4102" morph="N-DSF" lexeme="πίστις" text="πίστει">faith</w>
<w OGNTsort="114820" ULBorder="---" lemma="G3588" morph="T-NSF" lexeme="ὁ" text="Ἡ"></w>
<w OGNTsort="114822" ULBorder="---" lemma="G3778" morph="D-NSF" lexeme="οὗτος" text="αὕτη"></w>
<w OGNTsort="114823" ULBorder="---" lemma="G1510" morph="V-PAI-3S" lexeme="εἰμί" text="ἐστὶν"></w>
<w OGNTsort="114825" ULBorder="---" lemma="G1223" morph="PREP" lexeme="διά" text="δι᾽"></w>
<w OGNTsort="114826" ULBorder="---" lemma="G3739" morph="R-ASF" lexeme="ὅς, ἥ" text="ἣν"></w>
<w OGNTsort="114827" ULBorder="---" lemma="G156" morph="N-ASF" lexeme="αἰτία" text="αἰτίαν">Therefore,</w>
<w OGNTsort="114828" ULBorder="---" lemma="G1651" morph="V-PAM-2S" lexeme="ἐλέγχω" text="ἔλεγχε">correct</w>
<w OGNTsort="114829" ULBorder="---" lemma="G846" morph="P-APM" lexeme="αὐτός" text="αὐτοὺς">them</w>
<w OGNTsort="114830" ULBorder="---" lemma="G664" morph="ADV" lexeme="ἀποτόμως" text="ἀποτόμως">severely,</w>
<w OGNTsort="114831" ULBorder="---" lemma="G2443" morph="CONJ" lexeme="ἵνα" text="ἵνα">so that</w>
<w OGNTsort="114832" ULBorder="---" lemma="G5198" morph="V-PAS-3P" lexeme="ὑγιαίνω" text="ὑγιαίνωσιν">they may be truthful</w>
<w OGNTsort="114833" ULBorder="---" lemma="G1722" morph="PREP" lexeme="ἐν" text="ἐν">in</w>
<w OGNTsort="114834" ULBorder="---" lemma="G3588" morph="T-DSF" lexeme="ὁ" text="τῇ">the</w>
<w OGNTsort="114835" ULBorder="---" lemma="G4102" morph="N-DSF" lexeme="πίστις" text="πίστει">faith.</w>
<w OGNTsort="114827" ULBorder="---" lemma="G156" morph="N-ASF" lexeme="αἰτία" text="αἰτίαν"></w>
<w OGNTsort="114829" ULBorder="---" lemma="G846" morph="P-APM" lexeme="αὐτός" text="αὐτοὺς"></w>
<w OGNTsort="114830" ULBorder="---" lemma="G664" morph="ADV" lexeme="ἀποτόμως" text="ἀποτόμως"></w>
<w OGNTsort="114831" ULBorder="---" lemma="G2443" morph="CONJ" lexeme="ἵνα" text="ἵνα"></w>
<w OGNTsort="114833" ULBorder="---" lemma="G1722" morph="PREP" lexeme="ἐν" text="ἐν"></w>
<w OGNTsort="114834" ULBorder="---" lemma="G3588" morph="T-DSF" lexeme="ὁ" text="τῇ"></w>
</verse>
<verse osisID="tit.1.14">
<Greek>μὴ προσέχοντες Ἰουδαϊκοῖς μύθοις καὶ ἐντολαῖς ἀνθρώπων ἀποστρεφομένων τὴν ἀλήθειαν </Greek>
<ULB> not paying any attention to Jewish myths or to the commands of people who turn away from the truth.</ULB>
<residue>q not paying any attention to myths or to the of people who from the . q</residue>
<w OGNTsort="114836" ULBorder="---" lemma="G3361" morph="PRT-N" lexeme="μή" text="μὴ">not</w>
<w OGNTsort="114837" ULBorder="---" lemma="G4337" morph="V-PAP-NPM" lexeme="προσέχω" text="προσέχοντες">paying any attention to</w>
<verse name="Titus 1:14">
<Greek>μὴ προσέχοντες Ἰουδαϊκοῖς μύθοις καὶ ἐντολαῖς ἀνθρώπων ἀποστρεφομένων τὴν ἀλήθειαν</Greek>
<preText>\v 14</preText>
<ULB>not paying any attention to Jewish myths or to the commands of people who turn away from the truth.</ULB>
<residue>not paying any attention to myths or to the of people who from the ı.</residue>
<w OGNTsort="114838" ULBorder="---" lemma="G2451" morph="A-DPM-PG" lexeme="Ἰουδαϊκός" text="Ἰουδαϊκοῖς">Jewish</w>
<w OGNTsort="114839" ULBorder="---" lemma="G3454" morph="N-DPM" lexeme="μῦθος" text="μύθοις">myths</w>
<w OGNTsort="114840" ULBorder="---" lemma="G2532" morph="CONJ" lexeme="καί" text="καὶ">or</w>
<w OGNTsort="114841" ULBorder="---" lemma="G1785" morph="N-DPF" lexeme="ἐντολή" text="ἐντολαῖς">to the commands</w>
<w OGNTsort="114842" ULBorder="---" lemma="G444" morph="N-GPM" lexeme="ἄνθρωπος" text="ἀνθρώπων">of people</w>
<w OGNTsort="114843" ULBorder="---" lemma="G654" morph="V-PPP-GPM" lexeme="ἀποστρέφω" text="ἀποστρεφομένων">who turn away from</w>
<w OGNTsort="114844" ULBorder="---" lemma="G3588" morph="T-ASF" lexeme="ὁ" text="τὴν">the</w>
<w OGNTsort="114845" ULBorder="---" lemma="G225" morph="N-ASF" lexeme="ἀλήθεια" text="ἀλήθειαν">truth.</w>
<w OGNTsort="114841" ULBorder="---" lemma="G1785" morph="N-DPF" lexeme="ἐντολή" text="ἐντολαῖς">commands</w>
<w OGNTsort="114843" ULBorder="---" lemma="G654" morph="V-PPP-GPM" lexeme="ἀποστρέφω" text="ἀποστρεφομένων">turn ... away</w>
<w OGNTsort="114845" ULBorder="---" lemma="G225" morph="N-ASF" lexeme="ἀλήθεια" text="ἀλήθειαν">truth</w>
<w OGNTsort="114837" ULBorder="---" lemma="G4337" morph="V-PAP-NPM" lexeme="προσέχω" text="προσέχοντες">?</w>
<w OGNTsort="114842" ULBorder="---" lemma="G444" morph="N-GPM" lexeme="ἄνθρωπος" text="ἀνθρώπων">?</w>
<w OGNTsort="114836" ULBorder="---" lemma="G3361" morph="PRT-N" lexeme="μή" text="μὴ"></w>
<w OGNTsort="114839" ULBorder="---" lemma="G3454" morph="N-DPM" lexeme="μῦθος" text="μύθοις"></w>
<w OGNTsort="114840" ULBorder="---" lemma="G2532" morph="CONJ" lexeme="καί" text="καὶ"></w>
<w OGNTsort="114844" ULBorder="---" lemma="G3588" morph="T-ASF" lexeme="ὁ" text="τὴν"></w>
</verse>
<verse osisID="tit.1.15">
<Greek>Πάντα καθαρὰ τοῖς καθαροῖς τοῖς δὲ μεμιαμμένοις καὶ ἀπίστοις οὐδὲν καθαρόν ἀλλὰ μεμίανται αὐτῶν καὶ ὁ νοῦς καὶ ἡ συνείδησις </Greek>
<ULB> To those who are pure, all things are pure. But to those who are corrupt and unbelieving, nothing is pure, but both their minds and their consciences have been corrupted.</ULB>
<residue>q To those who are , all things are . But to those who are corrupt and , nothing is , but both their and their have been corrupted. q</residue>
<w OGNTsort="114846" ULBorder="---" lemma="G3956" morph="A-NPN" lexeme="πᾶς" text="Πάντα"></w>
<w OGNTsort="114856" ULBorder="---" lemma="G2513" morph="A-NSN" lexeme="καθαρός" text="καθαρόν">pure</w>
<verse name="Titus 1:15">
<Greek>Πάντα καθαρὰ τοῖς καθαροῖς τοῖς δὲ μεμιαμμένοις καὶ ἀπίστοις οὐδὲν καθαρόν ἀλλὰ μεμίανται αὐτῶν καὶ ὁ νοῦς καὶ ἡ συνείδησις</Greek>
<preText>\s5 \v 15</preText>
<ULB>To those who are pure, all things are pure. But to those who are corrupt and unbelieving, nothing is pure, but both their minds and their consciences have been corrupted.</ULB>
<residue>To those who are , all things are . But to those who are and , nothing is , but both their and their have been .</residue>
<w OGNTsort="114847" ULBorder="---" lemma="G2513" morph="A-NPN" lexeme="καθαρός" text="καθαρὰ">pure</w>
<w OGNTsort="114849" ULBorder="---" lemma="G2513" morph="A-DPM" lexeme="καθαρός" text="καθαροῖς">pure</w>
<w OGNTsort="114858" ULBorder="---" lemma="G3392" morph="V-RPI-3S" lexeme="μιαίνω" text="μεμίανται">corrupt</w>
<w OGNTsort="114854" ULBorder="---" lemma="G571" morph="A-DPM" lexeme="ἄπιστος" text="ἀπίστοις">unbelieving</w>
<w OGNTsort="114856" ULBorder="---" lemma="G2513" morph="A-NSN" lexeme="καθαρός" text="καθαρόν">pure</w>
<w OGNTsort="114862" ULBorder="---" lemma="G3563" morph="N-NSM" lexeme="νοῦς" text="νοῦς">minds</w>
<w OGNTsort="114865" ULBorder="---" lemma="G4893" morph="N-NSF" lexeme="συνείδησις" text="συνείδησις">consciences</w>
<w OGNTsort="114852" ULBorder="---" lemma="G3392" morph="V-RPP-DPM" lexeme="μιαίνω" text="μεμιαμμένοις"></w>
<w OGNTsort="114855" ULBorder="---" lemma="G3762" morph="A-NSN" lexeme="οὐδείς" text="οὐδὲν"></w>
<w OGNTsort="114858" ULBorder="---" lemma="G3392" morph="V-RPI-3S" lexeme="μιαίνω" text="μεμίανται"></w>
<w OGNTsort="114852" ULBorder="---" lemma="G3392" morph="V-RPP-DPM" lexeme="μιαίνω" text="μεμιαμμένοις">corrupted</w>
<w OGNTsort="114855" ULBorder="---" lemma="G3762" morph="A-NSN" lexeme="οὐδείς" text="οὐδὲν">?</w>
<w OGNTsort="114846" ULBorder="---" lemma="G3956" morph="A-NPN" lexeme="πᾶς" text="Πάντα"></w>
<w OGNTsort="114848" ULBorder="---" lemma="G3588" morph="T-DPM" lexeme="ὁ" text="τοῖς"></w>
<w OGNTsort="114850" ULBorder="---" lemma="G3588" morph="T-DPM" lexeme="ὁ" text="τοῖς"></w>
<w OGNTsort="114851" ULBorder="---" lemma="G1161" morph="CONJ" lexeme="δέ" text="δὲ"></w>
@ -310,10 +327,11 @@
<w OGNTsort="114863" ULBorder="---" lemma="G2532" morph="CONJ" lexeme="καί" text="καὶ"></w>
<w OGNTsort="114864" ULBorder="---" lemma="G3588" morph="T-NSF" lexeme="ὁ" text="ἡ"></w>
</verse>
<verse osisID="tit.1.16">
<Greek>Θεὸν ὁμολογοῦσιν εἰδέναι τοῖς δὲ ἔργοις ἀρνοῦνται βδελυκτοὶ ὄντες καὶ ἀπειθεῖς καὶ πρὸς πᾶν ἔργον ἀγαθὸν ἀδόκιμοι </Greek>
<ULB> They profess to know God, but they deny him by their actions. They are detestable, disobedient, and worthless for any good work.</ULB>
<residue>q They to , but they him by their actions. They are , , and for any . q</residue>
<verse name="Titus 1:16">
<Greek>Θεὸν ὁμολογοῦσιν εἰδέναι τοῖς δὲ ἔργοις ἀρνοῦνται βδελυκτοὶ ὄντες καὶ ἀπειθεῖς καὶ πρὸς πᾶν ἔργον ἀγαθὸν ἀδόκιμοι</Greek>
<preText>\v 16</preText>
<ULB>They profess to know God, but they deny him by their actions. They are detestable, disobedient, and worthless for any good work.</ULB>
<residue>They to , but they him by their actions. They are , , and for any .</residue>
<w OGNTsort="114867" ULBorder="---" lemma="G3670" morph="V-PAI-3P" lexeme="ὁμολογέω" text="ὁμολογοῦσιν">profess</w>
<w OGNTsort="114868" ULBorder="---" lemma="G1492" morph="V-RAN" lexeme="εἴδω" text="εἰδέναι">know</w>
<w OGNTsort="114866" ULBorder="---" lemma="G2316" morph="N-ASM" lexeme="θεός" text="Θεὸν">God</w>
@ -323,7 +341,7 @@
<w OGNTsort="114882" ULBorder="---" lemma="G96" morph="A-NPM" lexeme="ἀδόκιμος" text="ἀδόκιμοι">worthless</w>
<w OGNTsort="114881" ULBorder="---" lemma="G18" morph="A-ASN" lexeme="ἀγαθός" text="ἀγαθὸν">good</w>
<w OGNTsort="114871" ULBorder="---" lemma="G2041" morph="N-DPN" lexeme="ἔργον" text="ἔργοις">work</w>
<w OGNTsort="114880" ULBorder="---" lemma="G2041" morph="N-ASN" lexeme="ἔργον" text="ἔργον"></w>
<w OGNTsort="114880" ULBorder="---" lemma="G2041" morph="N-ASN" lexeme="ἔργον" text="ἔργον">?</w>
<w OGNTsort="114869" ULBorder="---" lemma="G3588" morph="T-DPN" lexeme="ὁ" text="τοῖς"></w>
<w OGNTsort="114870" ULBorder="---" lemma="G1161" morph="CONJ" lexeme="δέ" text="δὲ"></w>
<w OGNTsort="114874" ULBorder="---" lemma="G1510" morph="V-PAP-NPM" lexeme="εἰμί" text="ὄντες"></w>
@ -334,29 +352,31 @@
</verse>
</chapter>
<chapter osisID="tit.2">
<verse osisID="tit.2.1">
<Greek>Σὺ δὲ λάλει ἃ πρέπει τῇ ὑγιαινούσῃ διδασκαλίᾳ </Greek>
<ULB> But you, speak what fits with truthful instruction.</ULB>
<residue>q But you, speak what fits with . q</residue>
<verse name="Titus 2:1">
<Greek>Σὺ δὲ λάλει ἃ πρέπει τῇ ὑγιαινούσῃ διδασκαλίᾳ</Greek>
<preText>\s5 \c 2 \p \v 1</preText>
<ULB>But you, speak what fits with truthful instruction.</ULB>
<residue>But you, speak what fits with .</residue>
<w OGNTsort="114889" ULBorder="---" lemma="G5198" morph="V-PAP-DSF" lexeme="ὑγιαίνω" text="ὑγιαινούσῃ">truthful</w>
<w OGNTsort="114890" ULBorder="---" lemma="G1319" morph="N-DSF" lexeme="διδασκαλία" text="διδασκαλίᾳ">instruction</w>
<w OGNTsort="114885" ULBorder="---" lemma="G2980" morph="V-PAM-2S" lexeme="λαλέω" text="λάλει"></w>
<w OGNTsort="114885" ULBorder="---" lemma="G2980" morph="V-PAM-2S" lexeme="λαλέω" text="λάλει">?</w>
<w OGNTsort="114883" ULBorder="---" lemma="G4771" morph="P-2NS" lexeme="σύ" text="Σὺ"></w>
<w OGNTsort="114884" ULBorder="---" lemma="G1161" morph="CONJ" lexeme="δέ" text="δὲ"></w>
<w OGNTsort="114886" ULBorder="---" lemma="G3739" morph="R-NPN" lexeme="ὅς, ἥ" text="ἃ"></w>
<w OGNTsort="114887" ULBorder="---" lemma="G4241" morph="V-PAI-3S" lexeme="πρέπω" text="πρέπει"></w>
<w OGNTsort="114888" ULBorder="---" lemma="G3588" morph="T-DSF" lexeme="ὁ" text="τῇ"></w>
</verse>
<verse osisID="tit.2.2">
<Greek>Πρεσβύτας νηφαλίους εἶναι σεμνούς σώφρονας ὑγιαίνοντας τῇ πίστει τῇ ἀγάπῃ τῇ ὑπομονῇ </Greek>
<ULB> Teach older men to be temperate, dignified, sensible, and sound in faith, in love, and in perseverance.</ULB>
<residue>q Teach older men to be temperate, , , and sound in , in , and in . q</residue>
<verse name="Titus 2:2">
<Greek>Πρεσβύτας νηφαλίους εἶναι σεμνούς σώφρονας ὑγιαίνοντας τῇ πίστει τῇ ἀγάπῃ τῇ ὑπομονῇ</Greek>
<preText>\v 2</preText>
<ULB>Teach older men to be temperate, dignified, sensible, and sound in faith, in love, and in perseverance.</ULB>
<residue>Teach older men to be temperate, , , and sound in , in , and in .</residue>
<w OGNTsort="114894" ULBorder="---" lemma="G4586" morph="A-APM" lexeme="σεμνός" text="σεμνούς">dignified</w>
<w OGNTsort="114895" ULBorder="---" lemma="G4998" morph="A-APM" lexeme="σώφρων" text="σώφρονας">sensible</w>
<w OGNTsort="114898" ULBorder="---" lemma="G4102" morph="N-DSF" lexeme="πίστις" text="πίστει">faith</w>
<w OGNTsort="114900" ULBorder="---" lemma="G26" morph="N-DSF" lexeme="ἀγάπη" text="ἀγάπῃ">love</w>
<w OGNTsort="114902" ULBorder="---" lemma="G5281" morph="N-DSF" lexeme="ὑπομονή" text="ὑπομονῇ">perseverance</w>
<w OGNTsort="114896" ULBorder="---" lemma="G5198" morph="V-PAP-APM" lexeme="ὑγιαίνω" text="ὑγιαίνοντας"></w>
<w OGNTsort="114896" ULBorder="---" lemma="G5198" morph="V-PAP-APM" lexeme="ὑγιαίνω" text="ὑγιαίνοντας">?</w>
<w OGNTsort="114891" ULBorder="---" lemma="G4246" morph="N-APM" lexeme="πρεσβύτης" text="Πρεσβύτας"></w>
<w OGNTsort="114892" ULBorder="---" lemma="G3524" morph="A-APM" lexeme="νηφαλέος" text="νηφαλίους"></w>
<w OGNTsort="114893" ULBorder="---" lemma="G1510" morph="V-PAN" lexeme="εἰμί" text="εἶναι"></w>
@ -364,27 +384,29 @@
<w OGNTsort="114899" ULBorder="---" lemma="G3588" morph="T-DSF" lexeme="ὁ" text="τῇ"></w>
<w OGNTsort="114901" ULBorder="---" lemma="G3588" morph="T-DSF" lexeme="ὁ" text="τῇ"></w>
</verse>
<verse osisID="tit.2.3">
<Greek>πρεσβύτιδας ὡσαύτως ἐν καταστήματι ἱεροπρεπεῖς μὴ διαβόλους μηδὲ οἴνῳ πολλῷ δεδουλωμένας καλοδιδασκάλους </Greek>
<ULB> In the same way, teach older women to be reverent in behavior, not slanderers or being slaves to much wine, but to be teachers of what is good,</ULB>
<residue>q In , teach older women to be in behavior, not or to much , but to be of what is good, q</residue>
<verse name="Titus 2:3">
<Greek>πρεσβύτιδας ὡσαύτως ἐν καταστήματι ἱεροπρεπεῖς μὴ διαβόλους μηδὲ οἴνῳ πολλῷ δεδουλωμένας καλοδιδασκάλους</Greek>
<preText>\s5 \v 3</preText>
<ULB>In the same way, teach older women to be reverent in behavior, not slanderers or being slaves to much wine, but to be teachers of what is good,</ULB>
<residue>In , teach older women to be in behavior, not or to much , but to be of what is good,</residue>
<w OGNTsort="114904" ULBorder="---" lemma="G5615" morph="ADV" lexeme="ὡσαύτως" text="ὡσαύτως">the same way</w>
<w OGNTsort="114907" ULBorder="---" lemma="G2412" morph="A-APF" lexeme="ἱεροπρεπής" text="ἱεροπρεπεῖς">reverent</w>
<w OGNTsort="114909" ULBorder="---" lemma="G1228" morph="A-APF" lexeme="διάβολος" text="διαβόλους">slanderers</w>
<w OGNTsort="114913" ULBorder="---" lemma="G1402" morph="V-RPP-APF" lexeme="δουλόω" text="δεδουλωμένας">being slaves</w>
<w OGNTsort="114911" ULBorder="---" lemma="G3631" morph="N-DSM" lexeme="οἶνος" text="οἴνῳ">wine</w>
<w OGNTsort="114914" ULBorder="---" lemma="G2567" morph="A-APF" lexeme="καλοδιδάσκαλος" text="καλοδιδασκάλους">teachers</w>
<w OGNTsort="114912" ULBorder="---" lemma="G4183" morph="A-DSM" lexeme="πολύς" text="πολλῷ"></w>
<w OGNTsort="114912" ULBorder="---" lemma="G4183" morph="A-DSM" lexeme="πολύς" text="πολλῷ">?</w>
<w OGNTsort="114903" ULBorder="---" lemma="G4247" morph="N-APF" lexeme="πρεσβῦτις" text="πρεσβύτιδας"></w>
<w OGNTsort="114905" ULBorder="---" lemma="G1722" morph="PREP" lexeme="ἐν" text="ἐν"></w>
<w OGNTsort="114906" ULBorder="---" lemma="G2688" morph="N-DSN" lexeme="κατάστημα" text="καταστήματι"></w>
<w OGNTsort="114908" ULBorder="---" lemma="G3361" morph="PRT-N" lexeme="μή" text="μὴ"></w>
<w OGNTsort="114910" ULBorder="---" lemma="G3366" morph="CONJ" lexeme="μηδέ" text="μηδὲ"></w>
</verse>
<verse osisID="tit.2.4">
<Greek>ἵνα σωφρονίζωσιν τὰς νέας φιλάνδρους εἶναι φιλοτέκνους </Greek>
<ULB> and so train the younger women to love their husbands and to love their children,</ULB>
<residue>q and so train the younger women to their husbands and to love their , q</residue>
<verse name="Titus 2:4">
<Greek>ἵνα σωφρονίζωσιν τὰς νέας φιλάνδρους εἶναι φιλοτέκνους</Greek>
<preText>\v 4</preText>
<ULB>and so train the younger women to love their husbands and to love their children,</ULB>
<residue>and so train the younger women to their husbands and to love their ,</residue>
<w OGNTsort="114919" ULBorder="---" lemma="G5362" morph="A-APF" lexeme="φίλανδρος" text="φιλάνδρους">love</w>
<w OGNTsort="114921" ULBorder="---" lemma="G5388" morph="A-APF" lexeme="φιλότεκνος" text="φιλοτέκνους">children</w>
<w OGNTsort="114915" ULBorder="---" lemma="G2443" morph="CONJ" lexeme="ἵνα" text="ἵνα"></w>
@ -393,18 +415,19 @@
<w OGNTsort="114918" ULBorder="---" lemma="G3501" morph="A-APF" lexeme="νέος" text="νέας"></w>
<w OGNTsort="114920" ULBorder="---" lemma="G1510" morph="V-PAN" lexeme="εἰμί" text="εἶναι"></w>
</verse>
<verse osisID="tit.2.5">
<Greek>σώφρονας ἁγνάς οἰκουργούς ἀγαθάς ὑποτασσομένας τοῖς ἰδίοις ἀνδράσιν ἵνα μὴ ὁ λόγος τοῦ Θεοῦ βλασφημῆται </Greek>
<ULB> to be sensible, pure, good housekeepers, and to be obedient to their own husbands, so that God's word may not be spoken of as evil.</ULB>
<residue>q to be , , housekeepers, and to be to their own husbands, so that may not be . q</residue>
<verse name="Titus 2:5">
<Greek>σώφρονας ἁγνάς οἰκουργούς ἀγαθάς ὑποτασσομένας τοῖς ἰδίοις ἀνδράσιν ἵνα μὴ ὁ λόγος τοῦ Θεοῦ βλασφημῆται</Greek>
<preText>\v 5</preText>
<ULB>to be sensible, pure, good housekeepers, and to be obedient to their own husbands, so that God's word may not be spoken of as evil.</ULB>
<residue>to be , , housekeepers, and to be to their own husbands, so that may not be .</residue>
<w OGNTsort="114922" ULBorder="---" lemma="G4998" morph="A-APF" lexeme="σώφρων" text="σώφρονας">sensible</w>
<w OGNTsort="114923" ULBorder="---" lemma="G53" morph="A-APF" lexeme="ἁγνός" text="ἁγνάς">pure</w>
<w OGNTsort="114925" ULBorder="---" lemma="G18" morph="A-APF" lexeme="ἀγαθός" text="ἀγαθάς">good</w>
<w OGNTsort="114926" ULBorder="---" lemma="G5293" morph="V-PPP-APF" lexeme="ὑποτάσσω" text="ὑποτασσομένας">obedient</w>
<w OGNTsort="114933" ULBorder="---" lemma="G3056" morph="N-NSM" lexeme="λόγος" text="λόγος">God's word</w>
<w OGNTsort="114936" ULBorder="---" lemma="G987" morph="V-PPS-3S" lexeme="βλασφημέω" text="βλασφημῆται">spoken of as evil</w>
<w OGNTsort="114924" ULBorder="---" lemma="G3626" morph="A-APF" lexeme="οἰκουρός" text="οἰκουργούς"></w>
<w OGNTsort="114935" ULBorder="---" lemma="G2316" morph="N-GSM" lexeme="θεός" text="Θεοῦ"></w>
<w OGNTsort="114924" ULBorder="---" lemma="G3626" morph="A-APF" lexeme="οἰκουρός" text="οἰκουργούς">?</w>
<w OGNTsort="114935" ULBorder="---" lemma="G2316" morph="N-GSM" lexeme="θεός" text="Θεοῦ">?</w>
<w OGNTsort="114927" ULBorder="---" lemma="G3588" morph="T-DPM" lexeme="ὁ" text="τοῖς"></w>
<w OGNTsort="114928" ULBorder="---" lemma="G2398" morph="A-DPM" lexeme="ἴδιος" text="ἰδίοις"></w>
<w OGNTsort="114929" ULBorder="---" lemma="G435" morph="N-DPM" lexeme="ἀνήρ" text="ἀνδράσιν"></w>
@ -413,25 +436,27 @@
<w OGNTsort="114932" ULBorder="---" lemma="G3588" morph="T-NSM" lexeme="ὁ" text="ὁ"></w>
<w OGNTsort="114934" ULBorder="---" lemma="G3588" morph="T-GSM" lexeme="ὁ" text="τοῦ"></w>
</verse>
<verse osisID="tit.2.6">
<Greek>Τοὺς νεωτέρους ὡσαύτως παρακάλει σωφρονεῖν </Greek>
<ULB> In the same way, encourage the younger men to use good sense.</ULB>
<residue>q In , the younger men to . q</residue>
<verse name="Titus 2:6">
<Greek>Τοὺς νεωτέρους ὡσαύτως παρακάλει σωφρονεῖν</Greek>
<preText>\s5 \v 6</preText>
<ULB>In the same way, encourage the younger men to use good sense.</ULB>
<residue>In , the younger men to .</residue>
<w OGNTsort="114939" ULBorder="---" lemma="G5615" morph="ADV" lexeme="ὡσαύτως" text="ὡσαύτως">the same way</w>
<w OGNTsort="114940" ULBorder="---" lemma="G3870" morph="V-PAM-2S" lexeme="παρακαλέω" text="παρακάλει">encourage</w>
<w OGNTsort="114941" ULBorder="---" lemma="G4993" morph="V-PAN" lexeme="σωφρονέω" text="σωφρονεῖν">use good sense</w>
<w OGNTsort="114937" ULBorder="---" lemma="G3588" morph="T-APM" lexeme="ὁ" text="Τοὺς"></w>
<w OGNTsort="114938" ULBorder="---" lemma="G3501" morph="A-APM-C" lexeme="νέος" text="νεωτέρους"></w>
</verse>
<verse osisID="tit.2.7">
<Greek>Περὶ πάντα σεαυτὸν παρεχόμενος τύπον καλῶν ἔργων ἐν τῇ διδασκαλίᾳ ἀφθορίαν σεμνότητα </Greek>
<ULB> In all ways present yourself as an example of good works. In your teaching, show integrity, dignity,</ULB>
<residue>q In all ways present yourself as an example of . In your , show integrity, dignity, q</residue>
<verse name="Titus 2:7">
<Greek>Περὶ πάντα σεαυτὸν παρεχόμενος τύπον καλῶν ἔργων ἐν τῇ διδασκαλίᾳ ἀφθορίαν σεμνότητα</Greek>
<preText>\v 7</preText>
<ULB>In all ways present yourself as an example of good works. In your teaching, show integrity, dignity,</ULB>
<residue>In all ways present yourself as an example of . In your , show integrity, dignity,</residue>
<w OGNTsort="114947" ULBorder="---" lemma="G2570" morph="A-GPN" lexeme="καλός" text="καλῶν">good</w>
<w OGNTsort="114948" ULBorder="---" lemma="G2041" morph="N-GPN" lexeme="ἔργον" text="ἔργων">works</w>
<w OGNTsort="114951" ULBorder="---" lemma="G1319" morph="N-DSF" lexeme="διδασκαλία" text="διδασκαλίᾳ">teaching</w>
<w OGNTsort="114946" ULBorder="---" lemma="G5179" morph="N-ASM" lexeme="τύπος" text="τύπον"></w>
<w OGNTsort="114952" ULBorder="---" lemma="G861" morph="N-ASF" lexeme="ἀφθαρσία" text="ἀφθορίαν"></w>
<w OGNTsort="114946" ULBorder="---" lemma="G5179" morph="N-ASM" lexeme="τύπος" text="τύπον">?</w>
<w OGNTsort="114952" ULBorder="---" lemma="G861" morph="N-ASF" lexeme="ἀφθαρσία" text="ἀφθορίαν">?</w>
<w OGNTsort="114942" ULBorder="---" lemma="G4012" morph="PREP" lexeme="περί" text="Περὶ"></w>
<w OGNTsort="114943" ULBorder="---" lemma="G3956" morph="A-APN" lexeme="πᾶς" text="πάντα"></w>
<w OGNTsort="114944" ULBorder="---" lemma="G4572" morph="F-2ASM" lexeme="σεαυτοῦ" text="σεαυτὸν"></w>
@ -440,16 +465,17 @@
<w OGNTsort="114950" ULBorder="---" lemma="G3588" morph="T-DSF" lexeme="ὁ" text="τῇ"></w>
<w OGNTsort="114953" ULBorder="---" lemma="G4587" morph="N-ASF" lexeme="σεμνότης" text="σεμνότητα"></w>
</verse>
<verse osisID="tit.2.8">
<Greek>λόγον ὑγιῆ ἀκατάγνωστον ἵνα ὁ ἐξ ἐναντίας ἐντραπῇ μηδὲν ἔχων λέγειν περὶ ἡμῶν φαῦλον </Greek>
<ULB> and a truthful message that is above criticism, so that anyone who opposes you may be ashamed because they have nothing bad to say about us.</ULB>
<residue>q and a message that is above criticism, so that anyone who opposes you may be because they have nothing bad to say about us. q</residue>
<verse name="Titus 2:8">
<Greek>λόγον ὑγιῆ ἀκατάγνωστον ἵνα ὁ ἐξ ἐναντίας ἐντραπῇ μηδὲν ἔχων λέγειν περὶ ἡμῶν φαῦλον</Greek>
<preText>\v 8</preText>
<ULB>and a truthful message that is above criticism, so that anyone who opposes you may be ashamed because they have nothing bad to say about us.</ULB>
<residue>and a that is above criticism, so that anyone who opposes you may be because they have nothing bad to say about us.</residue>
<w OGNTsort="114955" ULBorder="---" lemma="G5199" morph="A-ASM" lexeme="ὑγιής" text="ὑγιῆ">truthful</w>
<w OGNTsort="114954" ULBorder="---" lemma="G3056" morph="N-ASM" lexeme="λόγος" text="λόγον">message</w>
<w OGNTsort="114961" ULBorder="---" lemma="G1788" morph="V-2APS-3S" lexeme="ἐντρέπω" text="ἐντραπῇ">ashamed</w>
<w OGNTsort="114954" ULBorder="---" lemma="G3056" morph="N-ASM" lexeme="λόγος" text="λόγον"></w>
<w OGNTsort="114960" ULBorder="---" lemma="G1727" morph="A-GSF" lexeme="ἐναντίος" text="ἐναντίας"></w>
<w OGNTsort="114964" ULBorder="---" lemma="G3004" morph="V-PAN" lexeme="λέγω" text="λέγειν"></w>
<w OGNTsort="114967" ULBorder="---" lemma="G5337" morph="A-ASN" lexeme="φαῦλος" text="φαῦλον"></w>
<w OGNTsort="114960" ULBorder="---" lemma="G1727" morph="A-GSF" lexeme="ἐναντίος" text="ἐναντίας">?</w>
<w OGNTsort="114964" ULBorder="---" lemma="G3004" morph="V-PAN" lexeme="λέγω" text="λέγειν">?</w>
<w OGNTsort="114967" ULBorder="---" lemma="G5337" morph="A-ASN" lexeme="φαῦλος" text="φαῦλον">?</w>
<w OGNTsort="114956" ULBorder="---" lemma="G176" morph="A-ASM" lexeme="ἀκατάγνωστος" text="ἀκατάγνωστον"></w>
<w OGNTsort="114957" ULBorder="---" lemma="G2443" morph="CONJ" lexeme="ἵνα" text="ἵνα"></w>
<w OGNTsort="114958" ULBorder="---" lemma="G3588" morph="T-NSM" lexeme="ὁ" text="ὁ"></w>
@ -459,14 +485,15 @@
<w OGNTsort="114965" ULBorder="---" lemma="G4012" morph="PREP" lexeme="περί" text="περὶ"></w>
<w OGNTsort="114966" ULBorder="---" lemma="G1473" morph="P-1GP" lexeme="ἐγώ" text="ἡμῶν"></w>
</verse>
<verse osisID="tit.2.9">
<Greek>Δούλους ἰδίοις δεσπόταις ὑποτάσσεσθαι ἐν πᾶσιν εὐαρέστους εἶναι μὴ ἀντιλέγοντας </Greek>
<ULB> Teach slaves to obey their masters in everything, to please them and not argue with them,</ULB>
<residue>q Teach to their in everything, to please them and not argue with them, q</residue>
<verse name="Titus 2:9">
<Greek>Δούλους ἰδίοις δεσπόταις ὑποτάσσεσθαι ἐν πᾶσιν εὐαρέστους εἶναι μὴ ἀντιλέγοντας</Greek>
<preText>\s5 \v 9</preText>
<ULB>Teach slaves to obey their masters in everything, to please them and not argue with them,</ULB>
<residue>Teach to their in everything, to please them and not argue with them,</residue>
<w OGNTsort="114968" ULBorder="---" lemma="G1401" morph="N-APM" lexeme="δοῦλος" text="Δούλους">slaves</w>
<w OGNTsort="114971" ULBorder="---" lemma="G5293" morph="V-PPN" lexeme="ὑποτάσσω" text="ὑποτάσσεσθαι">obey</w>
<w OGNTsort="114970" ULBorder="---" lemma="G1203" morph="N-DPM" lexeme="δεσπότης" text="δεσπόταις">masters</w>
<w OGNTsort="114977" ULBorder="---" lemma="G483" morph="V-PAP-APM" lexeme="ἀντιλέγω" text="ἀντιλέγοντας"></w>
<w OGNTsort="114977" ULBorder="---" lemma="G483" morph="V-PAP-APM" lexeme="ἀντιλέγω" text="ἀντιλέγοντας">?</w>
<w OGNTsort="114969" ULBorder="---" lemma="G2398" morph="A-DPM" lexeme="ἴδιος" text="ἰδίοις"></w>
<w OGNTsort="114972" ULBorder="---" lemma="G1722" morph="PREP" lexeme="ἐν" text="ἐν"></w>
<w OGNTsort="114973" ULBorder="---" lemma="G3956" morph="A-DPN" lexeme="πᾶς" text="πᾶσιν"></w>
@ -474,10 +501,11 @@
<w OGNTsort="114975" ULBorder="---" lemma="G1510" morph="V-PAN" lexeme="εἰμί" text="εἶναι"></w>
<w OGNTsort="114976" ULBorder="---" lemma="G3361" morph="PRT-N" lexeme="μή" text="μὴ"></w>
</verse>
<verse osisID="tit.2.10">
<Greek>μὴ νοσφιζομένους ἀλλὰ πᾶσαν πίστιν ἐνδεικνυμένους ἀγαθήν ἵνα τὴν διδασκαλίαν τὴν τοῦ Σωτῆρος ἡμῶν Θεοῦ κοσμῶσιν ἐν πᾶσιν </Greek>
<ULB> to not steal from them, but instead to demonstrate all good faith, so that in every way they may bring credit to the teaching about God our Savior.</ULB>
<residue>q to not steal from them, but instead to demonstrate all , so that in every way they may bring credit to the about our . q</residue>
<verse name="Titus 2:10">
<Greek>μὴ νοσφιζομένους ἀλλὰ πᾶσαν πίστιν ἐνδεικνυμένους ἀγαθήν ἵνα τὴν διδασκαλίαν τὴν τοῦ Σωτῆρος ἡμῶν Θεοῦ κοσμῶσιν ἐν πᾶσιν</Greek>
<preText>\v 10</preText>
<ULB>to not steal from them, but instead to demonstrate all good faith, so that in every way they may bring credit to the teaching about God our Savior.</ULB>
<residue>to not steal from them, but instead to demonstrate all , so that in every way they may bring credit to the about our .</residue>
<w OGNTsort="114984" ULBorder="---" lemma="G18" morph="A-ASF" lexeme="ἀγαθός" text="ἀγαθήν">good</w>
<w OGNTsort="114982" ULBorder="---" lemma="G4102" morph="N-ASF" lexeme="πίστις" text="πίστιν">faith</w>
<w OGNTsort="114987" ULBorder="---" lemma="G1319" morph="N-ASF" lexeme="διδασκαλία" text="διδασκαλίαν">teaching</w>
@ -497,24 +525,26 @@
<w OGNTsort="114994" ULBorder="---" lemma="G1722" morph="PREP" lexeme="ἐν" text="ἐν"></w>
<w OGNTsort="114995" ULBorder="---" lemma="G3956" morph="A-DPN" lexeme="πᾶς" text="πᾶσιν"></w>
</verse>
<verse osisID="tit.2.11">
<Greek>Ἐπεφάνη γὰρ ἡ χάρις τοῦ Θεοῦ σωτήριος πᾶσιν ἀνθρώποις </Greek>
<ULB> For the grace of God has appeared for the salvation of all people.</ULB>
<residue>q For the of has appeared for the of all people. q</residue>
<verse name="Titus 2:11">
<Greek>Ἐπεφάνη γὰρ ἡ χάρις τοῦ Θεοῦ σωτήριος πᾶσιν ἀνθρώποις</Greek>
<preText>\s5 \v 11</preText>
<ULB>For the grace of God has appeared for the salvation of all people.</ULB>
<residue>For the of has appeared for the of all people.</residue>
<w OGNTsort="114999" ULBorder="---" lemma="G5485" morph="N-NSF" lexeme="χάρις" text="χάρις">grace</w>
<w OGNTsort="115001" ULBorder="---" lemma="G2316" morph="N-GSM" lexeme="θεός" text="Θεοῦ">God</w>
<w OGNTsort="115002" ULBorder="---" lemma="G4992" morph="A-NSF" lexeme="σωτήριον" text="σωτήριος">salvation</w>
<w OGNTsort="115004" ULBorder="---" lemma="G444" morph="N-DPM" lexeme="ἄνθρωπος" text="ἀνθρώποις"></w>
<w OGNTsort="115004" ULBorder="---" lemma="G444" morph="N-DPM" lexeme="ἄνθρωπος" text="ἀνθρώποις">?</w>
<w OGNTsort="114996" ULBorder="---" lemma="G2014" morph="V-2API-3S" lexeme="ἐπιφαίνω" text="Ἐπεφάνη"></w>
<w OGNTsort="114997" ULBorder="---" lemma="G1063" morph="CONJ" lexeme="γάρ" text="γὰρ"></w>
<w OGNTsort="114998" ULBorder="---" lemma="G3588" morph="T-NSF" lexeme="ὁ" text="ἡ"></w>
<w OGNTsort="115000" ULBorder="---" lemma="G3588" morph="T-GSM" lexeme="ὁ" text="τοῦ"></w>
<w OGNTsort="115003" ULBorder="---" lemma="G3956" morph="A-DPM" lexeme="πᾶς" text="πᾶσιν"></w>
</verse>
<verse osisID="tit.2.12">
<Greek>παιδεύουσα ἡμᾶς ἵνα ἀρνησάμενοι τὴν ἀσέβειαν καὶ τὰς κοσμικὰς ἐπιθυμίας σωφρόνως καὶ δικαίως καὶ εὐσεβῶς ζήσωμεν ἐν τῷ νῦν αἰῶνι </Greek>
<ULB> It trains us to reject godlessness and worldly desires, and to live self-controlled, upright, and godly lives in this age,</ULB>
<residue>q It us to and , and to live self-controlled, , and in this , q</residue>
<verse name="Titus 2:12">
<Greek>παιδεύουσα ἡμᾶς ἵνα ἀρνησάμενοι τὴν ἀσέβειαν καὶ τὰς κοσμικὰς ἐπιθυμίας σωφρόνως καὶ δικαίως καὶ εὐσεβῶς ζήσωμεν ἐν τῷ νῦν αἰῶνι</Greek>
<preText>\v 12</preText>
<ULB>It trains us to reject godlessness and worldly desires, and to live self-controlled, upright, and godly lives in this age,</ULB>
<residue>It us to and , and to live self-controlled, , and in this ,</residue>
<w OGNTsort="115005" ULBorder="---" lemma="G3811" morph="V-PAP-NSF" lexeme="παιδεύω" text="παιδεύουσα">trains</w>
<w OGNTsort="115008" ULBorder="---" lemma="G720" morph="V-ADP-NPM" lexeme="ἀρνέομαι" text="ἀρνησάμενοι">reject</w>
<w OGNTsort="115010" ULBorder="---" lemma="G763" morph="N-ASF" lexeme="ἀσέβεια" text="ἀσέβειαν">godlessness</w>
@ -524,7 +554,7 @@
<w OGNTsort="115019" ULBorder="---" lemma="G2153" morph="ADV" lexeme="εὐσεβῶς" text="εὐσεβῶς">godly</w>
<w OGNTsort="115020" ULBorder="---" lemma="G2198" morph="V-AAS-1P" lexeme="ζάω" text="ζήσωμεν">lives</w>
<w OGNTsort="115024" ULBorder="---" lemma="G165" morph="N-DSM" lexeme="αἰών" text="αἰῶνι">age</w>
<w OGNTsort="115023" ULBorder="---" lemma="G3568" morph="ADV" lexeme="νῦν" text="νῦν"></w>
<w OGNTsort="115023" ULBorder="---" lemma="G3568" morph="ADV" lexeme="νῦν" text="νῦν">?</w>
<w OGNTsort="115006" ULBorder="---" lemma="G1473" morph="P-1AP" lexeme="ἐγώ" text="ἡμᾶς"></w>
<w OGNTsort="115007" ULBorder="---" lemma="G2443" morph="CONJ" lexeme="ἵνα" text="ἵνα"></w>
<w OGNTsort="115009" ULBorder="---" lemma="G3588" morph="T-ASF" lexeme="ὁ" text="τὴν"></w>
@ -536,10 +566,11 @@
<w OGNTsort="115021" ULBorder="---" lemma="G1722" morph="PREP" lexeme="ἐν" text="ἐν"></w>
<w OGNTsort="115022" ULBorder="---" lemma="G3588" morph="T-DSM" lexeme="ὁ" text="τῷ"></w>
</verse>
<verse osisID="tit.2.13">
<Greek>προσδεχόμενοι τὴν μακαρίαν ἐλπίδα καὶ ἐπιφάνειαν τῆς δόξης τοῦ μεγάλου Θεοῦ καὶ Σωτῆρος ἡμῶν Ἰησοῦ Χριστοῦ </Greek>
<ULB> while we look forward to receiving our blessed hope, the appearance of the glory of our great God and Savior Jesus Christ.</ULB>
<residue>q while we look forward to our , the appearance of the of our and . q</residue>
<verse name="Titus 2:13">
<Greek>προσδεχόμενοι τὴν μακαρίαν ἐλπίδα καὶ ἐπιφάνειαν τῆς δόξης τοῦ μεγάλου Θεοῦ καὶ Σωτῆρος ἡμῶν Ἰησοῦ Χριστοῦ</Greek>
<preText>\v 13</preText>
<ULB>while we look forward to receiving our blessed hope, the appearance of the glory of our great God and Savior Jesus Christ.</ULB>
<residue>while we look forward to our , the appearance of the of our and .</residue>
<w OGNTsort="115025" ULBorder="---" lemma="G4327" morph="V-PNP-NPM" lexeme="προσδέχομαι" text="προσδεχόμενοι">receiving</w>
<w OGNTsort="115027" ULBorder="---" lemma="G3107" morph="A-ASF" lexeme="μακάριος" text="μακαρίαν">blessed</w>
<w OGNTsort="115028" ULBorder="---" lemma="G1680" morph="N-ASF" lexeme="ἐλπίς" text="ἐλπίδα">hope</w>
@ -557,10 +588,11 @@
<w OGNTsort="115036" ULBorder="---" lemma="G2532" morph="CONJ" lexeme="καί" text="καὶ"></w>
<w OGNTsort="115038" ULBorder="---" lemma="G1473" morph="P-1GP" lexeme="ἐγώ" text="ἡμῶν"></w>
</verse>
<verse osisID="tit.2.14">
<Greek>ὃς ἔδωκεν ἑαυτὸν ὑπὲρ ἡμῶν ἵνα λυτρώσηται ἡμᾶς ἀπὸ πάσης ἀνομίας καὶ καθαρίσῃ ἑαυτῷ λαὸν περιούσιον ζηλωτὴν καλῶν ἔργων </Greek>
<ULB> Jesus gave himself for us in order to redeem us from all lawlessness and to make pure for himself a special people who are eager to do good works.</ULB>
<residue>q Jesus gave himself for us in order to us from all and to make for himself a special who are to . q</residue>
<verse name="Titus 2:14">
<Greek>ὃς ἔδωκεν ἑαυτὸν ὑπὲρ ἡμῶν ἵνα λυτρώσηται ἡμᾶς ἀπὸ πάσης ἀνομίας καὶ καθαρίσῃ ἑαυτῷ λαὸν περιούσιον ζηλωτὴν καλῶν ἔργων</Greek>
<preText>\s5 \v 14</preText>
<ULB>Jesus gave himself for us in order to redeem us from all lawlessness and to make pure for himself a special people who are eager to do good works.</ULB>
<residue>Jesus gave himself for us in order to us from all and to make for himself a special who are to .</residue>
<w OGNTsort="115047" ULBorder="---" lemma="G3084" morph="V-AMS-3S" lexeme="λυτρόω" text="λυτρώσηται">redeem</w>
<w OGNTsort="115051" ULBorder="---" lemma="G458" morph="N-GSF" lexeme="ἀνομία" text="ἀνομίας">lawlessness</w>
<w OGNTsort="115053" ULBorder="---" lemma="G2511" morph="V-AAS-3S" lexeme="καθαρίζω" text="καθαρίσῃ">pure</w>
@ -568,8 +600,8 @@
<w OGNTsort="115057" ULBorder="---" lemma="G2207" morph="N-ASM-T" lexeme="ζηλωτής" text="ζηλωτὴν">eager</w>
<w OGNTsort="115058" ULBorder="---" lemma="G2570" morph="A-GPN" lexeme="καλός" text="καλῶν">do ... good</w>
<w OGNTsort="115059" ULBorder="---" lemma="G2041" morph="N-GPN" lexeme="ἔργον" text="ἔργων">works</w>
<w OGNTsort="115042" ULBorder="---" lemma="G1325" morph="V-AAI-3S" lexeme="δίδωμι" text="ἔδωκεν"></w>
<w OGNTsort="115056" ULBorder="---" lemma="G4041" morph="A-ASM" lexeme="περιούσιος" text="περιούσιον"></w>
<w OGNTsort="115042" ULBorder="---" lemma="G1325" morph="V-AAI-3S" lexeme="δίδωμι" text="ἔδωκεν">?</w>
<w OGNTsort="115056" ULBorder="---" lemma="G4041" morph="A-ASM" lexeme="περιούσιος" text="περιούσιον">?</w>
<w OGNTsort="115041" ULBorder="---" lemma="G3739" morph="R-NSM" lexeme="ὅς, ἥ" text="ὃς"></w>
<w OGNTsort="115043" ULBorder="---" lemma="G1438" morph="F-3ASM" lexeme="ἑαυτοῦ" text="ἑαυτὸν"></w>
<w OGNTsort="115044" ULBorder="---" lemma="G5228" morph="PREP" lexeme="ὑπέρ" text="ὑπὲρ"></w>
@ -581,14 +613,15 @@
<w OGNTsort="115052" ULBorder="---" lemma="G2532" morph="CONJ" lexeme="καί" text="καὶ"></w>
<w OGNTsort="115054" ULBorder="---" lemma="G1438" morph="F-3DSM" lexeme="ἑαυτοῦ" text="ἑαυτῷ"></w>
</verse>
<verse osisID="tit.2.15">
<Greek>Ταῦτα λάλει καὶ παρακάλει καὶ ἔλεγχε μετὰ πάσης ἐπιταγῆς μηδείς σου περιφρονείτω </Greek>
<ULB> Speak of these things, encourage people to do them, and give correction with all authority. Let no one disregard you.</ULB>
<residue>q Speak of these things, people to do them, and with all . Let no one disregard you. q</residue>
<verse name="Titus 2:15">
<Greek>Ταῦτα λάλει καὶ παρακάλει καὶ ἔλεγχε μετὰ πάσης ἐπιταγῆς μηδείς σου περιφρονείτω</Greek>
<preText>\s5 \p \v 15</preText>
<ULB>Speak of these things, encourage people to do them, and give correction with all authority. Let no one disregard you.</ULB>
<residue>Speak of these things, people to do them, and with all . Let no one disregard you.</residue>
<w OGNTsort="115063" ULBorder="---" lemma="G3870" morph="V-PAM-2S" lexeme="παρακαλέω" text="παρακάλει">encourage</w>
<w OGNTsort="115065" ULBorder="---" lemma="G1651" morph="V-PAM-2S" lexeme="ἐλέγχω" text="ἔλεγχε">give correction</w>
<w OGNTsort="115068" ULBorder="---" lemma="G2003" morph="N-GSF" lexeme="ἐπιταγή" text="ἐπιταγῆς">authority</w>
<w OGNTsort="115061" ULBorder="---" lemma="G2980" morph="V-PAM-2S" lexeme="λαλέω" text="λάλει"></w>
<w OGNTsort="115061" ULBorder="---" lemma="G2980" morph="V-PAM-2S" lexeme="λαλέω" text="λάλει">?</w>
<w OGNTsort="115060" ULBorder="---" lemma="G3778" morph="D-APN" lexeme="οὗτος" text="Ταῦτα"></w>
<w OGNTsort="115062" ULBorder="---" lemma="G2532" morph="CONJ" lexeme="καί" text="καὶ"></w>
<w OGNTsort="115064" ULBorder="---" lemma="G2532" morph="CONJ" lexeme="καί" text="καὶ"></w>
@ -600,10 +633,11 @@
</verse>
</chapter>
<chapter osisID="tit.3">
<verse osisID="tit.3.1">
<Greek>Ὑπομίμνῃσκε αὐτοὺς ἀρχαῖς ἐξουσίαις ὑποτάσσεσθαι πειθαρχεῖν πρὸς πᾶν ἔργον ἀγαθὸν ἑτοίμους εἶναι </Greek>
<ULB> Remind them to submit to rulers and authorities, to obey them, to be ready for every good work,</ULB>
<residue>q Remind them to to and , to them, to be ready for every , q</residue>
<verse name="Titus 3:1">
<Greek>Ὑπομίμνῃσκε αὐτοὺς ἀρχαῖς ἐξουσίαις ὑποτάσσεσθαι πειθαρχεῖν πρὸς πᾶν ἔργον ἀγαθὸν ἑτοίμους εἶναι</Greek>
<preText>\s5 \c 3 \p \v 1</preText>
<ULB>Remind them to submit to rulers and authorities, to obey them, to be ready for every good work,</ULB>
<residue>Remind them to to and , to them, to be ready for every ,</residue>
<w OGNTsort="115076" ULBorder="---" lemma="G5293" morph="V-PPN" lexeme="ὑποτάσσω" text="ὑποτάσσεσθαι">submit</w>
<w OGNTsort="115074" ULBorder="---" lemma="G746" morph="N-DPF" lexeme="ἀρχή" text="ἀρχαῖς">rulers</w>
<w OGNTsort="115075" ULBorder="---" lemma="G1849" morph="N-DPF" lexeme="ἐξουσία" text="ἐξουσίαις">authorities</w>
@ -617,14 +651,15 @@
<w OGNTsort="115082" ULBorder="---" lemma="G2092" morph="A-APM" lexeme="ἕτοιμος" text="ἑτοίμους"></w>
<w OGNTsort="115083" ULBorder="---" lemma="G1510" morph="V-PAN" lexeme="εἰμί" text="εἶναι"></w>
</verse>
<verse osisID="tit.3.2">
<Greek>μηδένα βλασφημεῖν ἀμάχους εἶναι ἐπιεικεῖς πᾶσαν ἐνδεικνυμένους πραΰτητα πρὸς πάντας ἀνθρώπους </Greek>
<ULB> to insult no one, to not be eager to fight, and to be gentle, showing all humility toward everyone.</ULB>
<residue>q to no one, to not be eager to fight, and to be gentle, showing all toward everyone. q</residue>
<verse name="Titus 3:2">
<Greek>μηδένα βλασφημεῖν ἀμάχους εἶναι ἐπιεικεῖς πᾶσαν ἐνδεικνυμένους πραΰτητα πρὸς πάντας ἀνθρώπους</Greek>
<preText>\v 2</preText>
<ULB>to insult no one, to not be eager to fight, and to be gentle, showing all humility toward everyone.</ULB>
<residue>to no one, to not be eager to fight, and to be gentle, showing all toward everyone.</residue>
<w OGNTsort="115085" ULBorder="---" lemma="G987" morph="V-PAN" lexeme="βλασφημέω" text="βλασφημεῖν">insult</w>
<w OGNTsort="115091" ULBorder="---" lemma="G4240" morph="N-ASF" lexeme="πραΰτης" text="πραΰτητα">humility</w>
<w OGNTsort="115086" ULBorder="---" lemma="G269" morph="A-APM" lexeme="ἄμαχος" text="ἀμάχους"></w>
<w OGNTsort="115094" ULBorder="---" lemma="G444" morph="N-APM" lexeme="ἄνθρωπος" text="ἀνθρώπους"></w>
<w OGNTsort="115086" ULBorder="---" lemma="G269" morph="A-APM" lexeme="ἄμαχος" text="ἀμάχους">?</w>
<w OGNTsort="115094" ULBorder="---" lemma="G444" morph="N-APM" lexeme="ἄνθρωπος" text="ἀνθρώπους">?</w>
<w OGNTsort="115084" ULBorder="---" lemma="G3367" morph="A-ASM" lexeme="μηδείς" text="μηδένα"></w>
<w OGNTsort="115087" ULBorder="---" lemma="G1510" morph="V-PAN" lexeme="εἰμί" text="εἶναι"></w>
<w OGNTsort="115088" ULBorder="---" lemma="G1933" morph="A-APM" lexeme="ἐπιεικής" text="ἐπιεικεῖς"></w>
@ -633,10 +668,11 @@
<w OGNTsort="115092" ULBorder="---" lemma="G4314" morph="PREP" lexeme="πρός" text="πρὸς"></w>
<w OGNTsort="115093" ULBorder="---" lemma="G3956" morph="A-APM" lexeme="πᾶς" text="πάντας"></w>
</verse>
<verse osisID="tit.3.3">
<Greek>Ἦμεν γάρ ποτε καὶ ἡμεῖς ἀνόητοι ἀπειθεῖς πλανώμενοι δουλεύοντες ἐπιθυμίαις καὶ ἡδοναῖς ποικίλαις ἐν κακίᾳ καὶ φθόνῳ διάγοντες στυγητοί μισοῦντες ἀλλήλους </Greek>
<ULB> For once we ourselves were thoughtless and disobedient. We were led astray and enslaved by various desires and pleasures. We lived in evil and envy. We were detestable and hated one another.</ULB>
<residue>q For once we ourselves were and . We were and by various and pleasures. We in and . We were and hated one another. q</residue>
<verse name="Titus 3:3">
<Greek>Ἦμεν γάρ ποτε καὶ ἡμεῖς ἀνόητοι ἀπειθεῖς πλανώμενοι δουλεύοντες ἐπιθυμίαις καὶ ἡδοναῖς ποικίλαις ἐν κακίᾳ καὶ φθόνῳ διάγοντες στυγητοί μισοῦντες ἀλλήλους</Greek>
<preText>\s5 \v 3</preText>
<ULB>For once we ourselves were thoughtless and disobedient. We were led astray and enslaved by various desires and pleasures. We lived in evil and envy. We were detestable and hated one another.</ULB>
<residue>For once we ourselves were and . We were and by various and pleasures. We in and . We were and hated one another.</residue>
<w OGNTsort="115100" ULBorder="---" lemma="G453" morph="A-NPM" lexeme="ἀνόητος" text="ἀνόητοι">thoughtless</w>
<w OGNTsort="115101" ULBorder="---" lemma="G545" morph="A-NPM" lexeme="ἀπειθής" text="ἀπειθεῖς">disobedient</w>
<w OGNTsort="115102" ULBorder="---" lemma="G4105" morph="V-PPP-NPM" lexeme="πλανάω" text="πλανώμενοι">led ... astray</w>
@ -646,7 +682,7 @@
<w OGNTsort="115109" ULBorder="---" lemma="G2549" morph="N-DSF" lexeme="κακία" text="κακίᾳ">evil</w>
<w OGNTsort="115111" ULBorder="---" lemma="G5355" morph="N-DSM" lexeme="φθόνος" text="φθόνῳ">envy</w>
<w OGNTsort="115113" ULBorder="---" lemma="G4767" morph="A-NPM" lexeme="στυγητός" text="στυγητοί">detestable</w>
<w OGNTsort="115097" ULBorder="---" lemma="G4218" morph="PRT" lexeme="ποτέ" text="ποτε"></w>
<w OGNTsort="115097" ULBorder="---" lemma="G4218" morph="PRT" lexeme="ποτέ" text="ποτε">?</w>
<w OGNTsort="115095" ULBorder="---" lemma="G1510" morph="V-IAI-1P" lexeme="εἰμί" text="Ἦμεν"></w>
<w OGNTsort="115096" ULBorder="---" lemma="G1063" morph="CONJ" lexeme="γάρ" text="γάρ"></w>
<w OGNTsort="115098" ULBorder="---" lemma="G2532" morph="CONJ" lexeme="καί" text="καὶ"></w>
@ -659,10 +695,11 @@
<w OGNTsort="115114" ULBorder="---" lemma="G3404" morph="V-PAP-NPM" lexeme="μισέω" text="μισοῦντες"></w>
<w OGNTsort="115115" ULBorder="---" lemma="G240" morph="C-APM" lexeme="ἀλλήλων" text="ἀλλήλους"></w>
</verse>
<verse osisID="tit.3.4">
<Greek>Ὅτε δὲ ἡ χρηστότης καὶ ἡ φιλανθρωπία ἐπεφάνη τοῦ Σωτῆρος ἡμῶν Θεοῦ </Greek>
<ULB> But when the kindness of God our Savior and his love for mankind appeared,</ULB>
<residue>q But when the of our and his for mankind appeared, q</residue>
<verse name="Titus 3:4">
<Greek>Ὅτε δὲ ἡ χρηστότης καὶ ἡ φιλανθρωπία ἐπεφάνη τοῦ Σωτῆρος ἡμῶν Θεοῦ</Greek>
<preText>\s5 \v 4</preText>
<ULB>But when the kindness of God our Savior and his love for mankind appeared,</ULB>
<residue>But when the of our and his for mankind appeared,</residue>
<w OGNTsort="115119" ULBorder="---" lemma="G5544" morph="N-NSF" lexeme="χρηστότης" text="χρηστότης">kindness</w>
<w OGNTsort="115127" ULBorder="---" lemma="G2316" morph="N-GSM" lexeme="θεός" text="Θεοῦ">God</w>
<w OGNTsort="115125" ULBorder="---" lemma="G4990" morph="N-GSM" lexeme="σωτήρ" text="Σωτῆρος">Savior</w>
@ -676,17 +713,18 @@
<w OGNTsort="115124" ULBorder="---" lemma="G3588" morph="T-GSM" lexeme="ὁ" text="τοῦ"></w>
<w OGNTsort="115126" ULBorder="---" lemma="G1473" morph="P-1GP" lexeme="ἐγώ" text="ἡμῶν"></w>
</verse>
<verse osisID="tit.3.5">
<Greek>οὐκ ἐξ ἔργων τῶν ἐν δικαιοσύνῃ ἃ ἐποιήσαμεν ἡμεῖς ἀλλὰ κατὰ τὸ αὐτοῦ ἔλεος ἔσωσεν ἡμᾶς διὰ λουτροῦ παλινγενεσίας καὶ ἀνακαινώσεως Πνεύματος Ἁγίου </Greek>
<ULB> it was not by works of righteousness that we did, but by his mercy that he saved us, through the washing of new birth and renewal by the Holy Spirit,</ULB>
<residue>q it was not by of that we did, but by his that he us, through the washing of and renewal by the , q</residue>
<verse name="Titus 3:5">
<Greek>οὐκ ἐξ ἔργων τῶν ἐν δικαιοσύνῃ ἃ ἐποιήσαμεν ἡμεῖς ἀλλὰ κατὰ τὸ αὐτοῦ ἔλεος ἔσωσεν ἡμᾶς διὰ λουτροῦ παλινγενεσίας καὶ ἀνακαινώσεως Πνεύματος Ἁγίου</Greek>
<preText>\v 5</preText>
<ULB>it was not by works of righteousness that we did, but by his mercy that he saved us, through the washing of new birth and renewal by the Holy Spirit,</ULB>
<residue>it was not by of that we did, but by his that he us, through the washing of and renewal by the ,</residue>
<w OGNTsort="115130" ULBorder="---" lemma="G2041" morph="N-GPN" lexeme="ἔργον" text="ἔργων">works</w>
<w OGNTsort="115133" ULBorder="---" lemma="G1343" morph="N-DSF" lexeme="δικαιοσύνη" text="δικαιοσύνῃ">righteousness</w>
<w OGNTsort="115141" ULBorder="---" lemma="G1656" morph="N-ASN" lexeme="ἔλεος" text="ἔλεος">mercy</w>
<w OGNTsort="115142" ULBorder="---" lemma="G4982" morph="V-AAI-3S" lexeme="σῴζω" text="ἔσωσεν">saved</w>
<w OGNTsort="115146" ULBorder="---" lemma="G3824" morph="N-GSF" lexeme="παλιγγενεσία" text="παλινγενεσίας">new birth</w>
<w OGNTsort="115149" ULBorder="---" lemma="G4151" morph="N-GSN" lexeme="πνεῦμα" text="Πνεύματος">Holy Spirit</w>
<w OGNTsort="115150" ULBorder="---" lemma="G40" morph="A-GSN" lexeme="ἅγιος" text="Ἁγίου"></w>
<w OGNTsort="115150" ULBorder="---" lemma="G40" morph="A-GSN" lexeme="ἅγιος" text="Ἁγίου">?</w>
<w OGNTsort="115128" ULBorder="---" lemma="G3756" morph="PRT-N" lexeme="οὐ" text="οὐκ"></w>
<w OGNTsort="115129" ULBorder="---" lemma="G1537" morph="PREP" lexeme="ἐκ" text="ἐξ"></w>
<w OGNTsort="115131" ULBorder="---" lemma="G3588" morph="T-GPN" lexeme="ὁ" text="τῶν"></w>
@ -704,10 +742,11 @@
<w OGNTsort="115147" ULBorder="---" lemma="G2532" morph="CONJ" lexeme="καί" text="καὶ"></w>
<w OGNTsort="115148" ULBorder="---" lemma="G342" morph="N-GSF" lexeme="ἀνακαίνωσις" text="ἀνακαινώσεως"></w>
</verse>
<verse osisID="tit.3.6">
<Greek>οὗ ἐξέχεεν ἐφ᾽ ἡμᾶς πλουσίως διὰ Ἰησοῦ Χριστοῦ τοῦ Σωτῆρος ἡμῶν </Greek>
<ULB> whom God richly poured on us through our Savior Jesus Christ,</ULB>
<residue>q whom God richly poured on us through our , q</residue>
<verse name="Titus 3:6">
<Greek>οὗ ἐξέχεεν ἐφ᾽ ἡμᾶς πλουσίως διὰ Ἰησοῦ Χριστοῦ τοῦ Σωτῆρος ἡμῶν</Greek>
<preText>\s5 \v 6</preText>
<ULB>whom God richly poured on us through our Savior Jesus Christ,</ULB>
<residue>whom God richly poured on us through our ,</residue>
<w OGNTsort="115160" ULBorder="---" lemma="G4990" morph="N-GSM" lexeme="σωτήρ" text="Σωτῆρος">Savior</w>
<w OGNTsort="115157" ULBorder="---" lemma="G2424" morph="N-GSM-P" lexeme="Ἰησοῦς" text="Ἰησοῦ">Jesus</w>
<w OGNTsort="115158" ULBorder="---" lemma="G5547" morph="N-GSM-T" lexeme="Χριστός" text="Χριστοῦ">Christ</w>
@ -720,35 +759,38 @@
<w OGNTsort="115159" ULBorder="---" lemma="G3588" morph="T-GSM" lexeme="ὁ" text="τοῦ"></w>
<w OGNTsort="115161" ULBorder="---" lemma="G1473" morph="P-1GP" lexeme="ἐγώ" text="ἡμῶν"></w>
</verse>
<verse osisID="tit.3.7">
<Greek>ἵνα δικαιωθέντες τῇ ἐκείνου χάριτι κληρονόμοι γενηθῶμεν κατ᾽ ἐλπίδα ζωῆς αἰωνίου </Greek>
<ULB> so that having been justified by his grace, we might become heirs having the hope of eternal life.</ULB>
<residue>q so that having been by his , we might become having the of eternal . q</residue>
<verse name="Titus 3:7">
<Greek>ἵνα δικαιωθέντες τῇ ἐκείνου χάριτι κληρονόμοι γενηθῶμεν κατ᾽ ἐλπίδα ζωῆς αἰωνίου</Greek>
<preText>\v 7</preText>
<ULB>so that having been justified by his grace, we might become heirs having the hope of eternal life.</ULB>
<residue>so that having been by his , we might become having the of .</residue>
<w OGNTsort="115163" ULBorder="---" lemma="G1344" morph="V-APP-NPM" lexeme="δικαιόω" text="δικαιωθέντες">justified</w>
<w OGNTsort="115166" ULBorder="---" lemma="G5485" morph="N-DSF" lexeme="χάρις" text="χάριτι">grace</w>
<w OGNTsort="115167" ULBorder="---" lemma="G2818" morph="N-NPM" lexeme="κληρονόμος" text="κληρονόμοι">heirs</w>
<w OGNTsort="115170" ULBorder="---" lemma="G1680" morph="N-ASF" lexeme="ἐλπίς" text="ἐλπίδα">hope</w>
<w OGNTsort="115172" ULBorder="---" lemma="G166" morph="A-GSF" lexeme="αἰώνιος" text="αἰωνίου">eternal</w>
<w OGNTsort="115171" ULBorder="---" lemma="G2222" morph="N-GSF" lexeme="ζωή" text="ζωῆς">life</w>
<w OGNTsort="115172" ULBorder="---" lemma="G166" morph="A-GSF" lexeme="αἰώνιος" text="αἰωνίου"></w>
<w OGNTsort="115162" ULBorder="---" lemma="G2443" morph="CONJ" lexeme="ἵνα" text="ἵνα"></w>
<w OGNTsort="115164" ULBorder="---" lemma="G3588" morph="T-DSF" lexeme="ὁ" text="τῇ"></w>
<w OGNTsort="115165" ULBorder="---" lemma="G1565" morph="D-GSM" lexeme="ἐκεῖνος" text="ἐκείνου"></w>
<w OGNTsort="115168" ULBorder="---" lemma="G1096" morph="V-AOS-1P" lexeme="γίνομαι" text="γενηθῶμεν"></w>
<w OGNTsort="115169" ULBorder="---" lemma="G2596" morph="PREP" lexeme="κατά" text="κατ᾽"></w>
</verse>
<verse osisID="tit.3.8">
<Greek>Πιστὸς ὁ λόγος καὶ περὶ τούτων βούλομαί σε διαβεβαιοῦσθαι ἵνα φροντίζωσιν καλῶν ἔργων προΐστασθαι οἱ πεπιστευκότες Θεῷ ταῦτά ἐστιν καλὰ καὶ ὠφέλιμα τοῖς ἀνθρώποις </Greek>
<ULB> This message is trustworthy. I want you to insist on these things, so that those who have believed in God may be careful to engage themselves in good works. These things are good and useful for everyone.</ULB>
<residue>q This message is . I want you to insist on these things, so that those who have in may be careful to themselves in . These things are and useful for everyone. q</residue>
<verse name="Titus 3:8">
<Greek>Πιστὸς ὁ λόγος καὶ περὶ τούτων βούλομαί σε διαβεβαιοῦσθαι ἵνα φροντίζωσιν καλῶν ἔργων προΐστασθαι οἱ πεπιστευκότες Θεῷ ταῦτά ἐστιν καλὰ καὶ ὠφέλιμα τοῖς ἀνθρώποις</Greek>
<preText>\s5 \v 8</preText>
<ULB>This message is trustworthy. I want you to insist on these things, so that those who have believed in God may be careful to engage themselves in good works. These things are good and useful for everyone.</ULB>
<residue>This is . I want you to insist on these things, so that those who have in may be careful to themselves in . These things are and useful for everyone.</residue>
<w OGNTsort="115175" ULBorder="---" lemma="G3056" morph="N-NSM" lexeme="λόγος" text="λόγος">message</w>
<w OGNTsort="115173" ULBorder="---" lemma="G4103" morph="A-NSM" lexeme="πιστός" text="Πιστὸς">trustworthy</w>
<w OGNTsort="115188" ULBorder="---" lemma="G4100" morph="V-RAP-NPM" lexeme="πιστεύω" text="πεπιστευκότες">believed</w>
<w OGNTsort="115189" ULBorder="---" lemma="G2316" morph="N-DSM" lexeme="θεός" text="Θεῷ">God</w>
<w OGNTsort="115186" ULBorder="---" lemma="G4291" morph="V-PMN" lexeme="προΐστημι" text="προΐστασθαι">engage</w>
<w OGNTsort="115192" ULBorder="---" lemma="G2570" morph="A-NPN" lexeme="καλός" text="καλὰ">good</w>
<w OGNTsort="115184" ULBorder="---" lemma="G2570" morph="A-GPN" lexeme="καλός" text="καλῶν">good</w>
<w OGNTsort="115185" ULBorder="---" lemma="G2041" morph="N-GPN" lexeme="ἔργον" text="ἔργων">works</w>
<w OGNTsort="115175" ULBorder="---" lemma="G3056" morph="N-NSM" lexeme="λόγος" text="λόγος"></w>
<w OGNTsort="115179" ULBorder="---" lemma="G1014" morph="V-PNI-1S" lexeme="βούλομαι" text="βούλομαί"></w>
<w OGNTsort="115196" ULBorder="---" lemma="G444" morph="N-DPM" lexeme="ἄνθρωπος" text="ἀνθρώποις"></w>
<w OGNTsort="115192" ULBorder="---" lemma="G2570" morph="A-NPN" lexeme="καλός" text="καλὰ">good</w>
<w OGNTsort="115179" ULBorder="---" lemma="G1014" morph="V-PNI-1S" lexeme="βούλομαι" text="βούλομαί">?</w>
<w OGNTsort="115196" ULBorder="---" lemma="G444" morph="N-DPM" lexeme="ἄνθρωπος" text="ἀνθρώποις">?</w>
<w OGNTsort="115174" ULBorder="---" lemma="G3588" morph="T-NSM" lexeme="ὁ" text="ὁ"></w>
<w OGNTsort="115176" ULBorder="---" lemma="G2532" morph="CONJ" lexeme="καί" text="καὶ"></w>
<w OGNTsort="115177" ULBorder="---" lemma="G4012" morph="PREP" lexeme="περί" text="περὶ"></w>
@ -764,10 +806,11 @@
<w OGNTsort="115194" ULBorder="---" lemma="G5624" morph="A-NPN" lexeme="ὠφέλιμος" text="ὠφέλιμα"></w>
<w OGNTsort="115195" ULBorder="---" lemma="G3588" morph="T-DPM" lexeme="ὁ" text="τοῖς"></w>
</verse>
<verse osisID="tit.3.9">
<Greek>Μωρὰς δὲ ζητήσεις καὶ γενεαλογίας καὶ ἔρεις καὶ μάχας νομικὰς περιΐστασο εἰσὶν γὰρ ἀνωφελεῖς καὶ μάταιοι </Greek>
<ULB> But avoid foolish debates and genealogies and strife and conflict about the law. Those things are unprofitable and worthless.</ULB>
<residue>q But avoid debates and genealogies and strife and about . Those things are and . q</residue>
<verse name="Titus 3:9">
<Greek>Μωρὰς δὲ ζητήσεις καὶ γενεαλογίας καὶ ἔρεις καὶ μάχας νομικὰς περιΐστασο εἰσὶν γὰρ ἀνωφελεῖς καὶ μάταιοι</Greek>
<preText>\s5 \v 9</preText>
<ULB>But avoid foolish debates and genealogies and strife and conflict about the law. Those things are unprofitable and worthless.</ULB>
<residue>But avoid debates and genealogies and strife and about . Those things are and .</residue>
<w OGNTsort="115197" ULBorder="---" lemma="G3474" morph="A-APF" lexeme="μωρός" text="Μωρὰς">foolish</w>
<w OGNTsort="115205" ULBorder="---" lemma="G3163" morph="N-APF" lexeme="μάχη" text="μάχας">conflict</w>
<w OGNTsort="115206" ULBorder="---" lemma="G3544" morph="A-APF" lexeme="νομικός" text="νομικὰς">the law</w>
@ -785,37 +828,40 @@
<w OGNTsort="115209" ULBorder="---" lemma="G1063" morph="CONJ" lexeme="γάρ" text="γὰρ"></w>
<w OGNTsort="115211" ULBorder="---" lemma="G2532" morph="CONJ" lexeme="καί" text="καὶ"></w>
</verse>
<verse osisID="tit.3.10">
<Greek>αἱρετικὸν ἄνθρωπον μετὰ μίαν καὶ δευτέραν νουθεσίαν παραιτοῦ </Greek>
<ULB> Reject anyone who is causing divisions among you, after one or two warnings,</ULB>
<residue>q Reject anyone who is causing divisions among you, after one or two , q</residue>
<verse name="Titus 3:10">
<Greek>αἱρετικὸν ἄνθρωπον μετὰ μίαν καὶ δευτέραν νουθεσίαν παραιτοῦ</Greek>
<preText>\v 10</preText>
<ULB>Reject anyone who is causing divisions among you, after one or two warnings,</ULB>
<residue>Reject anyone who is causing divisions among you, after one or two ,</residue>
<w OGNTsort="115219" ULBorder="---" lemma="G3559" morph="N-ASF" lexeme="νουθεσία" text="νουθεσίαν">warnings</w>
<w OGNTsort="115214" ULBorder="---" lemma="G444" morph="N-ASM" lexeme="ἄνθρωπος" text="ἄνθρωπον"></w>
<w OGNTsort="115218" ULBorder="---" lemma="G1208" morph="A-ASF" lexeme="δεύτερος" text="δευτέραν"></w>
<w OGNTsort="115220" ULBorder="---" lemma="G3868" morph="V-PNM-2S" lexeme="παραιτέομαι" text="παραιτοῦ"></w>
<w OGNTsort="115214" ULBorder="---" lemma="G444" morph="N-ASM" lexeme="ἄνθρωπος" text="ἄνθρωπον">?</w>
<w OGNTsort="115218" ULBorder="---" lemma="G1208" morph="A-ASF" lexeme="δεύτερος" text="δευτέραν">?</w>
<w OGNTsort="115220" ULBorder="---" lemma="G3868" morph="V-PNM-2S" lexeme="παραιτέομαι" text="παραιτοῦ">?</w>
<w OGNTsort="115213" ULBorder="---" lemma="G141" morph="A-ASM" lexeme="αἱρετικός" text="αἱρετικὸν"></w>
<w OGNTsort="115215" ULBorder="---" lemma="G3326" morph="PREP" lexeme="μετά" text="μετὰ"></w>
<w OGNTsort="115216" ULBorder="---" lemma="G1520" morph="A-ASF" lexeme="εἷς" text="μίαν"></w>
<w OGNTsort="115217" ULBorder="---" lemma="G2532" morph="CONJ" lexeme="καί" text="καὶ"></w>
</verse>
<verse osisID="tit.3.11">
<Greek>εἰδὼς ὅτι ἐξέστραπται ὁ τοιοῦτος καὶ ἁμαρτάνει ὢν αὐτοκατάκριτος </Greek>
<ULB> knowing that such a person has turned from the right way and is sinning and condemns himself.</ULB>
<residue>q that such a person has from the right way and is and himself. q</residue>
<verse name="Titus 3:11">
<Greek>εἰδὼς ὅτι ἐξέστραπται ὁ τοιοῦτος καὶ ἁμαρτάνει ὢν αὐτοκατάκριτος</Greek>
<preText>\v 11</preText>
<ULB>knowing that such a person has turned from the right way and is sinning and condemns himself.</ULB>
<residue>that such a person has from the right way and is and himself.</residue>
<w OGNTsort="115221" ULBorder="---" lemma="G1492" morph="V-RAP-NSM" lexeme="εἴδω" text="εἰδὼς">knowing</w>
<w OGNTsort="115223" ULBorder="---" lemma="G1612" morph="V-RPI-3S" lexeme="ἐκστρέφω" text="ἐξέστραπται">turned</w>
<w OGNTsort="115227" ULBorder="---" lemma="G264" morph="V-PAI-3S" lexeme="ἁμαρτάνω" text="ἁμαρτάνει">sinning</w>
<w OGNTsort="115229" ULBorder="---" lemma="G843" morph="A-NSM" lexeme="αὐτοκατάκριτος" text="αὐτοκατάκριτος">condemns</w>
<w OGNTsort="115225" ULBorder="---" lemma="G5108" morph="D-NSM" lexeme="τοιοῦτος" text="τοιοῦτος"></w>
<w OGNTsort="115225" ULBorder="---" lemma="G5108" morph="D-NSM" lexeme="τοιοῦτος" text="τοιοῦτος">?</w>
<w OGNTsort="115222" ULBorder="---" lemma="G3754" morph="CONJ" lexeme="ὅτι" text="ὅτι"></w>
<w OGNTsort="115224" ULBorder="---" lemma="G3588" morph="T-NSM" lexeme="ὁ" text="ὁ"></w>
<w OGNTsort="115226" ULBorder="---" lemma="G2532" morph="CONJ" lexeme="καί" text="καὶ"></w>
<w OGNTsort="115228" ULBorder="---" lemma="G1510" morph="V-PAP-NSM" lexeme="εἰμί" text="ὢν"></w>
</verse>
<verse osisID="tit.3.12">
<Greek>Ὅταν πέμψω Ἀρτεμᾶν πρὸς σὲ ἢ Τυχικόν σπούδασον ἐλθεῖν πρός με εἰς Νικόπολιν ἐκεῖ γὰρ κέκρικα παραχειμάσαι </Greek>
<ULB> When I send Artemas or Tychicus to you, hurry and come to me at Nicopolis, where I have decided to spend the winter.</ULB>
<residue>q When I Artemas or to you, hurry and come to me at Nicopolis, where I to spend the winter. q</residue>
<verse name="Titus 3:12">
<Greek>Ὅταν πέμψω Ἀρτεμᾶν πρὸς σὲ ἢ Τυχικόν σπούδασον ἐλθεῖν πρός με εἰς Νικόπολιν ἐκεῖ γὰρ κέκρικα παραχειμάσαι</Greek>
<preText>\s5 \p \v 12</preText>
<ULB>When I send Artemas or Tychicus to you, hurry and come to me at Nicopolis, where I have decided to spend the winter.</ULB>
<residue>When I Artemas or to you, hurry and come to me at Nicopolis, where I to spend the winter.</residue>
<w OGNTsort="115231" ULBorder="---" lemma="G3992" morph="V-AAS-1S" lexeme="πέμπω" text="πέμψω">send</w>
<w OGNTsort="115236" ULBorder="---" lemma="G5190" morph="N-ASM-P" lexeme="Τυχικός" text="Τυχικόν">Tychicus</w>
<w OGNTsort="115245" ULBorder="---" lemma="G2919" morph="V-RAI-1S" lexeme="κρίνω" text="κέκρικα">have decided</w>
@ -834,10 +880,11 @@
<w OGNTsort="115244" ULBorder="---" lemma="G1063" morph="CONJ" lexeme="γάρ" text="γὰρ"></w>
<w OGNTsort="115246" ULBorder="---" lemma="G3914" morph="V-AAN" lexeme="παραχειμάζω" text="παραχειμάσαι"></w>
</verse>
<verse osisID="tit.3.13">
<Greek>Ζηνᾶν τὸν νομικὸν καὶ Ἀπολλῶν σπουδαίως πρόπεμψον ἵνα μηδὲν αὐτοῖς λείπῃ </Greek>
<ULB> Do everything you can to send on their way Zenas the lawyer and Apollos, so that they lack nothing.</ULB>
<residue>q Do everything you can to Zenas the and , so that they lack nothing. q</residue>
<verse name="Titus 3:13">
<Greek>Ζηνᾶν τὸν νομικὸν καὶ Ἀπολλῶν σπουδαίως πρόπεμψον ἵνα μηδὲν αὐτοῖς λείπῃ</Greek>
<preText>\v 13</preText>
<ULB>Do everything you can to send on their way Zenas the lawyer and Apollos, so that they lack nothing.</ULB>
<residue>Do everything you can to their Zenas the and , so that they lack nothing.</residue>
<w OGNTsort="115253" ULBorder="---" lemma="G4311" morph="V-AAM-2S" lexeme="προπέμπω" text="πρόπεμψον">send ... on ... way</w>
<w OGNTsort="115249" ULBorder="---" lemma="G3544" morph="A-ASM" lexeme="νομικός" text="νομικὸν">lawyer</w>
<w OGNTsort="115251" ULBorder="---" lemma="G625" morph="N-ASM-P" lexeme="Ἀπολλῶς" text="Ἀπολλῶν">Apollos</w>
@ -850,10 +897,11 @@
<w OGNTsort="115256" ULBorder="---" lemma="G846" morph="P-DPM" lexeme="αὐτός" text="αὐτοῖς"></w>
<w OGNTsort="115257" ULBorder="---" lemma="G3007" morph="V-PAS-3S" lexeme="λείπω" text="λείπῃ"></w>
</verse>
<verse osisID="tit.3.14">
<Greek>μανθανέτωσαν δὲ καὶ οἱ ἡμέτεροι καλῶν ἔργων προΐστασθαι εἰς τὰς ἀναγκαίας χρείας ἵνα μὴ ὦσιν ἄκαρποι </Greek>
<ULB> Our people must learn to engage themselves in good works that provide for urgent needs, and so not be unfruitful.</ULB>
<residue>q Our people must learn to themselves in that provide for urgent needs, and so not be unfruitful. q</residue>
<verse name="Titus 3:14">
<Greek>μανθανέτωσαν δὲ καὶ οἱ ἡμέτεροι καλῶν ἔργων προΐστασθαι εἰς τὰς ἀναγκαίας χρείας ἵνα μὴ ὦσιν ἄκαρποι</Greek>
<preText>\s5 \v 14</preText>
<ULB>Our people must learn to engage themselves in good works that provide for urgent needs, and so not be unfruitful.</ULB>
<residue>Our people must learn to themselves in that provide for urgent needs, and so not be unfruitful.</residue>
<w OGNTsort="115265" ULBorder="---" lemma="G4291" morph="V-PMN" lexeme="προΐστημι" text="προΐστασθαι">engage</w>
<w OGNTsort="115263" ULBorder="---" lemma="G2570" morph="A-GPN" lexeme="καλός" text="καλῶν">good</w>
<w OGNTsort="115264" ULBorder="---" lemma="G2041" morph="N-GPN" lexeme="ἔργον" text="ἔργων">works</w>
@ -871,15 +919,16 @@
<w OGNTsort="115272" ULBorder="---" lemma="G1510" morph="V-PAS-3P" lexeme="εἰμί" text="ὦσιν"></w>
<w OGNTsort="115273" ULBorder="---" lemma="G175" morph="A-NPM" lexeme="ἄκαρπος" text="ἄκαρποι"></w>
</verse>
<verse osisID="tit.3.15">
<Greek>Ἀσπάζονταί σε οἱ μετ᾽ ἐμοῦ πάντες Ἄσπασαι τοὺς φιλοῦντας ἡμᾶς ἐν πίστει Ἡ χάρις μετὰ πάντων ὑμῶν </Greek>
<ULB> All those who are with me greet you. Greet those who love us in faith. Grace be with all of you.</ULB>
<residue>q All those who are with me you. Greet those who us in . Grace be with all of you. q</residue>
<verse name="Titus 3:15">
<Greek>Ἀσπάζονταί σε οἱ μετ᾽ ἐμοῦ πάντες Ἄσπασαι τοὺς φιλοῦντας ἡμᾶς ἐν πίστει Ἡ χάρις μετὰ πάντων ὑμῶν</Greek>
<preText>\s5 \p \v 15</preText>
<ULB>All those who are with me greet you. Greet those who love us in faith. Grace be with all of you.</ULB>
<residue>All those who are with me you. Greet those who us in . Grace be with all of you.</residue>
<w OGNTsort="115274" ULBorder="---" lemma="G782" morph="V-PNI-3P" lexeme="ἀσπάζομαι" text="Ἀσπάζονταί">greet</w>
<w OGNTsort="115282" ULBorder="---" lemma="G5368" morph="V-PAP-APM" lexeme="φιλέω" text="φιλοῦντας">love</w>
<w OGNTsort="115285" ULBorder="---" lemma="G4102" morph="N-DSF" lexeme="πίστις" text="πίστει">faith</w>
<w OGNTsort="115280" ULBorder="---" lemma="G782" morph="V-ADM-2S" lexeme="ἀσπάζομαι" text="Ἄσπασαι"></w>
<w OGNTsort="115287" ULBorder="---" lemma="G5485" morph="N-NSF" lexeme="χάρις" text="χάρις"></w>
<w OGNTsort="115280" ULBorder="---" lemma="G782" morph="V-ADM-2S" lexeme="ἀσπάζομαι" text="Ἄσπασαι">?</w>
<w OGNTsort="115287" ULBorder="---" lemma="G5485" morph="N-NSF" lexeme="χάρις" text="χάρις">?</w>
<w OGNTsort="115275" ULBorder="---" lemma="G4771" morph="P-2AS" lexeme="σύ" text="σε"></w>
<w OGNTsort="115276" ULBorder="---" lemma="G3588" morph="T-NPM" lexeme="ὁ" text="οἱ"></w>
<w OGNTsort="115277" ULBorder="---" lemma="G3326" morph="PREP" lexeme="μετά" text="μετ᾽"></w>