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.
- Host: GitHub
- URL: https://github.com/jalajthanaki/harrypotter2vec
- Owner: jalajthanaki
- Created: 2018-07-09T06:30:22.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-09T06:35:09.000Z (almost 8 years ago)
- Last Synced: 2025-03-23T18:54:21.318Z (over 1 year ago)
- Topics: gensim-word2vec, harry-potter-series, python3, word2vec-model
- Language: Jupyter Notebook
- Size: 51.5 MB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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