nipunsadvilkar / pySBD

🐍💯pySBD (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box.
MIT License
802 stars 83 forks source link

🐛 ✅ Enforce clean=True when doc_type="pdf #77

Closed nipunsadvilkar closed 4 years ago

nipunsadvilkar commented 4 years ago

closes #75

codecov-commenter commented 4 years ago

Codecov Report

Merging #77 into master will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #77   +/-   ##
=======================================
  Coverage   98.41%   98.42%           
=======================================
  Files          37       37           
  Lines        1075     1077    +2     
=======================================
+ Hits         1058     1060    +2     
  Misses         17       17           
Flag Coverage Δ
#unittests 98.42% <100.00%> (+<0.01%) :arrow_up:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pysbd/about.py 100.00% <100.00%> (ø)
pysbd/processor.py 95.86% <100.00%> (ø)
pysbd/segmenter.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 60983a2...fc61aef. Read the comment docs.