Skip to content

Implicit Articles and Syntax Trees #77

Description

@jonathanrobie

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions