https://github.com/zgornel/embeddingsanalysis.jl
A package for embeddings processing
https://github.com/zgornel/embeddingsanalysis.jl
embeddings postprocessing wordembeddings
Last synced: 7 months ago
JSON representation
A package for embeddings processing
- Host: GitHub
- URL: https://github.com/zgornel/embeddingsanalysis.jl
- Owner: zgornel
- License: mit
- Created: 2019-03-25T14:07:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-02T12:11:08.000Z (over 4 years ago)
- Last Synced: 2025-02-20T22:06:00.653Z (8 months ago)
- Topics: embeddings, postprocessing, wordembeddings
- Language: Julia
- Size: 106 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README

A package containing algorithms and utilities for embeddings processing. At this point, only word embeddings are _de facto_ supported.
[](LICENSE.md)
[](https://travis-ci.org/zgornel/EmbeddingsAnalysis.jl)
[](https://coveralls.io/github/zgornel/EmbeddingsAnalysis.jl?branch=master)
[](https://zgornel.github.io/EmbeddingsAnalysis.jl/dev)## Installation
```julia
using Pkg
Pkg.clone("https://github.com/zgornel/EmbeddingsAnalysis.jl")
```## Features
To keep track with the latest features, please consult [NEWS.md](https://github.com/zgornel/EmbeddingsAnalysis.jl/blob/master/NEWS.md) and the [documentation](https://zgornel.github.io/EmbeddingsAnalysis.jl/dev).## License
The code has an MIT license and therefore it is free.
## Reporting Bugs
This is work in progress and bugs may still be present...¯\\_(ツ)_/¯ Do not worry, just [open an issue](https://github.com/zgornel/EmbeddingsAnalysis.jl/issues/new) to report a bug or request a feature.