NIHOPA / NLPre

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

Footnotes bug #89

Closed HarryBaker closed 7 years ago

HarryBaker commented 7 years ago

Recognize reference numbers mistakenly concatenated to words.

codecov-io commented 7 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #89    +/-   ##
======================================
  Coverage     100%   100%            
======================================
  Files          15     17     +2     
  Lines         520    633   +113     
======================================
+ Hits          520    633   +113
Impacted Files Coverage Δ
nlpre/_version.py 100% <100%> (ø) :arrow_up:
nlpre/__init__.py 100% <100%> (ø) :arrow_up:
nlpre/Grammars/reference_patterns.py 100% <100%> (ø)
nlpre/Grammars/__init__.py 100% <100%> (ø) :arrow_up:
nlpre/separate_reference.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 1a48e0f...22d9bf1. Read the comment docs.