dselivanov / text2vec

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

typo fix #268

Closed mtoto closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #268 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #268   +/-   ##
=======================================
  Coverage   78.94%   78.94%           
=======================================
  Files          39       39           
  Lines        2394     2394           
=======================================
  Hits         1890     1890           
  Misses        504      504
Impacted Files Coverage Δ
R/vocabulary.R 85.91% <ø> (ø) :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 c3196d8...bf13d6e. Read the comment docs.

dselivanov commented 6 years ago

Thanks!

mtoto commented 6 years ago

Thank you for the awesome package!