[sword-devel] Marking transChange within a <w> ?
Chris Little
chrislit at crosswire.org
Fri Nov 5 11:48:45 MST 2010
On 11/5/10 11:35 AM, David Haslam wrote:
> The example from Mt 21:31 illustrates one of the 17 instances.
> <w lemma="strong:G3588 strong:G3962" morph="robinson:T-GSM robinson:N-GSM"
> src="8 9">of<seg subType="x-added" type="x-transChange">his</seg>
> father</w>?
(Disclaimer: I don't know Greek, and I'm partly just guessing about
Greek grammar here.) I think this is just encoded incorrectly. Arguably,
we're hampered by some limitation of the engine, but I would encode this as:
<w lemma="strong:G3962" morph="robinson:N-GSM" src="8">of</w>
<transChange type="added"><w lemma="strong:G3588" morph="robinson:T-GSM"
src="9">his</w></transChange>
<w lemma="strong:G3962" morph="robinson:N-GSM" src="8">father</w>
If the other 16 instances are of a similar character, I think we could
just re-encode to correct the issue.
--Chris
More information about the sword-devel
mailing list