EzerIT / BibleOL

Web-based instruction in Biblical Hebrew and Greek
Other
26 stars 16 forks source link

Error in MQL extern driver #4

Open oz1cz opened 1 year ago

oz1cz commented 1 year ago

The MQL extern driver interprets ETCBC4's verb_class erroneously. Instead of

   "verb_class": "()",

or

   "verb_class": "(ii_guttural,iii_aleph)",

it generates

   "verb_class": "",

or

   "verb_class": " ii_guttural iii_aleph ",

The parentheses and commas should probably be added in the file sheaf_xml_helper.php in the function XmlMatchedObject::open_handler() under case 'feature'. Here, a test for

    if ($attributes['type']==='list_of_enum')

should be added

ernstboogert commented 11 months ago

Hi @oz1cz, is this bug already solved, or does it still need our attention? Thanks!

oz1cz commented 11 months ago

It has not been solved, but the issue is not very important, since no one is using the MQL extern driver.