An open API service indexing awesome lists of open source software.

https://github.com/jalajthanaki/harrypotter2vec

This repository is contains the Word2Vec model for Harry Potter series.
https://github.com/jalajthanaki/harrypotter2vec

gensim-word2vec harry-potter-series python3 word2vec-model

Last synced: about 1 year ago
JSON representation

This repository is contains the Word2Vec model for Harry Potter series.

Awesome Lists containing this project

README

          

# HarryPotter2Vec

This repository is contains the Word2Vec model for Harry Potter series.

# Dataset

You can find the dataset from `data` directory

# Dependencies

```
numpy: $ sudo pip install numpy==1.14.3
pandas: $ sudo pip install pandas==0.22.0
nltk: $ sudo pip install nltk==3.2.5
gensim: $ sudo pip install gensim==0.13.4.1
matplotlib: $ sudo apt-get install libfreetype6-dev libpng-dev
$ sudo pip install matplotlib
seaborn: $ sudo pip install seaborn==0.8.1
bokeh: $ sudo pip install bokeh==0.13.0

```

# Usage

You need to run the `Harrypotter2vec.ipynb` file.

# Demo
demo