On Wed, Mar 19, 2008 at 5:21 AM, Chris Little <<a href="mailto:chrislit@crosswire.org">chrislit@crosswire.org</a>> 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>
<w lemma="lemma.Strong:....">. I believe the lemmas conform to the form<br>
in Strong'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't, it'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="strong:###" and morph="robinson:xxxx" (with appropriate values plugged in for ### and xxxx), and then replaced "strong:###" with "lemma.strong:###". The lemma.* qualifier doesn't seem to bother BibleTime: everything displays correctly. I will see if maybe what can follow the "lemma." is somehow hard-coded in BT. But I suspect even more strongly that I am screwing up somewhere. <br>
<br>What should the <header> look like, for introducing an extra (in this case dummy) lexicon? I guess I need to declare a workID, to follow the "lemma." in the <w> tag, even if there is no actual work being cross referenced. I tried something like:<br>
<br><header><br> ...<br> <work osisWork="strong"><br> <refSystem>Dict.Strongs</refSystem><br> </work><br> <work osisWork="robinson"><br> <refSystem>Dict.Robinson</refSystem><br>
</work><br> <work osisWork="DUMMY"><br> </work><br></header><br><br>Matched with:<br><br><w lemma="lemma.strong:G1722 lemma.DUMMY:ἐν" morph="robinson:PREP">ἐν</w><br>
<br>But that didn'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>