korpling / annatto

Converts linguistic data formats based on the graphANNIS data model as intermediate representation and can apply consistency tests.
Apache License 2.0
1 stars 0 forks source link

updated generic xml import #219

Closed MartinKl closed 5 months ago

MartinKl commented 5 months ago

importing xml generically now means to map the node hierarchy to graphANNIS with text node characters as minimal "token" nodes ordered bei Ordering/annis (terminal nodes). The terminal nodes are covered directly by all nodes that directly and indirectly dominate them in the Dominance/xml/ component, which is the direct mapping of xml paths.

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 90.47619% with 8 lines in your changes are missing coverage. Please review.

Project coverage is 81.59%. Comparing base (3196c7c) to head (8c3c9e0).

Files Patch % Lines
src/importer/xml/mod.rs 90.47% 0 Missing and 8 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #219 +/- ## ========================================== - Coverage 81.62% 81.59% -0.04% ========================================== Files 37 37 Lines 12923 12869 -54 Branches 12923 12869 -54 ========================================== - Hits 10548 10500 -48 + Misses 1025 1022 -3 + Partials 1350 1347 -3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.