On Wed, Mar 19, 2008 at 5:21 AM, Chris Little &lt;<a href="mailto:chrislit@crosswire.org">chrislit@crosswire.org</a>&gt; wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
The most recent conversion script for the MorphGNT tags the lemmas using<br>
&lt;w lemma=&quot;lemma.Strong:....&quot;&gt;. I believe the lemmas conform to the form<br>
in Strong&#39;s lexicon, as opposed to ANLEX, Liddel-Scott, or any other<br>
reference. With lemmas turned on, you should see anything tagged lemma.*<br>
displayed. If it isn&#39;t, it&#39;s probably because the display filters used<br>
by the Linux frontends are a little out of date.<br>
<br>
--Chris<br>
<div><div></div><div class="Wj3C7c"></div></div></blockquote><div><br>As an experiment I tried reverting my OSIS generator to just producing lemma=&quot;strong:###&quot; and morph=&quot;robinson:xxxx&quot; (with appropriate values plugged in for ### and xxxx), and then replaced &quot;strong:###&quot; with &quot;lemma.strong:###&quot;. The lemma.* qualifier doesn&#39;t seem to bother BibleTime: everything displays correctly. I will see if maybe what can follow the &quot;lemma.&quot; is somehow hard-coded in BT. But I suspect even more strongly that I am screwing up somewhere. <br>
<br>What should the &lt;header&gt; look like, for introducing an extra (in this case dummy) lexicon? I guess I need to declare a workID, to follow the &quot;lemma.&quot; in the &lt;w&gt; tag, even if there is no actual work being cross referenced. I tried something like:<br>
<br>&lt;header&gt;<br>&nbsp;&nbsp; ...<br>&nbsp;&nbsp;&nbsp; &lt;work osisWork=&quot;strong&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;refSystem&gt;Dict.Strongs&lt;/refSystem&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/work&gt;<br>&nbsp;&nbsp;&nbsp; &lt;work osisWork=&quot;robinson&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;refSystem&gt;Dict.Robinson&lt;/refSystem&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;/work&gt;<br>&nbsp;&nbsp;&nbsp; &lt;work osisWork=&quot;DUMMY&quot;&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/work&gt;<br>&lt;/header&gt;<br><br>Matched with:<br><br>&lt;w lemma=&quot;lemma.strong:G1722 lemma.DUMMY:ἐν&quot; morph=&quot;robinson:PREP&quot;&gt;ἐν&lt;/w&gt;<br>
<br>But that didn&#39;t work. The entry from Strong shows, as does the entry from Robinson, but not the extra lemma. Does it at least look like it should have worked?<br><br>Tom<br><br></div></div><br>