<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">The only morphology that was expected was robinson:<div class=""><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: Menlo;" class="">&nbsp;&nbsp;&lt;xsl:template match="w"&gt;</div><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: Menlo;" class="">&nbsp; &nbsp; &lt;!-- Output the content followed by all the lemmas and then all the <span style="text-decoration: underline" class="">morphs</span>. --&gt;</div><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: Menlo;" class="">&nbsp; &nbsp; &lt;xsl:apply-templates/&gt;</div><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: Menlo;" class="">&nbsp; &nbsp; &lt;xsl:if test="$<span style="text-decoration: underline" class="">Strongs</span> = 'true' and (starts-with(@lemma, 'strong:') or starts-with(@lemma, 'x-<span style="text-decoration: underline" class="">Strongs</span>:'))"&gt;</div><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: Menlo;" class="">&nbsp; &nbsp; &nbsp; &lt;xsl:call-template name="lemma"&gt;</div><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: Menlo;" class="">&nbsp; &nbsp; &nbsp; &nbsp; &lt;xsl:with-<span style="text-decoration: underline" class="">param</span> name="lemma" select="@lemma"/&gt;</div><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: Menlo;" class="">&nbsp; &nbsp; &nbsp; &lt;/xsl:call-template&gt;</div><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: Menlo;" class="">&nbsp; &nbsp; <span style="text-decoration: underline" class="">&lt;/xsl:if&gt;</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: Menlo;" class="">&nbsp; &nbsp; &lt;xsl:if test="$<span style="text-decoration: underline" class="">Morph</span> = 'true' and (starts-with(<span style="text-decoration: underline" class="">@morph</span>, '<span style="text-decoration: underline" class="">robinson</span>:') or starts-with(<span style="text-decoration: underline" class="">@morph</span>, 'x-Robinson:'))"&gt;</div><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: Menlo;" class="">&nbsp; &nbsp; &nbsp; &lt;xsl:call-template name="<span style="text-decoration: underline" class="">morph</span>"&gt;</div><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: Menlo;" class="">&nbsp; &nbsp; &nbsp; &nbsp; &lt;xsl:with-<span style="text-decoration: underline" class="">param</span> name="<span style="text-decoration: underline" class="">morph</span>" select="<span style="text-decoration: underline" class="">@morph</span>"/&gt;</div><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: Menlo;" class="">&nbsp; &nbsp; &nbsp; &lt;/xsl:call-template&gt;</div><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: Menlo;" class="">&nbsp; &nbsp; <span style="text-decoration: underline" class="">&lt;/xsl:if&gt;</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: Menlo;" class="">&nbsp; &nbsp; &lt;xsl:if test="$<span style="text-decoration: underline" class="">Strongs</span> = 'true' and starts-with(@lemma, 'lemma.Strong:')"&gt;</div><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: Menlo;" class="">&nbsp; &nbsp; &nbsp; &lt;xsl:call-template name="lemma"&gt;</div><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: Menlo;" class="">&nbsp; &nbsp; &nbsp; &nbsp; &lt;xsl:with-<span style="text-decoration: underline" class="">param</span> name="lemma" select="@lemma"/&gt;</div><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: Menlo;" class="">&nbsp; &nbsp; &nbsp; &lt;/xsl:call-template&gt;</div><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: Menlo;" class="">&nbsp; &nbsp; <span style="text-decoration: underline" class="">&lt;/xsl:if&gt;</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: Menlo;" class="">&nbsp; &nbsp; &lt;!--</div><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: Menlo;" class="">&nbsp; &nbsp; &nbsp; &nbsp; except when followed by a text node or non-printing node.</div><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: Menlo;" class="">&nbsp; &nbsp; &nbsp; &nbsp; This is true whether the href is output or not.</div><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: Menlo;" class="">&nbsp; &nbsp; --&gt;</div><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: Menlo;" class="">&nbsp; &nbsp; &lt;xsl:variable name="siblings" select="../child::node()"/&gt;</div><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: Menlo;" class="">&nbsp; &nbsp; &lt;xsl:variable name="next-position" select="position() + 1"/&gt;</div><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: Menlo;" class="">&nbsp; &nbsp; &lt;xsl:if test="$siblings[$next-position] and name($siblings[$next-position]) != ''"&gt;</div><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: Menlo;" class="">&nbsp; &nbsp; &nbsp; <span style="text-decoration: underline" class="">&lt;xsl:text&gt;</span> <span style="text-decoration: underline" class="">&lt;/xsl:text&gt;</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: Menlo;" class="">&nbsp; &nbsp; <span style="text-decoration: underline" class="">&lt;/xsl:if&gt;</span></div><div style="margin: 0px; font-stretch: normal; line-height: normal; font-family: Menlo;" class="">&nbsp; <span style="text-decoration: underline" class="">&lt;/xsl:template&gt;</span></div><div class=""><span style="text-decoration: underline" class=""><br class=""></span></div><div><br class=""><blockquote type="cite" class=""><div class="">On Feb 7, 2019, at 8:51 PM, Dudeck, John &lt;<a href="mailto:John.Dudeck@sim.org" class="">John.Dudeck@sim.org</a>&gt; wrote:</div><br class="Apple-interchange-newline"><div class="">


<meta http-equiv="Content-Type" content="text/html; charset=utf-8" class="">
<title class=""></title>
<meta http-equiv="Content-Style-Type" content="text/css" class="">

<div class="">
<div align="left" class=""><font face="Arial" size="2" class=""><span style=" font-size:10pt" class=""><br class="">
</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; JSword allows the setting of a Greek Mophology module. It doesn’t use the work given in the morph or lemma attributes. Forked XST can provide a different mechanism.</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class=""><br class="">
</span></font></div>
<div align="left" class=""><font face="Arial" size="2" class=""><span style=" font-size:10pt" class="">Ok so this answers why Packard seems to be ignored. But the question remains why LXX does not display the Morphology, whereas TR does.</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class=""><br class="">
</span></font></div>
<div align="left" class=""><font face="Arial" size="2" class=""><span style=" font-size:10pt" class="">John</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class=""><br class="">
</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; — DM Smith</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; From my phone. Brief. Weird autocorrections.
</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt;
</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt; On Feb 7, 2019, at 3:26 PM, pierre amadio &lt;<a href="mailto:amadio.pierre@gmail.com" class="">amadio.pierre@gmail.com</a>&gt; wrote:</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;
</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt; Hi there !</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;
</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt; I find it strange that the LXX module tells it is using packard's</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt; morphological code.</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;
</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt; Earlier in 2018, I started to use the LXX module (Version 2.5) and</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt; installed the Packard module as well.</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt; Then, i realised that the tool I was using gave me a lot of wrong information.</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;
</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt; The error were visible with diatheke as well, so it was not a bug in</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt; the frontend i was using:</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;
</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt; $ diatheke -b LXX -o avm -f PLAIN -k Gen 1:1</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt; Genesis 1:1: εν (PREP) αρχη (N-DSF) εποιησεν (V-AAI-3S) ο (T-NSM) θεος</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt; (N-NSM) τον (T-ASM) ουρανον (N-ASM) και (CONJ) την (T-ASF) γην (N-ASF)</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt; (LXX)</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;
</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt; θεος (N-NSM) is obviously nominative, however asking for the packard</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt; key gives vocative as a result.</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;
</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt; $ diatheke -b Packard&nbsp; -f PLAIN -k N-NSM</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt; : Part of speech: noun, indeclinable proper noun Case: vocative</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt; Number: singular Gender: neuter</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;
</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt; Looking at εποιησεν (V-AAI-3S), it tells me it is a passive pluperfect 3s...</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;
</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt; Now, for the same codes, the robinson module gives result thats looks correct:</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;
</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt; $ diatheke -b Robinson&nbsp; -f PLAIN -k N-NSM</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt; : * Part of Speech *: Noun</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt; * Case *: Nominative</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt; * Number *: Singular</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt; * Gender *: Masculine</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt; (Robinson)</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;
</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt; $ diatheke -b Robinson&nbsp; -f PLAIN -k V-AAI-3S</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt; : * Part of Speech *: Verb</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt; * Tense *: Aorist</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt; * Voice *: Active</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt; * Mood *: Indicative</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt; * Person *: third</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt; * Number *: Singular</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt; (Robinson)</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;
</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt; I do not know if this is related to your problem, nor why LXX is</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt; mentionning packard in the morph code tag, but it could be interesting</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt; to see what happen if you try to use the Robinson module instead of</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt; the Packard one.</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;
</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt; On Thu, 7 Feb 2019 at 20:41, Dudeck, John &lt;<a href="mailto:John.Dudeck@sim.org" class="">John.Dudeck@sim.org</a>&gt; wrote:</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;
</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt; Further info:</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;
</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt; I dumped the LXX and TR modules using mod2imp.</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;
</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt; 1) I see that the LXX morphology uses the module packard. So I downloaded packard from Crosswire.</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;
</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt; 2) I see that those words that do not have a Strongs number have the morphology duplicated in the Strongs field (!!!) So in Malachi 1:1 you can see for the first
 word it shows:</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;
</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt; &lt;w lemma="strong:GN-NSN" morph="packard:N-NSN"&gt;λημμα&lt;/w&gt;</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;
</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt; which is wrong!</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;
</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt; $$$Malachi 1:1</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt; &lt;w lemma="strong:GN-NSN" morph="packard:N-NSN"&gt;λημμα&lt;/w&gt; &lt;w lemma="strong:G3056" morph="packard:N-GSM"&gt;λογου&lt;/w&gt; &lt;w lemma="strong:G2962" morph="packard:N-GSM"&gt;κυριου&lt;/w&gt;
 &lt;w lemma="strong:G1909" morph="packard:PREP"&gt;επι&lt;/w&gt; &lt;w lemma="strong:G3588" morph="packard:T-ASM"&gt;τον&lt;/w&gt; &lt;w lemma="strong:G2474" morph="packard:N-PRI"&gt;ισρα·»&lt;/w&gt; &lt;w lemma="strong:G1722" morph="packard:PREP"&gt;εν̼̯ͷ&gt; &lt;w lemma="strong:G5495" morph="packard:N-DSF"&gt;ǵ¹ρι̼̯ͷ&gt;
 &lt;w lemma="strong:G32" morph="packard:N-GSM"&gt;±³³µ»ου̼̯ͷ̾ &lt;w lemma="strong:G846" morph="packard:D-GSM"&gt;±ÅÄ¿υ̼̯w&gt; &lt;w lemma="strong:G5087" morph="packard:V-AMM-2P"̾θεøµ&lt;/w&gt; &lt;w lemma="strong:G1211" morph="packard:PRT"̾δη̼/w&gt; &lt;w lemma="strong:G1909" morph="packard:PREP"&gt;µÀ¹̼̯ͷ̠̾&lt;w
 lemma="strong:G3588" morph="packard:T-APF"&gt;ıÂ&lt;/ͷ̠̼̾ͷ lemma="strong:G2588" morph="packard:N-APF"&gt;º±Á´¹±Â̼̯ͷ̠̼̾w lemma="strong:G5216" morph="packard:P-GP"&gt;żɽ&lt;/ͷ̾</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;
</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt; A quick regular expression shows that there are 30512 words where the strongs number has morphology in the field out of 475348 total words.</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;
</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt; 3) The morphology field is not being displayed by AndBible. Only Strongs is being displayed. I see no differences in the tagging syntax used.</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;
</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;
</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt; The mods.d/lxx.conf and tr.conf files both contain:</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;
</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt; GlobalOptionFilter=OSISStrongs</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt; GlobalOptionFilter=OSISMorph</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt; Feature=StrongsNumbers</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;
</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt; So I don't understand why one displays the Morphology codes and the other does not.</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;
</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt; Any ideas?</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;
</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt; John</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;
</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt; The behavior in AndBible for the LXX is rather odd. It doesn't matter where you look in the text,</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt; the symptoms appear the same everywhere.</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt;
</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt; When you tap 'nnnn' to display Strongs numbers, it displays the Strongs numbers, BUT for those</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt; words where there is no Strongs, it displays a Morphology code. As David mentions, in Mal 1:1, it</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt; shows N-NSN for the first word, and Strongs numbers for the rest of the words in the verse.</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt;
</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt; If you open the display menu (three dots menu), Strongs and Morphology are both checked. If you</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt; uncheck Morphology, nothing changes in the display. If you check Morphology and uncheck</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt; Strongs, all of the Strongs disappear, and no Morphology codes are displayed. If you then touch</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt; 'nnnn' again, it displays Strongs, but in the display menu Strongs is unchecked and Morphology is</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt; checked but grayed out.</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt;
</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt; If you touch a Strongs number, it displays the entry as expected. If you touch a Morphology code</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt; (eg. N-NSN as above), it looks up the word 'N-NSN' in Strongs Hebrew and displays the entry</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt; 3476 Naasson. If you touch 'V-PAPRP', it displays entry 3578 xenia from Strong's Greek.</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt;
</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt; By comparison with the TR Textus Receptus, when you tap 'nnnn' to display Strongs numbers, it</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt; displays the Strongs number followed by the Morphology (with no space between). You can touch</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt; the number and it brings up the Strongs entry from Strongs Greek. You can touch the Morphology</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt; and it brings up the Robinson's codes. If you open the display menu and uncheck Morphology, it</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt; shows only the Strongs numbers. However you cannot display Morphology if Strongs is not</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt; displayed.</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt;
</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt; I would assume that the behavior of the display menu in AndBible is an AndBible issue, and it's</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt; not really a problem, just a minor logic bug. But the inability to display Morphology in LXX is an</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt; issue.</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt;
</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt; I imagine this could either be addressed in AndBible, or in the LXX source. Is Tuomas reading</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt; this, or do I need to write him separately?</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt;
</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt; Where do I find the LXX source? Maybe this is something that can be corrected fairly easily.</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt;
</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt; John</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt;
</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt;&gt; LXX installed in PocketSword can display both or either.</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt;&gt;
</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt;&gt; There are some tagging errors such as the one I spotted in the first word of Malachi 1:1</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt;&gt;
</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt;&gt; I’ve not looked at more than one location before responding on whether the 2 features work.</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt;&gt;
</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt;&gt; Could it be AndBible or did you perhaps sample a location with many more tagging issues?</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt;&gt;
</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt;&gt; David</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt;&gt;
</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt;&gt; Sent from ProtonMail Mobile</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt;&gt;
</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt;&gt;
</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt;&gt; On Wed, Feb 6, 2019 at 01:19, Dudeck, John &lt;<a href="mailto:John.Dudeck@sim.org" class="">John.Dudeck@sim.org</a>&gt; wrote:</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt;&gt; Greetings.</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt;&gt;
</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt;&gt; I've just tried loading the LXX in AndBible. Supposedly it has both Strongs numbers and</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt;&gt; Morphology tagging. But in AndBible it only displays Morphology when there is no Strongs</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt;&gt; number on a given word. And in that case it tries to look up the Morphology in Strongs. In</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt;&gt; Xiphos you can see where there is no Strongs number in those cases.</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt;&gt;
</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt;&gt; By the way I am using our own French version of Strongs. Is the morphology lookup</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt;&gt; supposed to be in Strongs for LXX? With the Textus Receptus it needs Robinson's module.</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt;&gt;
</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt;&gt; In contrast the Textus Receptus displays both Strongs and Morphology.</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt;&gt;
</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt;&gt; Does this mean there is a tagging problem in the LXX? Or is it an AndBible/Jsword</span></font></div>
<div align="left" class=""><font face="Arial" color="#7f0000" size="2" class=""><span style=" font-size:10pt" class="">&gt; &gt;&gt;&gt;&gt; problem?</span></font></div>
<div align="left" class=""><font face="Arial" size="2" class=""><span style=" font-size:10pt" class=""><br class="">
</span></font></div>
<div align="left" class=""><font face="Arial" size="2" class=""><span style=" font-size:10pt" class="">John Dudeck</span></font></div>
<div align="left" class=""><font face="Arial" size="2" class=""><span style=" font-size:10pt" class="">Programmer at Editions Cle&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Lyon, France</span></font></div>
<div align="left" class=""><font face="Arial" size="2" class=""><span style=" font-size:10pt" class=""><a href="mailto:john.dudeck@sim.org" class="">john.dudeck@sim.org</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="mailto:john@editionscle.com" class="">john@editionscle.com</a></span></font></div>
<div align="left" class=""><font face="Arial" size="2" class=""><span style=" font-size:10pt" class="">--</span></font></div>
<div align="left" class=""><font face="Arial" size="2" class=""><span style=" font-size:10pt" class="">"Waiting on God requires the willingness to bear uncertainty, to carry within</span></font></div>
<div align="left" class=""><font face="Arial" size="2" class=""><span style=" font-size:10pt" class="">&nbsp;oneself the unanswered question, lifting the heart to God about it whenever</span></font></div>
<div align="left" class=""><font face="Arial" size="2" class=""><span style=" font-size:10pt" class="">&nbsp;it intrudes upon one's thoughts." -- Elisabeth Elliot</span></font></div>
<div align="left" class="">&nbsp;&nbsp;</div>
</div>

_______________________________________________<br class="">sword-devel mailing list: <a href="mailto:sword-devel@crosswire.org" class="">sword-devel@crosswire.org</a><br class=""><a href="http://www.crosswire.org/mailman/listinfo/sword-devel" class="">http://www.crosswire.org/mailman/listinfo/sword-devel</a><br class="">Instructions to unsubscribe/change your settings at above page</div></blockquote></div><br class=""></div></body></html>