dselivanov / text2vec

Fast vectorization, topic modeling, distances and GloVe word embeddings in R.
http://text2vec.org
Other
849 stars 135 forks source link

correction in docs of coherence.R for solving issue #316 #317

Closed manuelbickel closed 4 years ago

manuelbickel commented 4 years ago

Solves #316 See comments in this issue for explanations of the correction.

codecov[bot] commented 4 years ago

Codecov Report

Merging #317 into master will decrease coverage by 0.23%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #317      +/-   ##
==========================================
- Coverage   82.05%   81.82%   -0.24%     
==========================================
  Files          36       36              
  Lines        1923     1887      -36     
==========================================
- Hits         1578     1544      -34     
+ Misses        345      343       -2
Impacted Files Coverage Δ
R/coherence.R 99.12% <ø> (ø) :arrow_up:
src/SparseTripletMatrix.h 100% <0%> (ø) :arrow_up:
src/Vocabulary.h 90.62% <0%> (+1.01%) :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 13d0b03...d225fcf. Read the comment docs.

dselivanov commented 4 years ago

Thanks!