Commit ·
8ee4931
1
Parent(s): ae1c6c6
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
+
These direction vectors of antonyms can be used to calculate fasttext interpretable embeddings on the fly, solving the OOV problem of other interpretable embeddings.
|
| 5 |
+
Simply calculate cosine similarity for each row.
|