An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![Alt text](https://github.com/zgornel/EmbeddingsAnalysis.jl/blob/master/docs/src/assets/logo.png)

A package containing algorithms and utilities for embeddings processing. At this point, only word embeddings are _de facto_ supported.

[![License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE.md)
[![Build Status](https://travis-ci.org/zgornel/EmbeddingsAnalysis.jl.svg?branch=master)](https://travis-ci.org/zgornel/EmbeddingsAnalysis.jl)
[![Coverage Status](https://coveralls.io/repos/github/zgornel/EmbeddingsAnalysis.jl/badge.svg?branch=master)](https://coveralls.io/github/zgornel/EmbeddingsAnalysis.jl?branch=master)
[![](https://img.shields.io/badge/docs-dev-blue.svg)](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.