Update README.md
Browse files
README.md
CHANGED
@@ -18,7 +18,18 @@ Citation:
|
|
18 |
}
|
19 |
```
|
20 |
|
21 |
-
##
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
|