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

#147 - Remove iterators #149

Closed jcklie closed 3 years ago

jcklie commented 3 years ago

I do not like needing to use list(cas.select..) on everything, so we remove iterators and return lists

codecov[bot] commented 3 years ago

Codecov Report

Merging #149 (810d0d1) into master (739f2e0) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #149   +/-   ##
=======================================
  Coverage   97.95%   97.96%           
=======================================
  Files           9        9           
  Lines        1806     1814    +8     
=======================================
+ Hits         1769     1777    +8     
  Misses         37       37           
Impacted Files Coverage Δ
cassis/cas.py 97.75% <100.00%> (+0.05%) :arrow_up:
tests/test_cas.py 100.00% <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 739f2e0...810d0d1. Read the comment docs.