andrewtavis / kwx

BERT, LDA, and TFIDF based keyword extraction in Python
BSD 3-Clause "New" or "Revised" License
70 stars 10 forks source link

Formatting for comments and readme #34

Closed andrewtavis closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #34 (694e23c) into main (0c5a802) will decrease coverage by 0.21%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #34      +/-   ##
==========================================
- Coverage   84.22%   84.00%   -0.22%     
==========================================
  Files           5        5              
  Lines         919      919              
==========================================
- Hits          774      772       -2     
- Misses        145      147       +2     
Impacted Files Coverage Δ
src/kwx/languages.py 100.00% <ø> (ø)
src/kwx/model.py 79.80% <ø> (ø)
src/kwx/topic_model.py 77.46% <ø> (ø)
src/kwx/utils.py 84.67% <0.00%> (ø)
src/kwx/visuals.py 89.59% <ø> (-0.75%) :arrow_down:

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 3e06885...694e23c. Read the comment docs.