Tagging through John 3

This commit is contained in:
Henry Whitney 2020-09-08 17:30:27 -04:00
parent 87a6bc3650
commit 6f93d9bd49
3 changed files with 21208 additions and 4 deletions

View File

@ -115,9 +115,9 @@ say "\nDone.";
# =====
__DATA__
#41-MAT Matthew
42-MRK Mark
#42-MRK Mark
#43-LUK Luke
#44-JHN John
44-JHN John
#45-ACT Acts
#46-ROM Romans
#47-1CO 1 Corinthians

View File

@ -28,7 +28,7 @@ my (%ULBtextThisVerse, %ULBpreTextThisVerse, %SNsThisVerse, %entriesThisSN, %lon
my @OGNTfilesToRun = ();
#my $filePattern = '\.xml' ;
my $filePattern = '42-MRK\.xml' ;
my $filePattern = '44-JHN\.xml' ;
find( sub { push @OGNTfilesToRun, $File::Find::name if ( m/^(.*)$filePattern$/ ) }, $topDirOGNT) ;
say LOG "\@OGNTfilesToRun:\n@OGNTfilesToRun\n";
@ -303,7 +303,7 @@ sub MatchAndPlace {
}
}
unless ($found) {
$line =~ s/></>?</;
$line =~ s/></></;
$linesNotMatched .= "$line\n"
}
return ($matchedLines, $workText, $linesNotMatched)

21204
Manual_Tagging/44-JHN.xml Normal file

File diff suppressed because it is too large Load Diff