Closed Lrantala closed 4 years ago
Merging #32 into master will not change coverage. The diff coverage is
n/a
.
@@ 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.
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).