For words with an implicit article ("Rd"), WLC and OHSB differ in the number of morphemes. Here is a comparison for one word:
<wmorphshort="01001005003"osisref="Gen.1.5">
<oshb>
<wlemma="l/216"n="1.1.0"morph="HRd/Ncbsa"id="01Wkf">לָ/אוֹר֙</w>
</oshb>
<wlc>
<mmorphid="010010050031"text="לָ"/>
<mmorphid="010010050032"text=""/>
<mmorphid="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:
<wlemma="l/216"n="1.1.0"morph="HRd/Ncbsa"id="01Wkf">לָ/אוֹר֙</w>
To this:
<wlemma="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.