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

#138 - Add a "remove_annotation" method to the Cas object #139

Closed jcklie closed 4 years ago

jcklie commented 4 years ago

You can now remove annotations

codecov[bot] commented 4 years ago

Codecov Report

Merging #139 into master will increase coverage by 0.04%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #139      +/-   ##
==========================================
+ Coverage   97.79%   97.84%   +0.04%     
==========================================
  Files           9        9              
  Lines        1725     1762      +37     
==========================================
+ Hits         1687     1724      +37     
  Misses         38       38              
Impacted Files Coverage Δ
cassis/cas.py 97.70% <100.00%> (+0.03%) :arrow_up:
cassis/typesystem.py 96.56% <100.00%> (ø)
cassis/xmi.py 98.26% <100.00%> (ø)
tests/test_cas.py 100.00% <100.00%> (ø)
tests/test_typesystem.py 100.00% <100.00%> (ø)
tests/test_xmi.py 100.00% <100.00%> (ø)
tests/util.py 53.84% <100.00%> (ø)

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 5515f38...40787bc. Read the comment docs.