Skip to content

Commit c44815b

Browse files
committed
Updated README.
1 parent 9fe0203 commit c44815b

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
1-
# thrones2vec
1+
# Thrones2Vec
2+
23
Using Word2Vec to explore semantic similarities between the entities of "A Song of Ice and Fire" ("Game of Thrones").
4+
5+
## Trained model
6+
7+
Instead of training your own Word2Vec, you can use an existing trained model from the [Releases](https://github.com/YuriyGuts/thrones2vec/releases) page.
8+
9+
Run this cell in the IPython Notebook:
10+
11+
`w2v.Word2Vec.load(os.path.join("trained", "thrones2vec.w2v"))`

0 commit comments

Comments
 (0)