<html>
<body>
Dear Rob<br><br>
Things took longer than I thought. <br>
I've attached something which I think is usable. <br>
The problem I found was that the tagged KJV is rather different to the
NASB. Instead of marking a span of word(s) with a number, the numbers are
simply placed after the main word referred to, eg: <br><br>
<b>Genesis 1:1 </b> KJV In the beginning <07225> God <0430>
created <01254> (08804) <0853> the heaven <08064> and
<0853> the earth <0776>. <br><br>
THis works fine because we can either reconstruct the span starting after
the previous number or leave it as it is.<br><br>
(On the whole I prefer the latter. THe Hebrew for "in the
beginning" is all one word because "in the" is marked by a
prefix on the word. But the Hebrew vocabulary listed in the Strong's
number doesn't include this prefix, so really it refers only to the main
word. On the whole, I like the number after the word as it is in this
version. It is more accurate in many ways, and it doesn't stop us from
creating a span. )<br><br>
I compared this against the ESV, then ran lots of macros till I got a
text like this: <br><br>
Gen 1:1 In the beginning<b>, <07225> </b>God <b><0430>
</b>created <b><01254>(08804) </b>the <b>heavens <08064>
</b>and the earth<b>. <0776> <br>
</b>Gen 1:2 <b>The </b>earth <b><0776> </b>was
<b><01961>(08804) </b>without form <b><08414> </b>and
void<b>, <0922> </b>and darkness <b><02822> </b>was<b> over
</b>the face <b><06440> </b>of the deep<b> <08415> </b>. And
the Spirit <b><07307> </b>of God <b>was hovering over<0430>
<u>moved <07363>(08764)</u> <u>upon <05921></u> </b>the face
<b><06440> </b>of the waters<b>. <04325> <br><br>
</b>If you remove the underlined text, this is the text of the ESV with
numbering in the right places, though missing in a few places. <br>
THe underlined bits are the KJV for the numbers which are missing.
<br><br>
So, for v.1 which has no underlining, there is no work to do<br>
For v.2 which has two portions of underlining, there are two words which
need fixing <br>
- the first portion underlined is "moved <07363>(08764)",
which means we need to look for the ESV equivalent of "moved"
and put "<07363>(08764)" after it. The second portion is
"upon <05921>" so we have to look for the ESV equivalent
of "upon"<br>
- the words in bold which are not underlined are the ones which the
program thinks need fixing. <br>
- it is fairly easy to see that "was hovering over" is the ESV
equivalent to the KJV "moved upon", so the numbers for
"moved" go after "hovering" and the number for
"upon" goes after "over"<br>
- this is easy for a human to see, but painfully difficult for a program
to work out. <br><br>
Can you figure out an easy way to present this for people to do?
<br><br>
David IB</body>
</html>