garyw commited on
Commit
4c8e9d5
1 Parent(s): 56318fd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -18,7 +18,18 @@ Citation:
18
  }
19
  ```
20
 
21
- ## Getting started
 
 
 
 
 
 
 
 
 
 
 
22
 
23
  ```python
24
 
 
18
  }
19
  ```
20
 
21
+ ## Quick start
22
+
23
+ Word embeddings are compatible with the [`gensim` Python package](https://radimrehurek.com/gensim/) format.
24
+
25
+ First download and extract the files from each archive.
26
+
27
+ ```bash
28
+ tar -xvf w2v_100d_oa_all.tar.gz
29
+ ```
30
+
31
+ Then load the embeddings into Python.
32
+
33
 
34
  ```python
35