NIHOPA / NLPre

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

Docstrings #31

Closed HarryBaker closed 7 years ago

HarryBaker commented 7 years ago

I still need to do some more work on the doc strings, per our chat earlier.

codecov-io commented 7 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #31   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          11     11           
  Lines         347    347           
=====================================
  Hits          347    347
Impacted Files Coverage Δ
nlpre/identify_parenthetical_phrases.py 100% <ø> (ø) :arrow_up:
nlpre/remove_parenthesis.py 100% <ø> (ø) :arrow_up:
nlpre/decaps_text.py 100% <100%> (ø) :arrow_up:
nlpre/dedash.py 100% <100%> (ø) :arrow_up:
nlpre/replace_from_dict.py 100% <100%> (ø) :arrow_up:
nlpre/token_replacement.py 100% <100%> (ø) :arrow_up:
nlpre/titlecaps.py 100% <100%> (ø) :arrow_up:
nlpre/pos_tokenizer.py 100% <100%> (ø) :arrow_up:
nlpre/unidecoder.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 36b5465...1ab3864. Read the comment docs.