A lightweight toolbox for understanding embedding space


Keywords
word, embedding, graph
License
MIT
Install
pip install emlens==0.0.11

Documentation

emlens

Build Status Unit Test & Deploy

A lightweight toolbox for analyzing embedding space

Requirements

  • Python 3.7 or 3.8 (may not work on 3.9)

Doc

https://emlens.readthedocs.io/en/latest/

Install

Prerequisite

conda:

conda install -c conda-forge faiss-gpu

Or pip:

pip install faiss-gpu

If faiss-gpu cannot be installed, use faiss-cpu instead.

Installing emlens

pip install emlens

Maintenance

Code Linting:

conda install -y -c conda-forge pre-commit
pre-commit install

Docsctring: sphinx format

Test:

python -m unittest tests/simple_test.py