comphist / cora

A web-based, token-level annotation tool for non-standard language data
http://www.linguistics.rub.de/comphist/resources/cora/
MIT License
10 stars 6 forks source link

Distinguish pos/morph for XML import/export (resolves #82) #97

Closed mbollmann closed 7 years ago

mbollmann commented 7 years ago

Exporting to XML will now split up POS tags into "pos" and "morph".

Importing from XML will accept either the split "pos"/"morph" notation, or the single "pos" notation containing the full tag.

codecov[bot] commented 7 years ago

Codecov Report

Merging #97 into master will increase coverage by 0.28%. The diff coverage is 96.87%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #97      +/-   ##
============================================
+ Coverage     29.69%   29.97%   +0.28%     
- Complexity     1317     1332      +15     
============================================
  Files            63       63              
  Lines          7368     7399      +31     
============================================
+ Hits           2188     2218      +30     
- Misses         5180     5181       +1
Flag Coverage Δ Complexity Δ
#backend 52.34% <96.87%> (+0.32%) 1332 <3> (+15) :arrow_up:
#frontend 0.53% <ø> (ø) 0 <ø> (ø) :arrow_down:
Impacted Files Coverage Δ Complexity Δ
src/lib/xmlHandler.php 92.06% <96.87%> (+0.37%) 120 <3> (+15) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 3f579d9...368b614. Read the comment docs.