Releases: zgornel/ConceptnetNumberbatch.jl
Releases · zgornel/ConceptnetNumberbatch.jl
v0.1.7
ConceptnetNumberbatch v0.1.7
v0.1.6
ConceptnetNumberbatch v0.1.6
Merged pull requests:
- Install TagBot as a GitHub Action (#11) (@JuliaTagBot)
ConceptnetNumberbatch v0.1.5
Merge pull request #10 from zgornel/latest Allow type specification for hdf5 embeddings loading
ConceptnetNumberbatch v0.1.4
Merge pull request #9 from zgornel/latest Latest
ConceptnetNumberbatch v0.1.3
- Consistent wildcard matching behavior
- Improved performance for words not found in ConceptNet
ConceptnetNumberbatch v0.1.2
Changelog:
- Removed mismatched token search (and
StringDistances.jl
dependency) - Speed optimization for compound token search
- Various other small fixes, documentation and package dependency updates
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
)
ConceptnetNumberbatch v0.1.0
Merge pull request #3 from zgornel/improved_word_indexing Improved word indexing