<div dir="ltr">Hi all,<br><br>While looking at the NASB, I found that the way it uses the divineName tag with the w tag isn&#39;t supported by sword.<br><br>For example, from Genesis 2:4<br>In the NASB, w is inside the divineName tag:<br>

&nbsp;that the &lt;divineName&gt;&lt;w lemma=&quot;strong:H3068&quot;&gt;Lord&lt;/w&gt;&lt;/divineName&gt;<br>
in the KJV, it is outside<br>
&lt;w lemma=&quot;strong:H03068&quot;&gt;that the &lt;seg&gt;&lt;divineName&gt;Lord&lt;/divineName&gt;&lt;/seg&gt;&lt;/w&gt;<br>According to DM, these are both legal.<br><br>However, doing it the NASB way means<br>
a) the osisplain filters in sword don&#39;t uppercase it up properly<br>(I added the code for this, so its partly my fault :)<br>
b) SWORD web doesn&#39;t work properly with it:<br>
You can&#39;t click on the word LORD in the NASB and get a popup<br>
If you turn strong&#39;s numbers on, the number is before LORD, rather than after it.<br>
c) The osishtmlhref filters leave the strong&#39;s number out altogether<br>

<br>Also, according to DM, there is another problem when you have &lt;divineName&gt;Lord&#39;s&lt;/divineName&gt;. At least one of the filters cannot handle the possessive form.<br>&nbsp;<br clear="all">God Bless,<br>Ben<br>-------------------------------------------------------------------------------------------<br>
The Lord is not slow to fulfill his promise as some count slowness,<br>but is patient toward you, not wishing that any should perish,<br>but that all should reach repentance.<br>2 Peter 3:9 (ESV)
<br><br><div class="gmail_quote">On Fri, Jul 18, 2008 at 12:31 PM, DM Smith &lt;<a href="mailto:dmsmith555@yahoo.com">dmsmith555@yahoo.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d"><br>
On Jul 17, 2008, at 8:54 PM, Ben Morgan wrote:<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi DM,<br>
<br>
In the NASB, w is inside the divineName tag:<br>
&nbsp;that the &lt;divineName&gt;&lt;w lemma=&quot;strong:H3068&quot;&gt;Lord&lt;/w&gt;&lt;/divineName&gt;<br>
in the KJV, it is outside<br>
&lt;w lemma=&quot;strong:H03068&quot;&gt;that the &lt;seg&gt;&lt;divineName&gt;Lord&lt;/divineName&gt;&lt;/seg&gt;&lt;/w&gt;<br>
</blockquote>
<br></div>
Both are correct. The wiki on OSIS Bibles explains it.<br>
<br>
In OSIS, &lt;divineName&gt; can contain &lt;w&gt; but not the other way around. So if H3068 is translated by a single word, this is the preferred form.<br>
<br>
But if H3068 is translated into a phrase, &nbsp;then &lt;w&gt; needs to surround the whole phrase, but &lt;divineName&gt; needs to surround just Lord. (or God or Yah). However OSIS does not allow for this directly. Turns out &lt;seg&gt; can be contained by &lt;w&gt; and &lt;seg&gt; can contain &lt;divineName&gt;.<br>

<br>
One of the differences between the KJV OT and NT is the precision of tagging. In the NT the goal was to tag every word. In the OT, we took what we got and that was not a complete tagging. Further the OT was derived from ThML or GBF, which places markers where the Strong&#39;s number should appear. When the OT was automatically converted to OSIS, the starts and ends of the marking were heuristically determined. (This was before my time :)<br>

<br>
The NASB was provided to us and the phrases were marked with Strong&#39;s numbers. I just preserved what was there.<br>
<br>
I could change the NASB to be &lt;w lemma=&quot;strong:H3068&quot;&gt;&lt;seg&gt;&lt;divineName&gt;Lord&lt;/divineName&gt;&lt;/seg&gt;&lt;/w&gt;, but that would only be a bandaid. The real solution is to either have osis2mod normalize it to a form that SWORD can handle or to have SWORD handle valid OSIS.<div class="Ih2E3d">
<br>
<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<br>
Is either more correct than the other?<br>
The NASB way of doing it means that:<br>
a) the osisplain filters in sword don&#39;t uppercase it up properly<br>
b) SWORD web doesn&#39;t work properly with it:<br>
You can&#39;t click on the word LORD in the NASB and get a popup<br>
If you turn strong&#39;s numbers on, the number is before LORD, rather than after it.<br>
c) The osishtmlhref filters leave the strong&#39;s number out altogether<br>
</blockquote>
<br></div>
These are all bugs. I&#39;m not a C++ programmer anymore, so these would be better handled by someone else.<br>
<br>
There is another problem when you have &lt;divineName&gt;Lord&#39;s&lt;/divineName&gt;. At least one of the filters cannot handle the possessive form.<br>
<br>
I&#39;d suggest posting this to sword-devel.<br>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
<br>
God Bless,<br>
Ben<br>
</blockquote>
<br>
In Christ,<br><font color="#888888">
 &nbsp; &nbsp; &nbsp; &nbsp;DM<br>
<br>
<br>
<br>
</font></blockquote></div><br></div>