Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 517 Bytes

File metadata and controls

17 lines (11 loc) · 517 Bytes

Dual Space word embeddings search engine.

Based on Dual Space word embeddings

Dataset retrieved from https://github.com/RaRe-Technologies/gensim-data

Activate environment

Create a new visual environment: python3.9 -m venv .venv

Activate the environment: source .venv/bin/activate

Deactivate environment

Just type deactivate in the terminal.

Install packages

pip3 install -r requirements.txt