dkpro / dkpro-cassis

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

#252 - Better repr for typs, feature structures and Sofas #254

Closed jcklie closed 2 years ago

jcklie commented 2 years ago

Write custom repr instead of generating as it otherwise recursively prints too much stuff

codecov[bot] commented 2 years ago

Codecov Report

Merging #254 (74c5fd4) into main (4e8026a) will decrease coverage by 0.15%. The diff coverage is 89.65%.

@@            Coverage Diff             @@
##             main     #254      +/-   ##
==========================================
- Coverage   95.53%   95.37%   -0.16%     
==========================================
  Files           5        5              
  Lines        1836     1860      +24     
==========================================
+ Hits         1754     1774      +20     
- Misses         82       86       +4     
Impacted Files Coverage Δ
cassis/typesystem.py 95.18% <88.88%> (-0.45%) :arrow_down:
cassis/cas.py 96.01% <100.00%> (ø)

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more