forked from WycliffeAssociates/en_ulb_tagged
Tagging through John 3
This commit is contained in:
parent
87a6bc3650
commit
6f93d9bd49
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue