gabriele-tomassetti / reverse-dictionary

A companion repository for the article https://tomassetti.me/creating-a-reverse-dictionary/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Creating a Reverse Dictionary

This is the companion repository of the article Creating a Reverse Dictionary. A tutorial that explains what is Word2Vec and how to use it to create a reverse dictionary, i.e., a program that asks for a definition and returns words corresponding to that definition.

This repository includes the code of the program, written in Python. It does not include the GoogleNews dataset necessary to run the program. You would have to download it yourself from Google Drive and place inside the folder models. The folder already contains the file words.txt.

You can install the requirements with the usual pip command.

pip install -r requirements.txt

About

A companion repository for the article https://tomassetti.me/creating-a-reverse-dictionary/

License:Apache License 2.0


Languages

Language:Python 63.7%Language:HTML 27.6%Language:JavaScript 8.7%