dkpro / dkpro-cassis

UIMA CAS processing library written in Python
https://pypi.org/project/dkpro-cassis/
Apache License 2.0
85 stars 22 forks source link

#73 - Add get_covered_text method to Annotations #74

Closed reckart closed 5 years ago

reckart commented 5 years ago
codecov-io commented 5 years ago

Codecov Report

Merging #74 into master will decrease coverage by 0.02%. The diff coverage is 97.05%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #74      +/-   ##
==========================================
- Coverage   97.51%   97.48%   -0.03%     
==========================================
  Files           9        9              
  Lines        1125     1155      +30     
==========================================
+ Hits         1097     1126      +29     
- Misses         28       29       +1
Impacted Files Coverage Δ
cassis/xmi.py 97.34% <100%> (+0.02%) :arrow_up:
tests/fixtures.py 100% <100%> (ø) :arrow_up:
tests/test_cas.py 100% <100%> (ø) :arrow_up:
cassis/cas.py 99.3% <100%> (ø) :arrow_up:
cassis/typesystem.py 96.91% <75%> (-0.31%) :arrow_down:

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 e387d57...7d6b1c7. Read the comment docs.