ConceptnetNumberbatch v0.1.1
Summary of main contributions:
- Vastly improved document embedding function (ex
phrase_embeddings
) - Improved indexing functions: vectors are returned for single word queries, matrices for multiple word queries (i.e. words in vectors)
Other contributions:
- Removed
NearestNeighbors
dependency and commented out word model related file - Additional tests
- Moved constants to their file (
defaults.jl
)