For words with an implicit article ("Rd"), WLC and OHSB differ in the number of morphemes. Here is a comparison for one word:
<w morphshort="01001005003" osisref="Gen.1.5">
<oshb>
<w lemma="l/216" n="1.1.0" morph="HRd/Ncbsa" id="01Wkf">לָ/אוֹר֙</w>
</oshb>
<wlc>
<m morphid="010010050031" text="לָ"/>
<m morphid="010010050032" text=""/>
<m morphid="010010050033" text="אוֹר֙"/>
</wlc>
</w>
This is not a showstopper for our syntax trees, but it would be convenient if OSHB could add an explicit representation for the implicit article. One approach would be to change this:
<w lemma="l/216" n="1.1.0" morph="HRd/Ncbsa" id="01Wkf">לָ/אוֹר֙</w>
To this:
<w lemma="l/216" n="1.1.0" morph="HRd/Ncbsa" id="01Wkf">לָ//אוֹר֙</w>
I don't know if it would be useful to change the @morph attribute as well.
For words with an implicit article ("Rd"), WLC and OHSB differ in the number of morphemes. Here is a comparison for one word:
This is not a showstopper for our syntax trees, but it would be convenient if OSHB could add an explicit representation for the implicit article. One approach would be to change this:
To this:
I don't know if it would be useful to change the @morph attribute as well.