NIHOPA / NLPre

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

Parens sentance bug #37

Closed HarryBaker closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #37    +/-   ##
======================================
  Coverage     100%   100%            
======================================
  Files          11     11            
  Lines         351    519   +168     
======================================
+ Hits          351    519   +168
Impacted Files Coverage Δ
nlpre/remove_parenthesis.py 100% <100%> (ø) :arrow_up:
nlpre/tokenizers.py 100% <0%> (ø) :arrow_up:
nlpre/titlecaps.py 100% <0%> (ø) :arrow_up:
nlpre/unidecoder.py 100% <0%> (ø) :arrow_up:
nlpre/replace_from_dict.py 100% <0%> (ø) :arrow_up:
nlpre/identify_parenthetical_phrases.py 100% <0%> (ø) :arrow_up:
nlpre/decaps_text.py 100% <0%> (ø) :arrow_up:
nlpre/pos_tokenizer.py 100% <0%> (ø) :arrow_up:
nlpre/token_replacement.py 100% <0%> (ø) :arrow_up:
nlpre/dedash.py 100% <0%> (ø) :arrow_up:
... and 1 more

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 43b5333...d508f90. Read the comment docs.

thoppe commented 7 years ago

Note: sentance != sentence. Closes #33