dselivanov / text2vec

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

PR to fix the uncaught extra arguments passed to create_vocabulary. #320

Closed y-he2 closed 4 years ago

y-he2 commented 4 years ago

Also fixed the warning msg for itoken_parallel.

codecov[bot] commented 4 years ago

Codecov Report

Merging #320 into master will not change coverage by %. The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #320   +/-   ##
=======================================
  Coverage   81.78%   81.78%           
=======================================
  Files          36       36           
  Lines        1889     1889           
=======================================
  Hits         1545     1545           
  Misses        344      344           
Impacted Files Coverage Δ
R/iterators.R 90.47% <0.00%> (ø)
R/vocabulary.R 82.11% <0.00%> (ø)

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 f935dc0...e48f7f3. Read the comment docs.

dselivanov commented 4 years ago

Thanks for contribution!