Introduction

Introduction

EmbeddingsAnalysis is a package containing algorithms and utilities for embeddings processing. At this point, only word embeddings are de facto supported however other types (i.e. graph embeddings) could be used as well.

Processing methods

The package implements the following embeddings processing algorithms:

and utilities:

Installation

Installation can be performed from either outside or inside Julia with:

$ git clone https://github.com/zgornel/EmbeddingsAnalysis.jl

and

using Pkg
Pkg.clone("https://github.com/zgornel/EmbeddingsAnalysis.jl")

respectively.