andrewtavis / kwx

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

#26 add assertion to assure that n_topics not > len(corpus) #28

Closed andrewtavis closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #28 (4c346ab) into main (81e533d) will decrease coverage by 0.07%. The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #28      +/-   ##
==========================================
- Coverage   84.39%   84.32%   -0.08%     
==========================================
  Files           5        5              
  Lines         910      912       +2     
==========================================
+ Hits          768      769       +1     
- Misses        142      143       +1     
Impacted Files Coverage Δ
src/kwx/topic_model.py 77.46% <66.66%> (-0.80%) :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 2bad266...4c346ab. Read the comment docs.