NIHOPA / NLPre

Python library for Natural Language Preprocessing (NLPre)
190 stars 34 forks source link

DRY Parenthesis nesting grammar #43

Closed HarryBaker closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

Merging #43 into master will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #43   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          11     13    +2     
  Lines         358    352    -6     
=====================================
- Hits          358    352    -6
Impacted Files Coverage Δ
nlpre/identify_parenthetical_phrases.py 100% <100%> (ø) :arrow_up:
nlpre/separated_parenthesis.py 100% <100%> (ø) :arrow_up:
nlpre/Grammars/parenthesis_nester.py 100% <100%> (ø)
nlpre/Grammars/__init__.py 100% <100%> (ø)

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 8f3ea38...033d371. Read the comment docs.