JuliaText / Embeddings.jl

Functions and data dependencies for loading various word embeddings (Word2Vec, FastText, GLoVE)
MIT License
81 stars 19 forks source link

Update Introduction part of readme #32

Closed Lrantala closed 4 years ago

Lrantala commented 4 years ago

Changed the introduction part to describe what word embeddings are, and what they could be used for. Added also sources for the explanations (although I'm not sure how useful these are here, but there they are anyway).

codecov-io commented 4 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #32   +/-   ##
=======================================
  Coverage   95.95%   95.95%           
=======================================
  Files           6        6           
  Lines          99       99           
=======================================
  Hits           95       95           
  Misses          4        4
Impacted Files Coverage Δ
src/Embeddings.jl 100% <0%> (ø) :arrow_up:
src/fasttext.jl 97.05% <0%> (ø) :arrow_up:
src/word2vec.jl 100% <0%> (ø) :arrow_up:
src/common.jl 89.47% <0%> (ø) :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 b75a1d4...8517acc. Read the comment docs.