NIHOPA / NLPre

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

Logging #46

Closed HarryBaker closed 7 years ago

HarryBaker commented 7 years ago

I created a config file for logging which allows the user to determine which modules they want to be logged. Currently everything is set to the INFO level.

codecov-io commented 7 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #46   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          13     13           
  Lines         377    394   +17     
=====================================
+ Hits          377    394   +17
Impacted Files Coverage Δ
nlpre/pos_tokenizer.py 100% <100%> (ø) :arrow_up:
nlpre/titlecaps.py 100% <100%> (ø) :arrow_up:
nlpre/decaps_text.py 100% <100%> (ø) :arrow_up:
nlpre/separated_parenthesis.py 100% <100%> (ø) :arrow_up:
nlpre/dedash.py 100% <100%> (ø) :arrow_up:
nlpre/identify_parenthetical_phrases.py 100% <100%> (ø) :arrow_up:
nlpre/replace_from_dictionary.py 100% <100%> (ø) :arrow_up:

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 47cf464...b996c67. Read the comment docs.