Upload README.md
Browse files
README.md
CHANGED
@@ -5,11 +5,11 @@ This directory contains utilities for the purpose of browsing the
|
|
5 |
|
6 |
Primary tools are:
|
7 |
|
8 |
-
* "
|
9 |
* "graph-embeddings.py": plots graph of full values of two embeddings
|
10 |
|
11 |
|
12 |
-
##
|
13 |
|
14 |
Loads the generated embeddings, reads in a word, calculates "distance" to every
|
15 |
embedding, and then shows the closest "neighbours".
|
|
|
5 |
|
6 |
Primary tools are:
|
7 |
|
8 |
+
* "calculate-distances.py": allows command-line browsing of words and their neighbours
|
9 |
* "graph-embeddings.py": plots graph of full values of two embeddings
|
10 |
|
11 |
|
12 |
+
## calculate-distances.py
|
13 |
|
14 |
Loads the generated embeddings, reads in a word, calculates "distance" to every
|
15 |
embedding, and then shows the closest "neighbours".
|