Giter Site home page Giter Site logo

Comments (6)

ryderwishart avatar ryderwishart commented on September 17, 2024

This will be easy to fix. I'll take care of it. πŸ‘

from macula-hebrew.

ryderwishart avatar ryderwishart commented on September 17, 2024

It turns out we lost some nodes on the last transformation @klosoter @jonathanrobie. For example, we lost xml:id="o010380240022". Any chance we can revert the last merge before adding glosses/annotations and try again?

The problematic commit is

5e3d166 Added glosses/annotations | changed Node/@xml:id to Node/@n

and the commit that merges it is

b35d3d8 Merge pull request #49 from Clear-Bible/latest-glosses-and-annotations

See diff screenshot here:
Image

from macula-hebrew.

klosoter avatar klosoter commented on September 17, 2024

On it

from macula-hebrew.

klosoter avatar klosoter commented on September 17, 2024

I see what happened. Nodes 010380240022-3 (and a few others like this) got removed when I copied them to a new XML file that documents issues. I've used deepcopy now, so this should be resolved.

from macula-hebrew.

klosoter avatar klosoter commented on September 17, 2024

There were multiple issues with lowfat and the full trees, when I tried to add the glosses and other data there as well. Most of them are very similar to the problems I had with NT-lowfat.

In full trees:

  • Changed Node/@xml:id to Node/n because it was a duplicate of Node/m/@xml:id (not allowed for ids)

image

In lowfat:

  • prepended "o" to wg/@xml:id where absent (NCName can't start with a digit)
  • there were 136 cases where Node/m was not changed into wg/w, each time with the same morph: ΧΧ•ΦΌΧœΦ·Φ₯Χ™
    • changed Node/m to wg/w
    • applied previous operation on it to retain Node/@nodeId as Node/@xml:id (with extra "o")
    • removed Node/@nodeId

image

@ryderwishart, I'm interested, though, why and when did this morpheme get skipped?

from macula-hebrew.

klosoter avatar klosoter commented on September 17, 2024

Then I added the glosses and annotations to lowfat and full trees

from macula-hebrew.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.