<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body style="overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;">From the source documentation: This filters toggles splitting of morphemes (for morpheme segmented Hebrew in the WLC).<div><br></div><div>So this seems to be a module specific filter.</div><div><br></div><div>The filter, <a href="https://crosswire.org/sword/apiref/osismorphsegmentation_8cpp_source.html">https://crosswire.org/sword/apiref/osismorphsegmentation_8cpp_source.html</a>,</div><div>It governs how <seg type=“morph”>segmented text</seg> is handled (or type=“x-morph”)</div><div><br id="lineBreakAtBeginningOfMessage"><div>It seems that the “segmented text” is copied into:</div><div><span class="Apple-tab-span" style="white-space:pre"> </span>module->getEntryAttributes()["Morpheme"][buf]["body"] = tagText;</div><div>where buf is position of the <seg> in the verse, starting at 1 and tagText is <seg>segmented text</seg> (with no attribute).</div><div>If the option is to hide then <seg> and </seg> are not output.</div><div><br></div><div>There is no toggle.</div><div><br></div><div><br><blockquote type="cite"><div>On Mar 25, 2025, at 11:06 AM, David Haslam <dfhdfh@protonmail.com> wrote:</div><br class="Apple-interchange-newline"><div><div> <div dir="auto">Does any SWORD front-end app include support for this ?</div><div dir="auto"><br></div><div dir="auto">GlobalOptionFilter=OSISMorphSegmentation</div><div dir="auto"><br></div><div dir="auto">Might Xiphos be enhanced to implement this in future?</div><div dir="auto"><br></div><div dir="auto">The SWORD engine knows about it, yet AFAICT, it effects no change in displayed text.</div><div dir="auto"><br></div><div dir="auto">What it ought to do was once suggested by someone at STEP Bible.</div><div dir="auto"><br></div><div dir="auto">Alternate segments should display in different colours.</div><div dir="auto"><br></div><div dir="auto">I’m currently working on a Bible text where this might prove beneficial.</div><div dir="auto"><br></div><div dir="auto">Best regards,</div><div dir="auto"><br></div><div dir="auto">David</div><div><br></div> </div>_______________________________________________<br>sword-devel mailing list: sword-devel@crosswire.org<br>http://crosswire.org/mailman/listinfo/sword-devel<br>Instructions to unsubscribe/change your settings at above page<br></div></blockquote></div><br></div></body></html>