Skip to content

ConceptnetNumberbatch v0.1.1

Compare
Choose a tag to compare
@zgornel zgornel released this 23 Oct 12:42
· 20 commits to master since this release
dc69f9c

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)