AaruranLog / Analogies

Analogy solver using Google's pretrained word vectors

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Analogies

Analogy solver using word embeddings

Launch App

Assuming that you have installed the contents of the requirements.txt file into your preferred virtual environment, proceed with these instructions in a bash shell

cd Analogies/
export FLASK_APP=microblog.py
flask run

Relevant Links

Efficient Estimation of Word Representations in Vector Space https://arxiv.org/abs/1301.3781

Man is to Computer Programmer as Woman is to Homemaker? Debiasing Word Embeddings https://arxiv.org/abs/1607.06520

word2vec from Google Code Archive https://code.google.com/archive/p/word2vec/

Flask Mega-Tutorial https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world

About

Analogy solver using Google's pretrained word vectors

License:MIT License


Languages

Language:Jupyter Notebook 69.9%Language:Python 22.8%Language:HTML 7.2%