dselivanov / text2vec

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

[work in progress] text2vec 0.6 #291

Closed dselivanov closed 4 years ago

dselivanov commented 5 years ago

Will remove many dependencies and remove high-level parallel processing on windows (doParallel + sockets).

codecov[bot] commented 5 years ago

Codecov Report

Merging #291 into master will increase coverage by 2.84%. The diff coverage is 81.53%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #291      +/-   ##
==========================================
+ Coverage   78.98%   81.82%   +2.84%     
==========================================
  Files          39       36       -3     
  Lines        2398     1887     -511     
==========================================
- Hits         1894     1544     -350     
+ Misses        504      343     -161
Impacted Files Coverage Δ
R/model_tfidf.R 85% <ø> (ø) :arrow_up:
R/model_bns.R 94.11% <ø> (ø) :arrow_up:
R/distance_RWMD.R 93.1% <100%> (+44.45%) :arrow_up:
R/coherence.R 99.12% <100%> (ø) :arrow_up:
R/vectorizers.R 91.66% <100%> (+0.55%) :arrow_up:
R/model_LSA.R 80% <100%> (+5.64%) :arrow_up:
R/utils.R 46.66% <11.11%> (-16.97%) :arrow_down:
R/tcm.R 73.77% <26.66%> (-13.14%) :arrow_down:
R/distance.R 65.67% <50%> (-3.74%) :arrow_down:
R/dtm.R 89.28% <66.66%> (-8.16%) :arrow_down:
... and 26 more

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 f673a93...d6a5323. Read the comment docs.