Skip to content

Authority file: correct entries (inlcuding Arabic) #86

Description

@tillgrallert

There are multiple issues with names in the authority file that will require fixing.

  1. The automatically generated translation of Latin into Arabic script needs to be corrected. Particularly for names that were not originally Arabic. Due to the mark-up in the original master file, these could not be filtered out beforehand. They can be found with some regex, I suppose, because the automatic translation often contains a mix of Arabic and Latin characters within a single word:
<persName xml:lang="ar-Latn-x-ijmes">Isaac Temām</persName>
<persName change="#d2e154" xml:lang="ar">اسc تeمام</persName>
  1. Some <persName> nodes contain multiple names separated by /. These need to be split into individual <persName> children of the containing <person> element.

  2. DONE Quite a few <persName>s do not carry an @xml:lang attribute and have, therefore, not been translated into Arabic script. @xml:lang needs to be added first and then we re-run the translation script.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions