NIHOPA / NLPre

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

fix issue 38 #39

Closed HarryBaker closed 7 years ago

codecov-io commented 7 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff           @@
##           master    #39    +/-   ##
======================================
  Coverage     100%   100%            
======================================
  Files          11     11            
  Lines         366    520   +154     
======================================
+ Hits          366    520   +154
Impacted Files Coverage Δ
nlpre/remove_parenthesis.py 100% <100%> (ø) :arrow_up:
nlpre/dedash.py 100% <0%> (ø) :arrow_up:
nlpre/token_replacement.py 100% <0%> (ø) :arrow_up:
nlpre/titlecaps.py 100% <0%> (ø) :arrow_up:
nlpre/decaps_text.py 100% <0%> (ø) :arrow_up:
nlpre/unidecoder.py 100% <0%> (ø) :arrow_up:
nlpre/identify_parenthetical_phrases.py 100% <0%> (ø) :arrow_up:
nlpre/tokenizers.py 100% <0%> (ø) :arrow_up:
nlpre/pos_tokenizer.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 61afff9...fcf9931. Read the comment docs.

thoppe commented 7 years ago

Fixes #38. Sidenote: you need to put the pound sign # in front of an issue number for github to track it to an issue. Also, try to give more information in the commit and PR than "No description provided." + "fix issue 38". Assume it will may be read out of context.