ppbrown commited on
Commit
12ecaea
1 Parent(s): d1aa991

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -5,11 +5,11 @@ This directory contains utilities for the purpose of browsing the
5
 
6
  Primary tools are:
7
 
8
- * "generate-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
- ## generate-distances.py
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".